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

FISH-8482 Adjust Parsing of Version Number #6632

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

Pandrex247
Copy link
Member

Description

The SNAPSHOT snipping was in the wrong place, and the update version can contain non-integers.
With the current Payara 7 update version being 1.Alpha2-SNAPSHOT, this was getting displayed as "12" (because it was stripping all non-integer values).

Important Info

Blockers

None

Testing

New tests

None

Testing Performed

Built the server, and started the server - nothing amiss about the version in the logs.
Ran the version asadmin command - nothing amiss.
Loaded the admin console and clicked on "About" at the top to see the full version number - nothing amiss
Loaded Micro - nothing amiss about the version number printed out in the logs.

Testing Environment

Windows 11, Zulu 21.0.2

Documentation

N/A

Notes for Reviewers

None

The SNAPSHOT snipping was in the wrong place, and the update version can contain non-integers.

Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
Copy link
Contributor

@breakponchito breakponchito left a comment

Choose a reason for hiding this comment

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

LGTM

@breakponchito breakponchito merged commit ed5a790 into payara:Payara7 Apr 15, 2024
1 check 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