-
Notifications
You must be signed in to change notification settings - Fork 25
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 #1081
base: java21
Are you sure you want to change the base?
Migrate to Java 21 #1081
Conversation
…ad-test-results [Automated] Update summary csv files
…ad-test-results [Automated] Update summary csv files
…ad-test-results [Automated] Update summary csv files
…ad-test-results [Automated] Update summary csv files
…ad-test-results [Automated] Update summary csv files
…ad-test-results [Automated] Update summary csv files
@@ -713,3 +713,9 @@ HTTP Request,215182,133,130,150,160,218,91,737,100.00%,448.3,60.0,30.54,17299849 | |||
HTTP Request,207130,138,123,148,163,531,78,5128,100.00%,431.6,57.7,141.42,1730071243,50,60 | |||
HTTP Request,198075,145,142,166,176,205,104,679,100.00%,412.7,55.2,20.43,1730106035,50,60 | |||
HTTP Request,214956,133,131,155,164,184,90,1956,100.00%,447.9,59.9,35.16,1730157645,50,60 |
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.
Do we need these?
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.
These are from previous commits. Not related to Java 21 Migration.
README.md
Outdated
path = "PATH" | ||
``` | ||
|
||
* Add JAR with a maven dependency params | ||
``` | ||
[[platform.java17.dependency]] | ||
[[platform.java21.dependency]] | ||
groupId = "org.postgresql" | ||
artifactId = "postgresql" | ||
version = "42.2.20" |
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 we check with latest 42.2.74
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.
Updated to 42.6.1
which is what's used in module-ballerinax-postgresql.driver and supports Java 21 (2ef8717)
Purpose
Examples
Checklist