Skip to content

Releases: oracle/graalvm-reachability-metadata

0.3.33

22 Dec 16:26

Choose a tag to compare

What's Changed

  • Skip GitHub issue creation if one already exists instead of failing verify-new-version-compatibility.yml workflow by @jormundur00 in #829
  • Fix fixTestNativeImageRun to update tests/src/index.json with new library version by @kimeta in #833
  • Remove duplicate "skip" workflows from CI, now skipping jobs inside of the same workflows by @jormundur00 in #820
  • Introduce new Gradle tasks for easier index.json updates by @kimeta in #837
  • [Automation] Generated metadata for org.jooq:jooq:3.20.0 by @kimeta in #834
  • Make test-changed-metadata test the new metadata with all previously tested versions by @jormundur00 in #835
  • Add verify-new-library-version-compatibility.yml step for closing pre-release issues when full release is present by @jormundur00 in #815
  • [Automation] Update supported library versions 2025-12-08T01:19 by @github-actions[bot] in #853
  • Don't test on JDK 21 by @vjovanov in #865
  • Filter out already tested versions when fetching newer versions of libraries by @jormundur00 in #864
  • Remove inner metadata index.json (metadata////index.json) from the repository (Part #1) by @jormundur00 in #857
  • Fix copyright headers stage 2 by @vjovanov in #860
  • [Automation] Generated metadata for org.apache.activemq:artemis-jms-client:2.29.0 by @kimeta in #842
  • Fix org.eclipse.angus:jakarta.mail metadata and tests by @jormundur00 in #874
  • Assign random ports in Netty tests to prevent BindException by @kimeta in #871
  • Fix copyright headers stage 1 by @vjovanov in #856
  • Fix tck not properly parsing ci.json by @jormundur00 in #875
  • [Automation] Generated metadata for io.jsonwebtoken:jjwt-orgjson:0.12.7 by @kimeta in #832
  • Remove the rest of the index.json files from the repository (Part #2) by @jormundur00 in #866
  • Complete infrastructure testing by @vjovanov in #828
  • Use graalvmbot when opening automated PRs to allow test workflows to run with them by @jormundur00 in #867
  • Update nats, postgres, mysql/community-server and testcontainers/ryuk docker image versions by @jormundur00 in #767
  • Update metadata for liquibase-core 4.25.0-4.33.0 by @kimeta in #876
  • [Automation] Generated metadata for org.apache.activemq:artemis-jms-client:2.32.0 by @kimeta in #893
  • [Automation] Generated metadata for org.hibernate:hibernate-spatial:7.2.0.Final by @kimeta in #891
  • Fix PullAllowedDockerImages task to resolve correct requried-docker-images.txt path by @kimeta in #901
  • Cleanup pre-release versions and register ".RELEASE"-ending versions as full releases by @jormundur00 in #897
  • Add script to check if a library is supported by the GraalVM Reachability Metadata repository by @jormundur00 in #811
  • [Automation] Generated metadata for org.flywaydb:flyway-sqlserver:10.13.0 by @kimeta in #898
  • Remove global tests index.json file by @jormundur00 in #894
  • Add the acceptance of cwes field to the GrypeEntry by @jormundur00 in #905
  • Add initial set of hibernate-core 7.2 metadata by @christophstrobl in #896
  • Add versioned schemas and PR validation for index.json files by @jormundur00 in #883

Full Changelog: 0.3.32...0.3.33

0.3.32

01 Dec 00:15

Choose a tag to compare

What's Changed

  • Fix liquibase metadata for complete reflection types by @loicottet in #775
  • Fix Native compilation and add comprehensive GraalVM reachability metadata for Liquibase Core 4.25.x-4.33.x by @erguiti-imane in #666
  • Make tests run under the 256 tests limit; give this repo the ❤️ it deserves. by @vjovanov in #778
  • [Automation] Update supported library versions 2025-11-16T01:08 by @github-actions[bot] in #782
  • Add proper labeling and java run stage by @vjovanov in #777
  • Add -Pcoordinates fallback for gradle tasks by @jormundur00 in #793
  • Add syncing of new docker image versions upon dependabot PR creation by @jormundur00 in #785
  • Filter out pre-release versions of libraries when a full release is present by @jormundur00 in #773
  • Unify issue search and make it work for library update by @vjovanov in #795
  • Add "skipped-versions" index.json field for the ability to skip testing of broken library versions by @jormundur00 in #792
  • Label new failures automatically by @vjovanov in #806
  • Make the README.md simple and clear by @vjovanov in #802
  • [GenAI] Test fix for org.hibernate:hibernate-core:6.0.0.Final using GPT-5 by @kimeta in #783
  • [GenAI] Test fix for com.google.protobuf:protobuf-java-util:3.22.0 using GPT-5 by @kimeta in #821
  • Remove ban-mi from owners by @vjovanov in #825
  • Fixup license headers in the whole project by @vjovanov in #826
  • New GenerateMetadataTask gradle task for collecting metadata for specific library version by @kimeta in #686
  • FixTestNativeImageRun Gradle task to resolve test failures on Native Image run by @kimeta in #787

Full Changelog: 0.3.31...0.3.32

0.3.31

15 Nov 00:32

Choose a tag to compare

What's Changed

  • Bump Gradle version to 9.1.0 to allow using GraalVM 25 by @kimeta in #713
  • Request valid GraalVM versions by @vjovanov in #762
  • [Automation] Update supported library versions 2025-11-10T12:39 by @github-actions[bot] in #753
  • More accurate reviewers and assigness by @vjovanov in #766
  • Improved issue templates by @vjovanov in #759
  • Disable strict configuration for tests by @loicottet in #763
  • Refine support for JGit 7.4.0.202509020913-r by @sdeleuze in #755
  • Upgrade Hazelcast tests for 5.3+ compatibility and add native-image support by @erguiti-imane in #663
  • Fix vulnerability scanner not working in the GitHub actions CI and make it less strict by @jormundur00 in #772
  • [GenAI] Test fix for io.jsonwebtoken:jjwt-orgjson:0.12.0 using GPT-5 by @kimeta in #776
  • [GenAI] Test fix for org.apache.activemq:activemq-broker:6.0.0 using GPT-5 by @kimeta in #756

New Contributors

Full Changelog: 0.3.30...0.3.31

0.3.30

10 Nov 15:35

Choose a tag to compare

What's Changed

  • Add missing Quartz metadata by @sdeleuze in #705
  • Add metadata for Jetty 12.1 by @sdeleuze in #704
  • Add support for the OpenAI Java SDK by @jdubois in #706
  • Add library-and-framework-list.json to the packaging of future graalvm-reachability-metadata releases by @jormundur00 in #698
  • Add missing metadata for liquibase.ui.LoggerUIService by @mhalbritter in #711
  • Add support for JGit 7.4.0.202509020913-r by @sdeleuze in #712
  • Verify new library version compatibility, update compatibility matrix, and open tickets for failing libraries by @vjovanov in #708

New Contributors

Full Changelog: 0.3.29...0.3.30

0.3.29

01 Nov 00:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.28...0.3.29

0.3.28

01 Oct 00:13

Choose a tag to compare

What's Changed

Full Changelog: 0.3.27...0.3.28

0.3.27

23 Sep 09:08

Choose a tag to compare

What's Changed

  • Add initial set of hibernate-core 7.1 metadata by @christophstrobl in #665
  • Make clean task recognize test coordinates by @dnestoro in #677
  • The next batch of metadata updates for future defaults by @vjovanov in #676
  • Fix test containers metadata for --future-defaults by @vjovanov in #678
  • Update supported library versions by @github-actions[bot] in #670

Full Changelog: 0.3.26...0.3.27

0.3.26

15 Sep 00:34

Choose a tag to compare

What's Changed

  • Update supported library versions by @github-actions[bot] in #662
  • Fixes for --future-defaults=all in GraalVM 25 by @vjovanov in #667

Full Changelog: 0.3.25...0.3.26

0.3.25

01 Sep 00:14

Choose a tag to compare

What's Changed

  • Update docker images suggested by dependabot by @dnestoro in #656

Full Changelog: 0.3.24...0.3.25

0.3.24

01 Aug 00:15

Choose a tag to compare

What's Changed

  • fix(HikariCP:6.0.0): resolve test failures by @erguiti-imane in #602
  • Fix flyway-database-postgresql's transactional lock setting by @wilkinsona in #648
  • Update supported library versions by @github-actions[bot] in #650
  • Update supported library versions by @github-actions[bot] in #653

Full Changelog: 0.3.23...0.3.24