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

[WIP] Migrate runtime APIs for Java 21 #2216

Merged
merged 132 commits into from
Nov 14, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    a49085a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    81c1cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe767f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    68333fb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    478d7da View commit details
    Browse the repository at this point in the history
  2. Update data.jsondata version

    lnash94 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    df293a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ad6fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbd63bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37d7d03 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    f289581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117fc78 View commit details
    Browse the repository at this point in the history
  3. Update the tests

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    769e4c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6041c84 View commit details
    Browse the repository at this point in the history
  5. Update json data version

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d39b444 View commit details
    Browse the repository at this point in the history
  6. Fix http2 tests

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f23839e View commit details
    Browse the repository at this point in the history
  7. Add test for new migration

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6b3454b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bbc383 View commit details
    Browse the repository at this point in the history
  9. Resolve conflicts

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7be63c2 View commit details
    Browse the repository at this point in the history
  10. Remove unwanted dependencies

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    732c351 View commit details
    Browse the repository at this point in the history
  11. Updated the changelog.md

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    979b6d2 View commit details
    Browse the repository at this point in the history
  12. Updated tests

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0da6bad View commit details
    Browse the repository at this point in the history
  13. Update tests

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    bfa639c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab6cd6e View commit details
    Browse the repository at this point in the history
  15. Update test case

    lnash94 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    319c21e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    70dd8c4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9d43d48 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    210b030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d415c2 View commit details
    Browse the repository at this point in the history
  3. Disable the projection

    lnash94 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    656cebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17d6304 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Revert "Disable the map type test case"

    This reverts commit 17d6304.
    lnash94 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0e7012b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edca1f0 View commit details
    Browse the repository at this point in the history
  3. Fix review suggestions

    lnash94 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    00fc467 View commit details
    Browse the repository at this point in the history
  4. Update the description

    lnash94 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    271e798 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    2aa962f View commit details
    Browse the repository at this point in the history
  2. Update native/src/main/java/io/ballerina/stdlib/http/api/HttpConstant…

    …s.java
    
    Co-authored-by: Krishnananthalingam Tharmigan <[email protected]>
    lnash94 and TharmiganK authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4153e6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request ballerina-platform#2204 from lnash94/integrate-dat…

    …a.json-2
    
    [master] Use `toJson` method from data.jsondata module in http client
    lnash94 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d375c3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbacef6 View commit details
    Browse the repository at this point in the history
  5. Refactor java code

    MohamedSabthar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    57deb16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70687b9 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    MohamedSabthar committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2007492 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e93b453 View commit details
    Browse the repository at this point in the history
  9. Update Ballerina.toml

    lnash94 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7c05478 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2206 from lnash94/lnash94-patch-1

    Update Ballerina.toml for U11
    lnash94 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b5fba51 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    3696696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77bb617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d996167 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a077bf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c762009 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e0a757 View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Thu Nov 7 02:02:49 UT…

    …C 2024
    ballerina-bot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    42172d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88d583c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5cc12dd View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2207 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7e23cf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    2575b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228be09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857fdbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b44463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73a955b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39f844a View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Fri Nov 8 02:02:40 UT…

    …C 2024
    ballerina-bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    335d0dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    effc239 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fef631e View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2208 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    389fa20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cdfa444 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4aa2ac8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    430c2a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    f016816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc884b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08cdd36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156303a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cd081b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e94ea8 View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Sat Nov 9 02:02:56 UT…

    …C 2024
    ballerina-bot committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    66dde97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85294d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a023025 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2209 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    26d7104 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    2e7ffca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15b8b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd3e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    640f0f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6be1a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18e568e View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Sun Nov 10 02:04:51 U…

    …TC 2024
    ballerina-bot committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8504b46 View commit details
    Browse the repository at this point in the history
  8. Update observability_enabled test results on Sun Nov 10 02:04:51 UTC …

    …2024
    ballerina-bot committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5f9e843 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7b6e57 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2210 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    39ae164 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    716349d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    099eb4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    622defd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d4724 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3adbc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2657ec2 View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Mon Nov 11 02:01:43 U…

    …TC 2024
    ballerina-bot committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e331cc2 View commit details
    Browse the repository at this point in the history
  8. Update observability_enabled test results on Mon Nov 11 02:01:43 UTC …

    …2024
    ballerina-bot committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9136a34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    290817f View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2211 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ab6b147 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f34e33c View commit details
    Browse the repository at this point in the history
  12. Merge pull request ballerina-platform#2202 from MohamedSabthar/static…

    …-code
    
    Add static code analyzer rules
    TharmiganK authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    09cc30f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    a0d62e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b845a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8651dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7daf26a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18fe1f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd4c518 View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Tue Nov 12 02:02:13 U…

    …TC 2024
    ballerina-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f13ac4f View commit details
    Browse the repository at this point in the history
  8. Update observability_enabled test results on Tue Nov 12 02:02:13 UTC …

    …2024
    ballerina-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a8e3d5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef10a2a View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2212 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    25400eb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    6d760c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334472d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f47051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba09b40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c193fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de72da View commit details
    Browse the repository at this point in the history
  7. Update interceptors_passthrough test results on Wed Nov 13 02:05:22 U…

    …TC 2024
    ballerina-bot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5877cb1 View commit details
    Browse the repository at this point in the history
  8. Update observability_enabled test results on Wed Nov 13 02:05:22 UTC …

    …2024
    ballerina-bot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    88bae5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70a2126 View commit details
    Browse the repository at this point in the history
  10. Merge pull request ballerina-platform#2214 from ballerina-platform/lo…

    …ad-test-results
    
    [Automated] Update summary csv files
    ballerina-bot authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    94229df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0632800 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41e43d4 View commit details
    Browse the repository at this point in the history
  13. Update netty version

    TharmiganK committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9268a31 View commit details
    Browse the repository at this point in the history
  14. Update changelog

    TharmiganK committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8e14db3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request ballerina-platform#2215 from ballerina-platform/up…

    …date-netty-version
    
    Update netty version
    TharmiganK authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3feb04b View commit details
    Browse the repository at this point in the history
  16. Fix merge conflicts

    HindujaB committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6f660e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24c0aee View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update json data version

    HindujaB committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    57387f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ba8b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab973fa View commit details
    Browse the repository at this point in the history
  4. Disable jsondata tests

    HindujaB committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de77bf9 View commit details
    Browse the repository at this point in the history
  5. Revert "[Automated] Update the native jar versions"

    This reverts commit 93ba8b8.
    HindujaB committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5aa7f7c View commit details
    Browse the repository at this point in the history
  6. Revert "[Automated] Update the native jar versions"

    This reverts commit ab973fa.
    HindujaB committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e5f8d8c View commit details
    Browse the repository at this point in the history