-
Notifications
You must be signed in to change notification settings - Fork 169
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: Update buildIdentifier comparison #11353
Conversation
391f2f4
to
d98e05d
Compare
Fix buildIdentifier comparison so values compare correctly. fixes #11352
d98e05d
to
e410325
Compare
flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendVersion.java
Show resolved
Hide resolved
flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendVersion.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/frontend/FrontendVersionTest.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/frontend/FrontendVersionTest.java
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/frontend/FrontendVersionTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost, one minor comment
flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendVersion.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/frontend/FrontendVersionTest.java
Outdated
Show resolved
Hide resolved
7c248fa
to
b62a552
Compare
Tested manually in my local and works ok. |
Fix buildIdentifier comparison so values compare correctly. The problem caused e.g. alphas greater than 10 to be considered older than 2-9. fixes #11352
Hi @caalador and @pleku, when i performed cherry-pick to this commit to 6.0, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @caalador and @pleku, when i performed cherry-pick to this commit to 2.7, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @caalador and @pleku, when i performed cherry-pick to this commit to 2.6, i have encountered the following issue. Can you take a look and pick it manually? |
Fix buildIdentifier comparison so values compare correctly. The problem caused e.g. alphas greater than 10 to be considered older than 2-9. fixes #11352 Co-authored-by: caalador <[email protected]>
Fix buildIdentifier comparison so values compare correctly. The problem caused e.g. alphas greater than 10 to be considered older than 2-9. fixes #11352 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendVersion.java
#11366) Fix buildIdentifier comparison so values compare correctly. The problem caused e.g. alphas greater than 10 to be considered older than 2-9. fixes #11352 Co-authored-by: caalador <[email protected]>
This ticket/PR has been released with platform 21.0.0.beta1 and is also targeting the upcoming stable 21.0.0 version. |
Fix buildIdentifier comparison so
values compare correctly.
fixes #11352