Releases: graalvm/native-build-tools
Releases Β· graalvm/native-build-tools
0.10.3
What's Changed
- Add exponential backoff when downloading the metadata repository by @melix in #597
- Refactor Initialization of Configuration File Merger by @dnestoro in #586
- Adjust native-build tools to reachability-metadata.json by @vjovanov in #614
- Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2 by @linghengqian in #603
- Fix broken link for quick build mode by @dnestoro in #618
- Bump metadata repository version to 0.3.9 by @dnestoro in #617
- Fix error message when the JDK is not a GraalVM by @eregon in #616
- Fix args parsing on Windows by @houcine7 in #609
New Contributors
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
- Bump repo version to 0.10.2-SNAPSHOT by @dnestoro in #578
- Update Getting Started with Maven Plugin doc. by @olyagpl in #577
- Update Default Target Directory for MetadataCopy Task by @dnestoro in #580
- Delete old stale args file by @n0tl3ss in #589
- fix class path directroy analyzer by @n0tl3ss in #590
- Add a parameter to be able to skip build native for pom type modules, leave it as false per default for backward compat by @olamy in #593
- Update Reachability Metadata repository version by @dnestoro in #594
New Contributors
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by @dependabot in #543
- Fix compile-no-fork with existing jar FileSystems (#547) by @kohlschuetter in #548
- Add notes how to disable metadata repository support by @dnestoro in #570
- Fix Kotlin Snippet For Disabling Metadata Repository by @dnestoro in #571
- [GR-51916] Add missing JUnit 5 init policies. by @fniephaus in #573
- Upgrade to GraalVM SDK 23.0.2 by @melix in #565
New Contributors
- @kohlschuetter made their first contribution in #548
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
- Remove redundant settings.gradle configuration by @melix in #532
- Add concurrency with test array in matrix by @dnestoro in #482
- Reduce Time Required for Each Test Execution by @dnestoro in #531
- Bump metadata version to 0.3.5 by @dnestoro in #538
- Improve the documentation by @albertattard in #540
- [GR-46872] Review and align the stucture Gradle and Maven quickstart guides. by @olyagpl in #539
- Substitute
<arg>
with<buildArg>
in Maven plugin doc. by @olyagpl in #551 - Make Plugins Use Metadata Repository by Default by @dnestoro in #557
- Bump metadata repository version to 0.3.6 by @dnestoro in #561
- Bump version of GraalVM by @dnestoro in #563
New Contributors
- @albertattard made their first contribution in #540
Full Changelog: 0.9.28...0.10.0
0.9.28
What's Changed
- Revert to previous version of
escapeArg()
. by @fniephaus in #515 - Document test binary configuration by @abelsromero in #509
- Fixes the problem that
org.junit.jupiter.api.condition.EnabledOnOs
cannot be used in NativeTest by @linghengqian in #504 - Remove deprecated use of
getConvention
by @melix in #522 - Fix and improve major JDK version detection. by @fniephaus in #523
- Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by @dependabot in #499
- Fix toolchain documentation by @dnestoro in #525
- Re-enable Windows builds. by @fniephaus in #524
- Fix h2-related tests. by @fniephaus in #526
- Make metadata repo test version-agnostic. by @fniephaus in #527
- Make metadata repo Gradle test version-agnostic. by @fniephaus in #528
New Contributors
- @dependabot made their first contribution in #499
Full Changelog: 0.9.27...0.9.28
0.9.27
What's Changed
- Bug fixes and improvements for GraalVM for JDK 21. by @fniephaus in #506
Full Changelog: 0.9.26...0.9.27
0.9.26
What's Changed
- Use AttributeProvider API by @melix in #493
- Fix the name of the sub-XML tag of the XML tag of the classpath in the document by @linghengqian in #483
- Explicitly declare dependencies for
plexus-xml
andplexus-utils
by @linghengqian in #484 - Relax GraalVM version check for dev versions by @dnestoro in #495
- Prepare NBT for release of GraalVM for JDK 21. by @fniephaus in #496
- Update native-build-tools dependencies by @olpaw in #497
New Contributors
- @linghengqian made their first contribution in #483
Full Changelog: 0.9.25...0.9.26
0.9.25
0.9.24
What's Changed
- [GR-46881] Update GraalVM installation instructions. by @olyagpl in #460
- Fix typos in reachability metadata gradle tasks descriptions by @abelsromero in #463
- Discover tests with
ClassLoader
other thanImageClassLoader
by @ziyilin in #445 - Keep same classpath order as surefire by @ziyilin in #450
- Revert "Discover tests with
ClassLoader
other thanImageClassLoader
" by @melix in #470 - Add support for PGO instrumentation by @melix in #471
- Fix compatibility with latest releases of JUnit in #472
- Bump metadata version to 0.3.3 by @dnestoro in #474
New Contributors
- @abelsromero made their first contribution in #463
- @ziyilin made their first contribution in #445
Full Changelog: 0.9.23...0.9.24