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

Migrate to Java 21 #1081

Open
wants to merge 25 commits into
base: java21
Choose a base branch
from

Conversation

ravinperera00
Copy link

Purpose

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

ballerina-bot and others added 24 commits October 29, 2024 23:52
…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
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need these?

Copy link
Author

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"
Copy link
Contributor

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

Copy link
Author

@ravinperera00 ravinperera00 Nov 7, 2024

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)

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.

3 participants