-
Notifications
You must be signed in to change notification settings - Fork 54
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
Migrate to Java 21 and new Runtime APIs #1780
Migrate to Java 21 and new Runtime APIs #1780
Conversation
a5656ea
to
5a8cd16
Compare
4c9a5e5
to
fc5d0d0
Compare
[master] Fix OpenAPI spec generation issues
openapi-cli/src/test/java/io/ballerina/openapi/generators/openapi/CacheConfigTests.java
Outdated
Show resolved
Hide resolved
fc5d0d0
to
58cd539
Compare
openapi-cli/src/test/java/io/ballerina/openapi/generators/openapi/TestUtils.java
Outdated
Show resolved
Hide resolved
58cd539
to
e72404d
Compare
Quality Gate passedIssues Measures |
openapi-client-native/src/main/java/io/ballerina/openapi/client/GeneratedClient.java
Show resolved
Hide resolved
groupId = "ballerina" | ||
artifactId = "openapi" | ||
version = "@project.version@." | ||
version = "2.1.1-SNAPSHOT" |
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.
we need to keep @project.version. Need to fix in other places too
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.
I think this is from the auto-commit. I will replace in all the relevant places.
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.
Shall I send the changes directly to master
instead of the java21
branch? @warunalakshitha
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.
+1
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning