-
Notifications
You must be signed in to change notification settings - Fork 21
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
java 21 #315
base: development
Are you sure you want to change the base?
java 21 #315
Conversation
8ec04d5
to
13c3389
Compare
Bumps org.openjfx:javafx-fxml from 22.0.2 to 23. --- updated-dependencies: - dependency-name: org.openjfx:javafx-fxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.openjfx:javafx-controls from 22.0.2 to 23. --- updated-dependencies: - dependency-name: org.openjfx:javafx-controls dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…njfx-javafx-fxml-23-java21' into java21
Bumps org.openjfx:javafx-fxml from 22.0.2 to 24-ea+5. --- updated-dependencies: - dependency-name: org.openjfx:javafx-fxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.openjfx:javafx-controls from 22.0.2 to 24-ea+5. --- updated-dependencies: - dependency-name: org.openjfx:javafx-controls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…afx-fxml-24-ea5' into java21
…afx-controls-24-ea5' into java21
ignore validation pipeline failure, since JeffersonLab/clas12-validation#163 is needed. |
When you're ready to merge this, let's also merge |
I don't think either of those (JeffersonLab/clas12-timeline#236, JeffersonLab/clas12-validation#163) really need to wait for this. In some ways, it's better if they go ahead. |
added to java21 project page: https://github.com/orgs/JeffersonLab/projects/45/views/1 |
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.
might as well bump these to the latest version that @dependabot proposed
</dependency> | ||
<dependency> | ||
<groupId>org.openjfx</groupId> | ||
<artifactId>javafx-fxml</artifactId> | ||
<version>22.0.2</version> | ||
<version>24-ea+5</version> |
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.
<version>24-ea+5</version> | |
<version>24-ea+19</version> |
@@ -17,12 +17,12 @@ | |||
<dependency> | |||
<groupId>org.openjfx</groupId> | |||
<artifactId>javafx-controls</artifactId> | |||
<version>22.0.2</version> | |||
<version>24-ea+5</version> |
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.
<version>24-ea+5</version> | |
<version>24-ea+19</version> |
@@ -17,7 +17,7 @@ | |||
<dependency> | |||
<groupId>org.openjfx</groupId> | |||
<artifactId>javafx-controls</artifactId> | |||
<version>22.0.2</version> | |||
<version>24-ea+5</version> |
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.
<version>24-ea+5</version> | |
<version>24-ea+19</version> |
No description provided.