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

#72 simplify the jca versioning support #77

Merged
merged 2 commits into from
Apr 5, 2024
Merged

#72 simplify the jca versioning support #77

merged 2 commits into from
Apr 5, 2024

Conversation

shroffk
Copy link
Contributor

@shroffk shroffk commented May 17, 2023

Removed the manually managed version numbers in the CAJContext and CAJServerContext.

Simplified the Version class to only support an automatically managed version string. Could not find any usage of the old Major, Minor,... fields. I have marked them as deprecated in case someone is still using Version class directly in their code.

@shroffk
Copy link
Contributor Author

shroffk commented Mar 13, 2024

@rjwills28 could you have a look at this PR ( I am hoping to include it in the next release )

Copy link
Contributor

@rjwills28 rjwills28 left a comment

Choose a reason for hiding this comment

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

I've tested locally and this looks good! I've just highlighted some very minor formatting issues which can be ignored if not deemed too important at this stage.

* @return version number
*/
private String getVersion() {
return version;
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor formatting inconsistency - this line and the following should be spaced not tabbed.

@@ -125,12 +138,16 @@ protected JCALibrary() {

}

public String getVersion() {
return versionProperties.getProperty("jca.version");
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor formatting inconsistency - this line and the following should be spaced not tabbed.

@shroffk
Copy link
Contributor Author

shroffk commented Apr 3, 2024

Thanks
I will try to address your notes and get the release going

@shroffk
Copy link
Contributor Author

shroffk commented Apr 5, 2024

@rjwills28 I think I have fixed the formatting

@shroffk shroffk merged commit 38cfdbd into master Apr 5, 2024
7 of 8 checks passed
@rjwills28
Copy link
Contributor

Hi @shroffk - is there any update on the new release of JCA? Thanks.

@shroffk
Copy link
Contributor Author

shroffk commented May 10, 2024

The 2.4.10 release is done.
The jars should be available in maven central

I will not do a complete epics core Java release for now though.

@rjwills28
Copy link
Contributor

@shroffk - thanks for taking care of that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants