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 new Runtime APIs for Java 21 #30

Merged
merged 42 commits into from
Nov 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
263b206
Fix java 17 dependencies in Ballerina.toml
Nuvindu Oct 9, 2024
f1c96f4
Update avro, jackson dependencies
Nuvindu Oct 9, 2024
bd0f2ff
Update the lang version to 2201.10.0
Nuvindu Oct 9, 2024
bcb66d1
Bump the avro version to 1.1.1
Nuvindu Oct 9, 2024
60fc532
[Automated] Update the native jar versions
Nuvindu Oct 9, 2024
40230f1
Update the avro version to 1.1.0
Nuvindu Oct 9, 2024
d271540
Update the lang version to 2201.9.0
Nuvindu Oct 9, 2024
d26a1ec
[Automated] Update the native jar versions
Nuvindu Oct 9, 2024
0d955ec
[Automated] Update the native jar versions
Nuvindu Oct 9, 2024
c4a0032
Bump the version to 1.1.0
Nuvindu Oct 9, 2024
aff0f12
Bump the version to 1.0.1
Nuvindu Oct 9, 2024
8bbb6cd
[Automated] Update the native jar versions
Nuvindu Oct 9, 2024
a0fcf1d
Merge pull request #25 from Nuvindu/security-fix
Nuvindu Oct 9, 2024
defd372
[Automated] Update the native jar versions
Oct 9, 2024
812e98e
[Automated] Update the native jar versions
Oct 9, 2024
92b192a
[Gradle Release Plugin] - pre tag commit: 'v1.0.1'.
Oct 9, 2024
6e642fa
[Gradle Release Plugin] - new version commit: 'v1.0.2-SNAPSHOT'.
Oct 9, 2024
afc32a7
Merge pull request #26 from ballerina-platform/release-1.0.1
Nuvindu Oct 9, 2024
8438b6e
Fix generating values for union types
Nuvindu Oct 15, 2024
ce92445
Merge branch 'main' of https://github.com/Nuvindu/module-ballerina-av…
Nuvindu Oct 15, 2024
6aeac9e
[Automated] Update the native jar versions
Nuvindu Oct 15, 2024
ceab34c
Improve visit API for primitive serializer
Nuvindu Oct 15, 2024
ebdff39
Add a test case to validate type casting
Nuvindu Oct 15, 2024
1249329
Fix test group for a test case
Nuvindu Oct 15, 2024
3e40148
Apply review suggestions
Nuvindu Oct 15, 2024
a05d61b
Add test cases to validate short and byte values
Nuvindu Oct 15, 2024
c4b6014
Update the code to map the values to the first suitable type in union…
Nuvindu Oct 15, 2024
5d1cd6e
Merge pull request #27 from Nuvindu/union-fix
Nuvindu Oct 18, 2024
071f007
Update changelog for 1.0.1 and 1.0.2 releases
Nuvindu Oct 18, 2024
3b83eef
Merge pull request #28 from Nuvindu/union-fix
Nuvindu Oct 18, 2024
ff91371
[Automated] Update the native jar versions
Oct 18, 2024
80fb930
[Automated] Update the native jar versions
Oct 18, 2024
762a2c3
[Gradle Release Plugin] - pre tag commit: 'v1.0.2'.
Oct 18, 2024
642b9e2
[Gradle Release Plugin] - new version commit: 'v1.0.3-SNAPSHOT'.
Oct 18, 2024
4c32e18
Merge pull request #29 from ballerina-platform/release-1.0.2
Nuvindu Oct 28, 2024
a9fc578
[Automated] Update the native jar versions
HindujaB Nov 12, 2024
f54fed6
Fix merge conflicts
HindujaB Nov 13, 2024
3cca499
[Automated] Update the native jar versions
HindujaB Nov 13, 2024
9584e35
[Automated] Update the native jar versions
HindujaB Nov 13, 2024
59db76c
Update runtime APIs
HindujaB Nov 13, 2024
e268873
Revert "[Automated] Update the native jar versions"
HindujaB Nov 13, 2024
8855677
Revert "[Automated] Update the native jar versions"
HindujaB Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the lang version to 2201.10.0
  • Loading branch information
Nuvindu committed Oct 9, 2024
commit bd0f2fff3ba36d775b16697cc9c7c02dcb3e2362
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.0.1-SNAPSHOT
ballerinaLangVersion=2201.9.0
ballerinaLangVersion=2201.10.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=5.0.14
Expand Down