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 #113

Merged
merged 22 commits into from
Aug 2, 2024

Conversation

1abhishekpandey
Copy link

@1abhishekpandey 1abhishekpandey commented Aug 1, 2024

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

pom.xml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Update okhttp version to 4.12.0 to address the okio vulnerability issue
This module is irrelevant and was also causing some issues with the release process.
</dependency>

```

*or if you're using Gradle:*

```bash
implementation 'com.rudderstack.sdk.java.analytics:analytics:3.1.0'
implementation 'com.rudderstack.sdk.java.analytics:analytics:x.y.z'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@1abhishekpandey 1abhishekpandey marked this pull request as draft August 1, 2024 16:35
@1abhishekpandey 1abhishekpandey changed the title fix: release all Java modules with version 3.1.1 fix: release all Java modules with version 3.1.2 Aug 1, 2024
Copy link

sonarcloud bot commented Aug 1, 2024

@1abhishekpandey 1abhishekpandey marked this pull request as ready for review August 1, 2024 20:25
@1abhishekpandey 1abhishekpandey merged commit 4b6ae71 into develop Aug 2, 2024
7 checks passed
@1abhishekpandey 1abhishekpandey deleted the feature/sdk-2226-release-other-java-modules branch August 2, 2024 09:09
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.

3 participants