Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release all Java modules with version 3.1.2 #114

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

1abhishekpandey
Copy link

Description of the change

  • We observed that previously we missed releasing other Java SDK modules and only released analytics-core. So in this PR, we've updated to the next release version 3.1.2 and we are going to release that.
  • We have also removed obsolete modules analytics-cli and analytics-spring-boot-starter.
  • Fixed sonar analysis github action.
  • Provide back support for Java v8. We have reverted the changes that we did in this commit: 6eb27ac.
  • Removed com.thoughtworks.xstream. It was causing some issue with the release process.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fix #1

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • "Ready for review" label attached to the PR and reviewers mentioned in a comment
  • Changes have been reviewed by at least one other engineer
  • Issue from task tracker has a link to this pull request

ChryssaAliferi and others added 2 commits January 31, 2024 13:57
chore: back-merge master to develop-release 3.1.0
* feat: release all Java modules with version 3.1.1

* chore: address snyk issues

Update okhttp version to 4.12.0 to address the okio vulnerability issue

* chore: remove commented out code from pom.xml file

* chore: remove analytics-cli module

This module is irrelevant and was also causing some issues with the release process.

* chore: use placeholder for version in the README.md

* chore: update CHANGELOG.md

* chore: make snapshot release

* [maven-release-plugin] prepare release analytics-parent-3.1.2

* Revert "chore: make snapshot release"

This reverts commit f19626b.

* Revert "[maven-release-plugin] prepare release analytics-parent-3.1.2"

This reverts commit 08b23d8.

* fix: revert java to v8

This also reverts previous MessageInterceptor java changes.

* Revert "fix: revert java to v8"

This reverts commit a4a9f90.

* fix: revert java to v8

This also reverts previous MessageInterceptor java changes.

* chore: address snyk issue

Remove "analytics-spring-boot-starter". This doesn't seems to be utilised.

* ci: change sonar analysis action

* Revert "ci: change sonar analysis action"

This reverts commit dc41d59.

* chore: update sonar-maven-plugin version to 4.0.0.4121

* chore: set java version 11 for sonar

* chore: update sonar-maven-plugin version to 3.7.0.1746

* fix: release all Java modules with version 3.1.2

* chore: revert the sonar action name

* chore: update CHANGELOG.md
@1abhishekpandey 1abhishekpandey self-assigned this Aug 2, 2024
@1abhishekpandey 1abhishekpandey changed the title fix: release all Java modules with version 3.1.2Develop fix: release all Java modules with version 3.1.2 Aug 2, 2024
Copy link

sonarcloud bot commented Aug 2, 2024

@1abhishekpandey 1abhishekpandey merged commit df351d7 into master Aug 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants