luisillobret2 / spring-petclinic

A sample Spring-based application
Apache License 2.0
0 stars 0 forks source link

Update Mend: high confidence minor and patch dependency updates #13

Open mend-for-github-com[bot] opened 7 months ago

mend-for-github-com[bot] commented 7 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maven 3.8.7 -> 3.9.9 age adoption passing confidence
maven-wrapper 3.1.1 -> 3.3.2 age adoption passing confidence
com.puppycrawl.tools:checkstyle (source) 10.8.1 -> 10.18.1 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.2.1 -> 3.5.0 age adoption passing confidence
io.spring.javaformat:spring-javaformat-maven-plugin (source) 0.0.38 -> 0.0.43 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.8 -> 0.8.12 age adoption passing confidence
org.webjars.npm:bootstrap (source) 5.2.3 -> 5.3.3 age adoption passing confidence
org.graalvm.buildtools.native 0.9.20 -> 0.10.3 age adoption passing confidence
io.spring.dependency-management 1.1.0 -> 1.1.6 age adoption passing confidence

Release Notes

spring-io/spring-javaformat (io.spring.javaformat:spring-javaformat-maven-plugin) ### [`v0.0.43`](https://togithub.com/spring-io/spring-javaformat/releases/tag/v0.0.43) [Compare Source](https://togithub.com/spring-io/spring-javaformat/compare/v0.0.42...v0.0.43) #### :star: New Features - Skip SpringLeadingWhitespace check in text blocks [#​421](https://togithub.com/spring-io/spring-javaformat/issues/421) - Include MissingDeprecated in the default checks [#​420](https://togithub.com/spring-io/spring-javaformat/issues/420) - Configure Eclipse not to warn about unnecessary and unsupported warning suppressions [#​418](https://togithub.com/spring-io/spring-javaformat/issues/418) - Don't enforce 'Tests.java' for annotation types [#​364](https://togithub.com/spring-io/spring-javaformat/issues/364) - Enforce package-private JUnit 5 test classes [#​281](https://togithub.com/spring-io/spring-javaformat/issues/281) ### [`v0.0.42`](https://togithub.com/spring-io/spring-javaformat/releases/tag/v0.0.42) [Compare Source](https://togithub.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42) #### :star: New Features - Apply UnnecessarySemicolonInEnumeration Checkstyle module [#​408](https://togithub.com/spring-io/spring-javaformat/pull/408) - Allow static import of AssertJ BDDAssertions [#​403](https://togithub.com/spring-io/spring-javaformat/pull/403) - Raise modern Java baseline to 17 [#​398](https://togithub.com/spring-io/spring-javaformat/issues/398) #### :lady_beetle: Bug Fixes - Formatter throws NullPointerException when javadoc contains '`@formatter`:off' [#​410](https://togithub.com/spring-io/spring-javaformat/issues/410) - Project specific settings aren't automatically applied with Eclipse 2023-12 [#​402](https://togithub.com/spring-io/spring-javaformat/issues/402) #### :hammer: Dependency Upgrades - Upgrade to Eclipse 2024-03 [#​412](https://togithub.com/spring-io/spring-javaformat/issues/412) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://togithub.com/izeye) and [@​vpavic](https://togithub.com/vpavic) ### [`v0.0.41`](https://togithub.com/spring-io/spring-javaformat/releases/tag/v0.0.41) [Compare Source](https://togithub.com/spring-io/spring-javaformat/compare/v0.0.40...v0.0.41) #### :star: New Features - Compatibility with Checkstyle 10 [#​395](https://togithub.com/spring-io/spring-javaformat/issues/395) ### [`v0.0.40`](https://togithub.com/spring-io/spring-javaformat/releases/tag/v0.0.40) [Compare Source](https://togithub.com/spring-io/spring-javaformat/compare/v0.0.39...v0.0.40) #### :star: New Features - Broaden Checkstyle rule for AssertJ assertion enforcement [#​392](https://togithub.com/spring-io/spring-javaformat/pull/392) - Migrate away from deprecated Gradle plugin convention [#​380](https://togithub.com/spring-io/spring-javaformat/issues/380) - Address warnings generated by Maven plugin when used with Maven 3.9 [#​378](https://togithub.com/spring-io/spring-javaformat/issues/378) #### :notebook_with_decorative_cover: Documentation - Update instructions for setting up Checkstyle in IntelliJ to link to required jar files [#​391](https://togithub.com/spring-io/spring-javaformat/pull/391) #### :hammer: Dependency Upgrades - Upgrade to Maven 3.8.8 [#​387](https://togithub.com/spring-io/spring-javaformat/issues/387) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​izeye](https://togithub.com/izeye) and [@​kevinwheeler](https://togithub.com/kevinwheeler) ### [`v0.0.39`](https://togithub.com/spring-io/spring-javaformat/releases/tag/v0.0.39) [Compare Source](https://togithub.com/spring-io/spring-javaformat/compare/v0.0.38...v0.0.39) #### :lady_beetle: Bug Fixes - Unwanted output appears on System.out when Checkstyle configuration is loaded [#​374](https://togithub.com/spring-io/spring-javaformat/issues/374) - ProjectDataManager is registered as application service, but requested as project one [#​367](https://togithub.com/spring-io/spring-javaformat/issues/367) - Property for skipping formatting in the README doesn't match the property in the code [#​365](https://togithub.com/spring-io/spring-javaformat/issues/365)
jacoco/jacoco (org.jacoco:jacoco-maven-plugin) ### [`v0.8.12`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.12): 0.8.12 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) #### New Features - JaCoCo now officially supports Java 22 (GitHub [#​1596](https://togithub.com/jacoco/jacoco/issues/1596)). - Experimental support for Java 23 class files (GitHub [#​1553](https://togithub.com/jacoco/jacoco/issues/1553)). #### Fixed bugs - Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub [#​1556](https://togithub.com/jacoco/jacoco/issues/1556)). - Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub [#​1568](https://togithub.com/jacoco/jacoco/issues/1568)). #### Non-functional Changes - JaCoCo now depends on ASM 9.7 (GitHub [#​1600](https://togithub.com/jacoco/jacoco/issues/1600)). ### [`v0.8.11`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.11): 0.8.11 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) #### New Features - JaCoCo now officially supports Java 21 (GitHub [#​1520](https://togithub.com/jacoco/jacoco/issues/1520)). - Experimental support for Java 22 class files (GitHub [#​1479](https://togithub.com/jacoco/jacoco/issues/1479)). - Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub [#​1472](https://togithub.com/jacoco/jacoco/issues/1472)). - Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub [#​1473](https://togithub.com/jacoco/jacoco/issues/1473)). #### Fixed bugs - Instrumentation should not cause `VerifyError` when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub [#​893](https://togithub.com/jacoco/jacoco/issues/893)). - Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub [#​1492](https://togithub.com/jacoco/jacoco/issues/1492)). #### Non-functional Changes - jacoco-maven-plugin now requires at least Java 8 (GitHub [#​1466](https://togithub.com/jacoco/jacoco/issues/1466), [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires at least Maven 3.5.4 (GitHub [#​1467](https://togithub.com/jacoco/jacoco/issues/1467)). - Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub [#​1468](https://togithub.com/jacoco/jacoco/issues/1468)). - JaCoCo build now requires JDK 17 (GitHub [#​1482](https://togithub.com/jacoco/jacoco/issues/1482)). - JaCoCo now depends on ASM 9.6 (GitHub [#​1518](https://togithub.com/jacoco/jacoco/issues/1518)). ### [`v0.8.10`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.10): 0.8.10 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.9...v0.8.10) #### Fixed bugs - Agent should not require configuration of permissions for `SecurityManager` outside of its `codeBase` (GitHub [#​1425](https://togithub.com/jacoco/jacoco/issues/1425)). ### [`v0.8.9`](https://togithub.com/jacoco/jacoco/releases/tag/v0.8.9): 0.8.9 [Compare Source](https://togithub.com/jacoco/jacoco/compare/v0.8.8...v0.8.9) #### New Features - JaCoCo now officially supports Java 19 and 20 (GitHub [#​1371](https://togithub.com/jacoco/jacoco/issues/1371), [#​1386](https://togithub.com/jacoco/jacoco/issues/1386)). - Experimental support for Java 21 class files (GitHub [#​1386](https://togithub.com/jacoco/jacoco/issues/1386)). - Add parameter to include the current project in the `report-aggregate` Maven goal (GitHub [#​1007](https://togithub.com/jacoco/jacoco/issues/1007)). - Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub [#​1393](https://togithub.com/jacoco/jacoco/issues/1393)). #### Fixed bugs - Agent should not open `java.lang` package to unnamed module of the application class loader (GitHub [#​1334](https://togithub.com/jacoco/jacoco/issues/1334)). #### Non-functional Changes - JaCoCo now depends on ASM 9.5 (GitHub [#​1299](https://togithub.com/jacoco/jacoco/issues/1299), [#​1368](https://togithub.com/jacoco/jacoco/issues/1368), [#​1416](https://togithub.com/jacoco/jacoco/issues/1416)). - JaCoCo build now requires JDK 11 (GitHub [#​1413](https://togithub.com/jacoco/jacoco/issues/1413)).
twbs/bootstrap (org.webjars.npm:bootstrap) ### [`v5.3.3`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.3) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.2...v5.3.3) ##### Highlights - Fixed a breaking change introduced with color modes where it was required to manually import `variables-dark.scss` when building Bootstrap with Sass. Now, `_variables.scss` will automatically import `_variables-dark.scss`. If you were already importing `_variables-dark.scss` manually, you should keep doing it as it won't break anything and will be the way to go in v6. - Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore. ##### Color modes - Badges now use the `.text-bg-*` text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes). - Fixed our `color-modes.js` script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply [this change](https://togithub.com/twbs/bootstrap/commit/73e1dcf43eff8371dde52ce41bd1d9fdc2b47d1f) to your own script. - Fixed color schemes description in the color modes documentation to show that `color-scheme()` only accept `light` and `dark` values as parameters. ##### Miscellaneous - Allowed `
`, `
` and `
` in the sanitizer. - Dropped evenly items distribution for modal and offcanvas headers. - Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions. - Fixed the focus box-shadow for the validation stated form controls. - Fixed the focus ring on focused checked buttons. - Fixed the product example mobile navbar toggler. - Changed the RTL processing of carousel control icons. *** ##### 🎨 CSS - [#​37508](https://togithub.com/twbs/bootstrap/issues/37508): Use child combinators to avoid inheriting parent accordion's flush styles - [#​38719](https://togithub.com/twbs/bootstrap/issues/38719): Fix focus box-shadow for validation stated form-controls - [#​38884](https://togithub.com/twbs/bootstrap/issues/38884): fix border-radius on radio-switch - [#​39294](https://togithub.com/twbs/bootstrap/issues/39294): Tests: update navbar in visual modal test - [#​39373](https://togithub.com/twbs/bootstrap/issues/39373): refactor css: modal and offcanvas header spacing - [#​39380](https://togithub.com/twbs/bootstrap/issues/39380): Fix Sass compilation breaking change in v5.3 - [#​39387](https://togithub.com/twbs/bootstrap/issues/39387): docs: fix typo - [#​39411](https://togithub.com/twbs/bootstrap/issues/39411): Optimize the accordion icon - [#​39497](https://togithub.com/twbs/bootstrap/issues/39497): Fix a typo - [#​39536](https://togithub.com/twbs/bootstrap/issues/39536): Changed RTL processing of carousel control icons - [#​39560](https://togithub.com/twbs/bootstrap/issues/39560): Drop `--bs-accordion-btn-focus-border-color` and deprecate `$accordion-button-focus-border-color` - [#​39595](https://togithub.com/twbs/bootstrap/issues/39595): CSS: Fix the focus ring on focused checked buttons ##### ☕️ JavaScript - [#​39201](https://togithub.com/twbs/bootstrap/issues/39201): Selector Engine: fix multiple IDs - [#​39224](https://togithub.com/twbs/bootstrap/issues/39224): Fix edge case in `color-mode.js` - [#​39376](https://togithub.com/twbs/bootstrap/issues/39376): Allow `dl`, `dt` and `dd` in sanitizer ##### 📖 Docs - [#​39200](https://togithub.com/twbs/bootstrap/issues/39200): Typo Fix - [#​39214](https://togithub.com/twbs/bootstrap/issues/39214): Doc: use `.text-bg-{color}` for all badges - [#​39246](https://togithub.com/twbs/bootstrap/issues/39246): Docs: fix for example code blocks have unnecessary 30px right-margin - [#​39249](https://togithub.com/twbs/bootstrap/issues/39249): Doc: consistent rendering of 'Heads up!' callouts - [#​39281](https://togithub.com/twbs/bootstrap/issues/39281): Fix `getOrCreateInstance()` doc example - [#​39293](https://togithub.com/twbs/bootstrap/issues/39293): Update background.md - [#​39304](https://togithub.com/twbs/bootstrap/issues/39304): Doc: add expanded accordion explanation - [#​39320](https://togithub.com/twbs/bootstrap/issues/39320): Drop `.table-light` from table foot example - [#​39340](https://togithub.com/twbs/bootstrap/issues/39340): Doc: add `dispose()` to Offcanvas methods - [#​39378](https://togithub.com/twbs/bootstrap/issues/39378): Docs: fix sentence in modal - [#​39417](https://togithub.com/twbs/bootstrap/issues/39417): Fix color schemes description in Sass customization documentation - [#​39418](https://togithub.com/twbs/bootstrap/issues/39418): Docs: change vite config path import in vite guide - [#​39435](https://togithub.com/twbs/bootstrap/issues/39435): Docs: add `shift-color()` usage example in sass customization page - [#​39458](https://togithub.com/twbs/bootstrap/issues/39458): Docs: enhance `.card-img-*` description - [#​39503](https://togithub.com/twbs/bootstrap/issues/39503): Minor image compression improvements - [#​39519](https://togithub.com/twbs/bootstrap/issues/39519): Docs: use consistent HTML elements in Utilities -> Background page - [#​39520](https://togithub.com/twbs/bootstrap/issues/39520): Docs: drop unused `.theme-icon` class - [#​39528](https://togithub.com/twbs/bootstrap/issues/39528): docs: clean up example.html - [#​39537](https://togithub.com/twbs/bootstrap/issues/39537): Docs: fix desc around deprecated Sass mixins for alerts and list groups - [#​39539](https://togithub.com/twbs/bootstrap/issues/39539): Update links on get-started page - [#​39592](https://togithub.com/twbs/bootstrap/issues/39592): Update vite.md - [#​39604](https://togithub.com/twbs/bootstrap/issues/39604): Fix typo in 'media-breakpoint-between' in migration docs - [#​39617](https://togithub.com/twbs/bootstrap/issues/39617): Docs: add missing comma in native font stack code source in Content -> Reboot - [#​39663](https://togithub.com/twbs/bootstrap/issues/39663): updated table to be responsive ##### 🛠 Examples - [#​39657](https://togithub.com/twbs/bootstrap/issues/39657): Fix product example mobile navbar toggler - [#​39585](https://togithub.com/twbs/bootstrap/issues/39585): Docs: Add missing type="button" to Cheatsheet nav buttons ##### 🏭 Tests - [#​39294](https://togithub.com/twbs/bootstrap/issues/39294): Tests: update navbar in visual modal test ##### 🧰 Misc - [#​39096](https://togithub.com/twbs/bootstrap/issues/39096): CI: stop running coveralls in forks - [#​39501](https://togithub.com/twbs/bootstrap/issues/39501): CI: switch to Node.js 20 ##### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F32+is%3Aclosed) ### [`v5.3.2`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.2) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) ##### Highlights - Passing a percentage unit to the global `abs()` is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the `divide()` function. The `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass. - Using multiple `id`s in a collapse target wasn't working anymore and has been fixed. ##### Color modes - Increased color contrast of form range track background in light and dark modes. - Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast. - Allow `` color customization for color modes. ##### Docs - Added alternative CDNs section in [Getting started -> Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). - Added Discord and Bootstrap subreddit links in [README](https://togithub.com/twbs/bootstrap/blob/main/README.md) and [Getting started -> Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): - [Discord](https://discord.gg/bZUvakRU3M) maintained by the community - [Bootstrap subreddit](https://reddit.com/r/bootstrap) *** ##### 🎨 CSS - [#​38816](https://togithub.com/twbs/bootstrap/issues/38816): Use `box-shadow` CSS variables shadow utilities - [#​38955](https://togithub.com/twbs/bootstrap/issues/38955): Fix radios looking like ellipse on responsive mode - [#​38976](https://togithub.com/twbs/bootstrap/issues/38976): Use box-shadow CSS vars instead of Sass vars in assets and variables - [#​39030](https://togithub.com/twbs/bootstrap/issues/39030): Fix dart-sass deprecation warning - [#​39033](https://togithub.com/twbs/bootstrap/issues/39033): Color mode: fix table state rendering - [#​39095](https://togithub.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted - [#​39119](https://togithub.com/twbs/bootstrap/issues/39119): New Sass var `$btn-link-focus-shadow-rgb` to allow customization - [#​39141](https://togithub.com/twbs/bootstrap/issues/39141): New Sass variable to handle `` dark mode bg color ##### ☕️ JavaScript - [#​38989](https://togithub.com/twbs/bootstrap/issues/38989): Collapse: Fix multiple `id`s calls - [#​39046](https://togithub.com/twbs/bootstrap/issues/39046): Dropdown: reuse variable ##### 📖 Docs - [#​38873](https://togithub.com/twbs/bootstrap/issues/38873): Discord reddit bootstrap - [#​38970](https://togithub.com/twbs/bootstrap/issues/38970): docs: add BootstrapVueNext to docs - [#​38977](https://togithub.com/twbs/bootstrap/issues/38977): Docs: Add missing form elements in focusable elements - [#​38978](https://togithub.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#​38995](https://togithub.com/twbs/bootstrap/issues/38995): introduction: drop `details` element - [#​39037](https://togithub.com/twbs/bootstrap/issues/39037): Further improve image compression with oxipng and the latest jpegoptim - [#​39054](https://togithub.com/twbs/bootstrap/issues/39054): Docs: Remove incorrect mention of `.left-` and `.right-` utilities from migration guide - [#​39060](https://togithub.com/twbs/bootstrap/issues/39060): Migration: add back v5.0.0 heading - [#​39145](https://togithub.com/twbs/bootstrap/issues/39145): Docs: add warning callout to add a workaround when jsDelivr is not available - [#​39177](https://togithub.com/twbs/bootstrap/issues/39177): Fix: make theme selector tick icon visible when active in examples layout - [#​39179](https://togithub.com/twbs/bootstrap/issues/39179): download: Reword CDN paragraph ##### 🛠 Examples - [#​38994](https://togithub.com/twbs/bootstrap/issues/38994): examples: update 3rd-party packages - [#​39086](https://togithub.com/twbs/bootstrap/issues/39086): Correct grammar error in examples/starter-template ##### 🌎 Accessibility - [#​38978](https://togithub.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#​39095](https://togithub.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted ##### 🧰 Misc - [#​38983](https://togithub.com/twbs/bootstrap/issues/38983): Improve change-version script - [#​38984](https://togithub.com/twbs/bootstrap/issues/38984): Convert build scripts to ESM - [#​39021](https://togithub.com/twbs/bootstrap/issues/39021): CI: update permissions for calibreapp-image-actions.yml ##### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F30+is%3Aclosed) ### [`v5.3.1`](https://togithub.com/twbs/bootstrap/releases/tag/v5.3.1) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.3.0...v5.3.1) ##### Highlights - **Color modes:** - Increased color contrast for dark mode by replacing `$gray-500` with `$gray-300` for the body color - Added our color mode switcher JavaScript to our examples ZIP download - **Components:** - Improved disabled styling for all `.nav-link`s, providing `.disabled` and `:disabled` for use with anchors and buttons - Add support for `Home` and `End` keys for navigating tabs by keyboard - Added some basic styling to toggle buttons when no modifier class is present - Fixed carousel colors in dark mode - **Forms:** - Fixed floating label disabled text color - **Utilities:** - `.text-bg-*` utilities now use CSS variables - **Sass:** - Add new `$navbar-dark-icon-color` Sass variable - Removed duplicate `$alert` Sass variables - Added a new variable for `$vr-border-width` to customize the vertical rule helper width - **Documentation:** - Added search to our homepage - Improved responsive behavior on Dashboard example - Improved dark mode rendering of Cheatsheet examples *** ##### 🎨 CSS - [#​38913](https://togithub.com/twbs/bootstrap/issues/38913): Floating labels: fix disabled with text inside - [#​38772](https://togithub.com/twbs/bootstrap/issues/38772): `.text-bg-*` helpers now use theme CSS variables - [#​38886](https://togithub.com/twbs/bootstrap/issues/38886): New Sass variable to change vertical rule width - [#​38851](https://togithub.com/twbs/bootstrap/issues/38851): Fix Sass properties order for newer stylelint-config-recess-order - [#​38815](https://togithub.com/twbs/bootstrap/issues/38815): Increase contrast in dark-mode ([#​38525](https://togithub.com/twbs/bootstrap/issues/38525)) - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38673](https://togithub.com/twbs/bootstrap/issues/38673): Add `$navbar-dark-icon-color` - [#​38674](https://togithub.com/twbs/bootstrap/issues/38674): Remove duplicate `$alert-*-scale` Sass vars ##### ☕️ JavaScript - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs ##### 📖 Docs - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38947](https://togithub.com/twbs/bootstrap/issues/38947): Fix postcss plugin options - [#​38885](https://togithub.com/twbs/bootstrap/issues/38885): Docs: Update float responsive examples - [#​38946](https://togithub.com/twbs/bootstrap/issues/38946): Docs: remove v4 reference on homepage - [#​38948](https://togithub.com/twbs/bootstrap/issues/38948): Fix some typos in Customize > Sass doc - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38604](https://togithub.com/twbs/bootstrap/issues/38604): Add dropdown alignment options to button group example - [#​38894](https://togithub.com/twbs/bootstrap/issues/38894): Docs: add blank target and `noopener` rel to footer external links - [#​38902](https://togithub.com/twbs/bootstrap/issues/38902): Fix tooltip generated markup documentation - [#​38883](https://togithub.com/twbs/bootstrap/issues/38883): Docs: Fix incorrect class name on migration guide - [#​38708](https://togithub.com/twbs/bootstrap/issues/38708): add a base class style display for toggle buttons - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38844](https://togithub.com/twbs/bootstrap/issues/38844): Fix for text-reset example class name - [#​38838](https://togithub.com/twbs/bootstrap/issues/38838): JS/SCSS shortcodes: Add new feature to remove nested calls inside. - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38872](https://togithub.com/twbs/bootstrap/issues/38872): Docs: Improve Text Alignment Example - [#​38865](https://togithub.com/twbs/bootstrap/issues/38865): Fix custom-radio class name on migration guide - [#​38786](https://togithub.com/twbs/bootstrap/issues/38786): Explicitly add missing opacity-0 helper class example for clarity. - [#​38707](https://togithub.com/twbs/bootstrap/issues/38707): Update bottom border on dark navbar example - [#​38726](https://togithub.com/twbs/bootstrap/issues/38726): Update flex utilities link in navs docs - [#​38734](https://togithub.com/twbs/bootstrap/issues/38734): Minor fixes for Docs Versions page - [#​38745](https://togithub.com/twbs/bootstrap/issues/38745): Fix stack examples - [#​38751](https://togithub.com/twbs/bootstrap/issues/38751): Docs (tooltips): Fix "them" typo in markup section - [#​38688](https://togithub.com/twbs/bootstrap/issues/38688): Fix missing word issue on nav-tabs page - [#​38681](https://togithub.com/twbs/bootstrap/issues/38681): Docs: consistency between custom buttons, popovers and tooltips - [#​38600](https://togithub.com/twbs/bootstrap/issues/38600): collate distribution interval - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38554](https://togithub.com/twbs/bootstrap/issues/38554): Doc: fix 'Events' JS example - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to `aria-describedby` - [#​38542](https://togithub.com/twbs/bootstrap/issues/38542): Use `.d-none` instead of inline styling - [#​38616](https://togithub.com/twbs/bootstrap/issues/38616): Add 'Issues assignment' section to the Contributing Guidelines - [#​38528](https://togithub.com/twbs/bootstrap/issues/38528): Adding a link to `clearfix` - [#​38538](https://togithub.com/twbs/bootstrap/issues/38538): Update Sass docs to mention compiling and including - [#​38623](https://togithub.com/twbs/bootstrap/issues/38623): Fix disabled element tooltip StackBlitz ##### 🛠 Examples - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38952](https://togithub.com/twbs/bootstrap/issues/38952): dashboard: fix offcanvas md display - [#​38840](https://togithub.com/twbs/bootstrap/issues/38840): Docs: fix carousel carousel colors of carousel examples in dark mode - [#​38905](https://togithub.com/twbs/bootstrap/issues/38905): Fix dark mode rendering of Cheatsheet examples - [#​38711](https://togithub.com/twbs/bootstrap/issues/38711): Fix link colors in Sidebars example ##### 🌎 Accessibility - [#​38958](https://togithub.com/twbs/bootstrap/issues/38958): Examples: improve spinner buttons accessibility - [#​38498](https://togithub.com/twbs/bootstrap/issues/38498): Support `Home` and `End` keys in tabs - [#​38827](https://togithub.com/twbs/bootstrap/issues/38827): Docs: add missing `aria-disabled='true'` to disabled anchors - [#​38850](https://togithub.com/twbs/bootstrap/issues/38850): Add docs search to homepage - [#​38774](https://togithub.com/twbs/bootstrap/issues/38774): Generalize disabled nav links CSS rules - [#​38632](https://togithub.com/twbs/bootstrap/issues/38632): docs(spinners): improve buttons examples accessibility - [#​38583](https://togithub.com/twbs/bootstrap/issues/38583): Docs: add more details on accessibility tips - [#​38592](https://togithub.com/twbs/bootstrap/issues/38592): docs(forms): switch to aria-describedby ##### 🧰 Misc - [#​38747](https://togithub.com/twbs/bootstrap/issues/38747): Add `color-modes.js` to `bootstrap-x.y.z-examples.zip` ##### 📦 Dependencies - Updated numerous [devDependencies](https://togithub.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F26+is%3Aclosed) ### [`v5.3.0`](https://togithub.com/twbs/bootstrap/compare/v5.2.3...v5.3.0) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.2.3...v5.3.0)
graalvm/native-build-tools (org.graalvm.buildtools.native) ### [`v0.10.3`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.3) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.2...0.10.3) #### What's Changed - Add exponential backoff when downloading the metadata repository by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/597](https://togithub.com/graalvm/native-build-tools/pull/597) - Refactor Initialization of Configuration File Merger by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/586](https://togithub.com/graalvm/native-build-tools/pull/586) - Adjust native-build tools to reachability-metadata.json by [@​vjovanov](https://togithub.com/vjovanov) in [https://github.com/graalvm/native-build-tools/pull/614](https://togithub.com/graalvm/native-build-tools/pull/614) - Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2 by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/603](https://togithub.com/graalvm/native-build-tools/pull/603) - Fix broken link for quick build mode by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/618](https://togithub.com/graalvm/native-build-tools/pull/618) - Bump metadata repository version to 0.3.9 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/617](https://togithub.com/graalvm/native-build-tools/pull/617) - Fix error message when the JDK is not a GraalVM by [@​eregon](https://togithub.com/eregon) in [https://github.com/graalvm/native-build-tools/pull/616](https://togithub.com/graalvm/native-build-tools/pull/616) - Fix args parsing on Windows by [@​houcine7](https://togithub.com/houcine7) in [https://github.com/graalvm/native-build-tools/pull/609](https://togithub.com/graalvm/native-build-tools/pull/609) #### New Contributors - [@​eregon](https://togithub.com/eregon) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/616](https://togithub.com/graalvm/native-build-tools/pull/616) - [@​houcine7](https://togithub.com/houcine7) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/609](https://togithub.com/graalvm/native-build-tools/pull/609) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3 ### [`v0.10.2`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.2) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.1...0.10.2) #### What's Changed - Bump repo version to 0.10.2-SNAPSHOT by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/578](https://togithub.com/graalvm/native-build-tools/pull/578) - Update Getting Started with Maven Plugin doc. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/577](https://togithub.com/graalvm/native-build-tools/pull/577) - Update Default Target Directory for MetadataCopy Task by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/580](https://togithub.com/graalvm/native-build-tools/pull/580) - Delete old stale args file by [@​n0tl3ss](https://togithub.com/n0tl3ss) in [https://github.com/graalvm/native-build-tools/pull/589](https://togithub.com/graalvm/native-build-tools/pull/589) - fix class path directroy analyzer by [@​n0tl3ss](https://togithub.com/n0tl3ss) in [https://github.com/graalvm/native-build-tools/pull/590](https://togithub.com/graalvm/native-build-tools/pull/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](https://togithub.com/olamy) in [https://github.com/graalvm/native-build-tools/pull/593](https://togithub.com/graalvm/native-build-tools/pull/593) - Update Reachability Metadata repository version by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/594](https://togithub.com/graalvm/native-build-tools/pull/594) #### New Contributors - [@​n0tl3ss](https://togithub.com/n0tl3ss) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/589](https://togithub.com/graalvm/native-build-tools/pull/589) - [@​olamy](https://togithub.com/olamy) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/593](https://togithub.com/graalvm/native-build-tools/pull/593) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2 ### [`v0.10.1`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.1) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.0...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](https://togithub.com/dependabot) in [https://github.com/graalvm/native-build-tools/pull/543](https://togithub.com/graalvm/native-build-tools/pull/543) - Fix compile-no-fork with existing jar FileSystems ([#​547](https://togithub.com/graalvm/native-build-tools/issues/547)) by [@​kohlschuetter](https://togithub.com/kohlschuetter) in [https://github.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548) - Add notes how to disable metadata repository support by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/570](https://togithub.com/graalvm/native-build-tools/pull/570) - Fix Kotlin Snippet For Disabling Metadata Repository by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/571](https://togithub.com/graalvm/native-build-tools/pull/571) - \[GR-51916] Add missing JUnit 5 init policies. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/573](https://togithub.com/graalvm/native-build-tools/pull/573) - Upgrade to GraalVM SDK 23.0.2 by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/565](https://togithub.com/graalvm/native-build-tools/pull/565) #### New Contributors - [@​kohlschuetter](https://togithub.com/kohlschuetter) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1 ### [`v0.10.0`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.0) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.28...0.10.0) #### What's Changed - Remove redundant settings.gradle configuration by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/532](https://togithub.com/graalvm/native-build-tools/pull/532) - Add concurrency with test array in matrix by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/482](https://togithub.com/graalvm/native-build-tools/pull/482) - Reduce Time Required for Each Test Execution by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/531](https://togithub.com/graalvm/native-build-tools/pull/531) - Bump metadata version to 0.3.5 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/538](https://togithub.com/graalvm/native-build-tools/pull/538) - Improve the documentation by [@​albertattard](https://togithub.com/albertattard) in [https://github.com/graalvm/native-build-tools/pull/540](https://togithub.com/graalvm/native-build-tools/pull/540) - \[GR-46872] Review and align the stucture Gradle and Maven quickstart guides. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/539](https://togithub.com/graalvm/native-build-tools/pull/539) - Substitute `` with `` in Maven plugin doc. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/551](https://togithub.com/graalvm/native-build-tools/pull/551) - Make Plugins Use Metadata Repository by Default by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/557](https://togithub.com/graalvm/native-build-tools/pull/557) - Bump metadata repository version to 0.3.6 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/561](https://togithub.com/graalvm/native-build-tools/pull/561) - Bump version of GraalVM by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/563](https://togithub.com/graalvm/native-build-tools/pull/563) #### New Contributors - [@​albertattard](https://togithub.com/albertattard) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/540](https://togithub.com/graalvm/native-build-tools/pull/540) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0 ### [`v0.9.28`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.28) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) #### What's Changed - Revert to previous version of `escapeArg()`. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/515](https://togithub.com/graalvm/native-build-tools/pull/515) - Document test binary configuration by [@​abelsromero](https://togithub.com/abelsromero) in [https://github.com/graalvm/native-build-tools/pull/509](https://togithub.com/graalvm/native-build-tools/pull/509) - Fixes the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/504](https://togithub.com/graalvm/native-build-tools/pull/504) - Remove deprecated use of `getConvention` by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/522](https://togithub.com/graalvm/native-build-tools/pull/522) - Fix and improve major JDK version detection. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/523](https://togithub.com/graalvm/native-build-tools/pull/523) - Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) - Fix toolchain documentation by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/525](https://togithub.com/graalvm/native-build-tools/pull/525) - Re-enable Windows builds. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/524](https://togithub.com/graalvm/native-build-tools/pull/524) - Fix h2-related tests. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/526](https://togithub.com/graalvm/native-build-tools/pull/526) - Make metadata repo test version-agnostic. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/527](https://togithub.com/graalvm/native-build-tools/pull/527) - Make metadata repo Gradle test version-agnostic. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/528](https://togithub.com/graalvm/native-build-tools/pull/528) #### New Contributors - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28 ### [`v0.9.27`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.27) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.26...0.9.27) #### What's Changed - Bug fixes and improvements for GraalVM for JDK 21. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/506](https://togithub.com/graalvm/native-build-tools/pull/506) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.26...0.9.27 ### [`v0.9.26`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.26) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.25...0.9.26) #### What's Changed - Use AttributeProvider API by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/493](https://togithub.com/graalvm/native-build-tools/pull/493) - Fix the name of the sub-XML tag of the XML tag of the classpath in the document by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/483](https://togithub.com/graalvm/native-build-tools/pull/483) - Explicitly declare dependencies for `plexus-xml` and `plexus-utils` by [@​linghengqian](https://togithub.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/484](https://togithub.com/graalvm/native-build-tools/pull/484) - Relax GraalVM version check for dev versions by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/495](https://togithub.com/graalvm/native-build-tools/pull/495) - Prepare NBT for release of GraalVM for JDK 21. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/496](https://togithub.com/graalvm/native-build-tools/pull/496) - Update native-build-tools dependencies by [@​olpaw](https://togithub.com/olpaw) in [https://github.com/graalvm/native-build-tools/pull/497](https://togithub.com/graalvm/native-build-tools/pull/497) #### New Contributors - [@​linghengqian](https://togithub.com/linghengqian) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/483](https://togithub.com/graalvm/native-build-tools/pull/483) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26 ### [`v0.9.25`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.25) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.24...0.9.25) #### What's Changed - Bump metadata version to 0.3.4 and update docs by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/488](https://togithub.com/graalvm/native-build-tools/pull/488) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.24...0.9.25 ### [`v0.9.24`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.24) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.23...0.9.24) #### What's Changed - \[GR-46881] Update GraalVM installation instructions. by [@​olyagpl](https://togithub.com/olyagpl) in [https://github.com/graalvm/native-build-tools/pull/460](https://togithub.com/graalvm/native-build-tools/pull/460) - Fix typos in reachability metadata gradle tasks descriptions by [@​abelsromero](https://togithub.com/abelsromero) in [https://github.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463) - Discover tests with `ClassLoader` other than `ImageClassLoader` by [@​ziyilin](https://togithub.com/ziyilin) in [https://github.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445) - Keep same classpath order as surefire by [@​ziyilin](https://togithub.com/ziyilin) in [https://github.com/graalvm/native-build-tools/pull/450](https://togithub.com/graalvm/native-build-tools/pull/450) - Revert "Discover tests with `ClassLoader` other than `ImageClassLoader`" by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/470](https://togithub.com/graalvm/native-build-tools/pull/470) - Add support for PGO instrumentation by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/471](https://togithub.com/graalvm/native-build-tools/pull/471) - Fix compatibility with latest releases of JUnit in [https://github.com/graalvm/native-build-tools/issues/472](https://togithub.com/graalvm/native-build-tools/issues/472) - Bump metadata version to 0.3.3 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/474](https://togithub.com/graalvm/native-build-tools/pull/474) #### New Contributors - [@​abelsromero](https://togithub.com/abelsromero) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/463](https://togithub.com/graalvm/native-build-tools/pull/463) - [@​ziyilin](https://togithub.com/ziyilin) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/445](https://togithub.com/graalvm/native-build-tools/pull/445) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.23...0.9.24 ### [`v0.9.23`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.23) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.22...0.9.23) #### What's Changed - Fix "collect reachability metadata" with config cache by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/438](https://togithub.com/graalvm/native-build-tools/pull/438) - Remove use of GFileUtils by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/437](https://togithub.com/graalvm/native-build-tools/pull/437) - Display the GraalVM logo on the generated NBT docs by [@​gradinac](https://togithub.com/gradinac) in [https://github.com/graalvm/native-build-tools/pull/447](https://togithub.com/graalvm/native-build-tools/pull/447) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23 ### [`v0.9.22`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.22) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.21...0.9.22) #### What's Changed - Fix lookup of metadata repository by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/425](https://togithub.com/graalvm/native-build-tools/pull/425) - Add support for `default-for` attribute by [@​sdeleuze](https://togithub.com/sdeleuze) in [https://github.com/graalvm/native-build-tools/pull/432](https://togithub.com/graalvm/native-build-tools/pull/432) - Bump metadata version to 0.3.0 by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/434](https://togithub.com/graalvm/native-build-tools/pull/434) **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.21...0.9.22 ### [`v0.9.21`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.21) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.20...0.9.21) #### What's Changed - Change samples link, add quickstarts by [@​alina-yur](https://togithub.com/alina-yur) in [https://github.com/graalvm/native-build-tools/pull/405](https://togithub.com/graalvm/native-build-tools/pull/405) - Fix typo by [@​alvarosanchez](https://togithub.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/406](https://togithub.com/graalvm/native-build-tools/pull/406) - Add a new write-args-file goal by [@​alvarosanchez](https://togithub.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/408](https://togithub.com/graalvm/native-build-tools/pull/408) - Enable metadata copy when agent is enabled from cmd by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/407](https://togithub.com/graalvm/native-build-tools/pull/407) - Fix compatibility with Gradle's configuration cache by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/339](https://togithub.com/graalvm/native-build-tools/pull/339) - Run the native tests in the submodule folder by [@​alvarosanchez](https://togithub.com/alvarosanchez) in [https://github.com/graalvm/native-build-tools/pull/414](https://togithub.com/graalvm/native-build-tools/pull/414) - Disable toolchain detection by default by [@​melix](https://togithub.com/melix) in [https://github.com/graalvm/native-build-tools/pull/420](https://togithub.com/graalvm/native-build-tools/pull/420) - Deprecate `requiredVersion`. by [@​fniephaus](https://togithub.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/421](https://togithub.com/graalvm/native-build-tools/pull/421) - Bump metadata repo version by [@​dnestoro](https://togithub.com/dnestoro) in [https://github.com/graalvm/

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.