fix(deps): update all non-major dependencies #9

Merged
oliver merged 1 commit from renovate/all-minor-patch into main 2025-01-08 16:43:55 +01:00
Member

This PR contains the following updates:

Package Type Update Change
io.github.git-commit-id:git-commit-id-maven-plugin build patch 9.0.0 -> 9.0.1
org.graalvm.buildtools:native-maven-plugin build minor 0.9.22 -> 0.10.4
org.apache.maven.plugins:maven-war-plugin build minor 3.3.2 -> 3.4.0
org.apache.maven.plugins:maven-jar-plugin build minor 3.3.0 -> 3.4.2
org.apache.maven.plugins:maven-failsafe-plugin build minor 3.0.0 -> 3.5.2
org.apache.maven.plugins:maven-compiler-plugin build minor 3.11.0 -> 3.13.0
com.github.loki4j:loki-logback-appender compile minor 1.4.0 -> 1.6.0
com.puppycrawl.tools:checkstyle (source) build minor 10.17.0 -> 10.21.1

Release Notes

git-commit-id/git-commit-id-maven-plugin (io.github.git-commit-id:git-commit-id-maven-plugin)

v9.0.1: Version 9.0.1

Compare Source

Version 9.0.1 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • #​754 / #​760: Fix an issue where empty git.properties had been generated in submodules when injectAllReactorProjects=true

  • bump several maven plugins

    • bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0
    • bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>9.0.1</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

Reporting Problems

If you find any problem with this plugin, feel free to report it here

graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)

v0.10.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.10.3...0.10.4

v0.10.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3

v0.10.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2

v0.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.10.0...0.10.1

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0

v0.9.28

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28

v0.9.27

Compare Source

What's Changed

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.26...0.9.27

v0.9.26

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26

v0.9.25

Compare Source

What's Changed

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.24...0.9.25

v0.9.24

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.23...0.9.24

v0.9.23

Compare Source

What's Changed

Full Changelog: https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23

loki4j/loki-logback-appender (com.github.loki4j:loki-logback-appender)

v1.6.0

Compare Source

Version 1.6.0 contains several new features and improvements. The most notable one is probably structured metadata support. There are some breaking changes in compatibility matrix, protobuf support, and some format settings. Please check the Migration guide for the details.

New features

#​233 Key-value pairs support in JSON layout
#​236 Upgrade proto file from the upstream
#​237 Drop Java 8 support
#​238 Upgrade Logback to 1.4.x
#​239 Report time to Loki with nanosecond precision
#​259 Structured metadata support
#​267 Ignore whitespace in label and structured metadata patterns
#​271 Drop sorting records by time
#​279 Json message layer: support of writing arbitrary objects

Bug fixes

#​243 Loki appender didn't retry on HttpConnectTimeoutException

Refactoring

#​265 Key-value pairs extraction rework

Misc

#​229 Switch integration test from Loki 2.9.1 to Loki 3.0.0
#​234 Upgrade Github actions
#​235 Fix Grafana Cloud test
#​248 Performance tests for JsonLayout fix options
#​254 Fix published licence URL
#​260 Switch integration test from Loki 3.0.0 to Loki 3.2.0
#​261 Add Java 22 to compatibility test
#​268 Dependencies upgraded
#​276 Upgrade protobuf dependency to 4.29
#​277 Switch integration test from Loki 3.2.0 to Loki 3.3.1
#​278 Switch compatibility test from Java 22 to Java 23

v1.5.2

Compare Source

Bug fixes

#​232 JSON layout shouldn't fail to render nullable strings
#​245 Corrupted JSON logs on concurrent write (by @​knittl)

v1.5.1

Compare Source

Bug fixes

#​222 Memory issue when labels change quite often (on every log request)

v1.5.0

Compare Source

This release brings you JSON message layout and several enhancements in retry functionality. It also contains a few breaking changes, the most notable one is an upgrade to Logback v1.3.x. Please check the Migration guide before upgrading.

New features

#​193 Add support for retries on 429 rate limited requests (by @​acm19)
#​197 Upgrade Logback to 1.3.x
#​204 Add exponential backoff and jitter for retries (by @​acm19)
#​206 JSON message layout support

Bug fixes

#​211 Appender shouldn't fail on label parsing error
#​218 JsonLayout: Message parameters are missing

Refactoring

#​213 DummyHttpClient interface improvement
#​214 Polishing retry functionality

Misc

#​198 GrafanaCloud URL updated for integration tests
#​208 Switch compatibility test from Java 20 to Java 21
#​210 Add performance test for JsonLayer
#​212 Dependencies upgraded

v1.4.2

Compare Source

Bug fixes

#​188 Test fails with 'CodedOutputStream was writing to a flat byte array and ran out of space'

Misc

#​185 Switch integration test from Loki 2.8.1 to Loki 2.9.1
#​186 Dependencies upgraded

v1.4.1

Compare Source

Bug fixes

#​177 Metric for unsent events added
#​180 Decrement unsent events count on encoding error

Misc

#​181 Switch integration test from Loki 2.7.3 to Loki 2.8.1
#​182 Switch compatibility test from Java 19 to Java 20
#​183 Non-final Loki4jAppender


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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | build | patch | `9.0.0` -> `9.0.1` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | build | minor | `0.9.22` -> `0.10.4` | | [org.apache.maven.plugins:maven-war-plugin](https://maven.apache.org/plugins/) | build | minor | `3.3.2` -> `3.4.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://maven.apache.org/plugins/) | build | minor | `3.3.0` -> `3.4.2` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | build | minor | `3.0.0` -> `3.5.2` | | [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) | build | minor | `3.11.0` -> `3.13.0` | | [com.github.loki4j:loki-logback-appender](https://github.com/loki4j/loki-logback-appender) | compile | minor | `1.4.0` -> `1.6.0` | | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) ([source](https://github.com/checkstyle/checkstyle)) | build | minor | `10.17.0` -> `10.21.1` | --- ### Release Notes <details> <summary>git-commit-id/git-commit-id-maven-plugin (io.github.git-commit-id:git-commit-id-maven-plugin)</summary> ### [`v9.0.1`](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v9.0.1): Version 9.0.1 [Compare Source](https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.0.0...v9.0.1) Version 9.0.1 is finally there and includes various [bug-fixes and improvements](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.0.1\&closed=1) :-) #### New Features / Bug-Fixes: The main key-aspects that have been improved or being worked on are the following: - [#&#8203;754](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/754) / [#&#8203;760](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/760): Fix an issue where empty git.properties had been generated in submodules when `injectAllReactorProjects=true` - bump several maven plugins - bump ` org.apache.maven.plugins:maven-checkstyle-plugin ` from `3.3.1` to `3.4.0` - bump `org.apache.maven.plugins:maven-release-plugin` from `3.0.1` to `3.1.0` - bump `org.apache.maven.plugins:maven-surefire-plugin` from `3.2.5` to `3.3.0` - bump `org.apache.maven.plugins:maven-clean-plugin` from `3.3.2` to `3.4.0` - bump `org.apache.maven.plugins:maven-dependency-plugin` from `3.6.1` to `3.7.1` #### Getting the latest release The plugin is available from Maven Central ([see here](https://search.maven.org/search?q=g:io.github.git-commit-id%20AND%20a:git-commit-id-maven-plugin)), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency: ```xml <dependency> <groupId>io.github.git-commit-id</groupId> <artifactId>git-commit-id-maven-plugin</artifactId> <version>9.0.1</version> </dependency> ``` #### Getting the latest snapshot (build automatically) If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions: ```xml <pluginRepositories> <pluginRepository> <id>sonatype-snapshots</id> <name>Sonatype Snapshots</name> <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> </pluginRepository> </pluginRepositories> ``` Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version. #### Known Issues / Limitations: - This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat *workaround* to get some information is outlined in https://github.com/ktoso/maven-git-commit-id-plugin/issues/279#issuecomment-301284022 - Using maven's plugin prefix resolution (e.g. `mvn com.test.plugins:myPlugin:myMojo`) might result in unresolved properties even with `<injectAllReactorProjects>true</injectAllReactorProjects>`. Please refer to https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workarounds #### Reporting Problems If you find any problem with this plugin, feel free to report it [here](https://github.com/git-commit-id/git-commit-id-maven-plugin/issues) </details> <details> <summary>graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)</summary> ### [`v0.10.4`](https://github.com/graalvm/native-build-tools/releases/tag/0.10.4) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.10.3...0.10.4) #### What's Changed - Improve Native Image SBOM Generation by [@&#8203;rudsberg](https://github.com/rudsberg) in https://github.com/graalvm/native-build-tools/pull/623 - Fix links to Reachability Metadata documentation. by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/627 - Fix links to the resources file in Maven/Gradle quickstart guides [#&#8203;296](https://github.com/graalvm/native-build-tools/issues/296) by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/632 - Bump io.netty:netty-codec-http from 4.1.80.Final to 4.1.108.Final in /samples/metadata-repo-integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/graalvm/native-build-tools/pull/588 - Fix the resources file link in the Maven quickstart guide [#&#8203;632](https://github.com/graalvm/native-build-tools/issues/632) by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/637 - Make accessFilter file registration thread safe by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/635 - Update metadata repository version by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/640 #### New Contributors - [@&#8203;rudsberg](https://github.com/rudsberg) made their first contribution in https://github.com/graalvm/native-build-tools/pull/623 **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.10.3...0.10.4 ### [`v0.10.3`](https://github.com/graalvm/native-build-tools/releases/tag/0.10.3) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3) #### What's Changed - Add exponential backoff when downloading the metadata repository by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/597 - Refactor Initialization of Configuration File Merger by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/586 - Adjust native-build tools to reachability-metadata.json by [@&#8203;vjovanov](https://github.com/vjovanov) in https://github.com/graalvm/native-build-tools/pull/614 - Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2 by [@&#8203;linghengqian](https://github.com/linghengqian) in https://github.com/graalvm/native-build-tools/pull/603 - Fix broken link for quick build mode by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/618 - Bump metadata repository version to 0.3.9 by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/617 - Fix error message when the JDK is not a GraalVM by [@&#8203;eregon](https://github.com/eregon) in https://github.com/graalvm/native-build-tools/pull/616 - Fix args parsing on Windows by [@&#8203;houcine7](https://github.com/houcine7) in https://github.com/graalvm/native-build-tools/pull/609 #### New Contributors - [@&#8203;eregon](https://github.com/eregon) made their first contribution in https://github.com/graalvm/native-build-tools/pull/616 - [@&#8203;houcine7](https://github.com/houcine7) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.10.2) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2) #### What's Changed - Bump repo version to 0.10.2-SNAPSHOT by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/578 - Update Getting Started with Maven Plugin doc. by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/577 - Update Default Target Directory for MetadataCopy Task by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/580 - Delete old stale args file by [@&#8203;n0tl3ss](https://github.com/n0tl3ss) in https://github.com/graalvm/native-build-tools/pull/589 - fix class path directroy analyzer by [@&#8203;n0tl3ss](https://github.com/n0tl3ss) in https://github.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 [@&#8203;olamy](https://github.com/olamy) in https://github.com/graalvm/native-build-tools/pull/593 - Update Reachability Metadata repository version by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/594 #### New Contributors - [@&#8203;n0tl3ss](https://github.com/n0tl3ss) made their first contribution in https://github.com/graalvm/native-build-tools/pull/589 - [@&#8203;olamy](https://github.com/olamy) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.10.1) [Compare Source](https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/graalvm/native-build-tools/pull/543 - Fix compile-no-fork with existing jar FileSystems ([#&#8203;547](https://github.com/graalvm/native-build-tools/issues/547)) by [@&#8203;kohlschuetter](https://github.com/kohlschuetter) in https://github.com/graalvm/native-build-tools/pull/548 - Add notes how to disable metadata repository support by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/570 - Fix Kotlin Snippet For Disabling Metadata Repository by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/571 - \[GR-51916] Add missing JUnit 5 init policies. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/573 - Upgrade to GraalVM SDK 23.0.2 by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/565 #### New Contributors - [@&#8203;kohlschuetter](https://github.com/kohlschuetter) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.10.0) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.28...0.10.0) #### What's Changed - Remove redundant settings.gradle configuration by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/532 - Add concurrency with test array in matrix by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/482 - Reduce Time Required for Each Test Execution by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/531 - Bump metadata version to 0.3.5 by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/538 - Improve the documentation by [@&#8203;albertattard](https://github.com/albertattard) in https://github.com/graalvm/native-build-tools/pull/540 - \[GR-46872] Review and align the stucture Gradle and Maven quickstart guides. by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/539 - Substitute `<arg>` with `<buildArg>` in Maven plugin doc. by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/551 - Make Plugins Use Metadata Repository by Default by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/557 - Bump metadata repository version to 0.3.6 by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/561 - Bump version of GraalVM by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/563 #### New Contributors - [@&#8203;albertattard](https://github.com/albertattard) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.28) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) #### What's Changed - Revert to previous version of `escapeArg()`. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/515 - Document test binary configuration by [@&#8203;abelsromero](https://github.com/abelsromero) in https://github.com/graalvm/native-build-tools/pull/509 - Fixes the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest by [@&#8203;linghengqian](https://github.com/linghengqian) in https://github.com/graalvm/native-build-tools/pull/504 - Remove deprecated use of `getConvention` by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/522 - Fix and improve major JDK version detection. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.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 [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/graalvm/native-build-tools/pull/499 - Fix toolchain documentation by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/525 - Re-enable Windows builds. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/524 - Fix h2-related tests. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/526 - Make metadata repo test version-agnostic. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/527 - Make metadata repo Gradle test version-agnostic. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/528 #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.27) [Compare Source](https://github.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 [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.26) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.25...0.9.26) #### What's Changed - Use AttributeProvider API by [@&#8203;melix](https://github.com/melix) in https://github.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 [@&#8203;linghengqian](https://github.com/linghengqian) in https://github.com/graalvm/native-build-tools/pull/483 - Explicitly declare dependencies for `plexus-xml` and `plexus-utils` by [@&#8203;linghengqian](https://github.com/linghengqian) in https://github.com/graalvm/native-build-tools/pull/484 - Relax GraalVM version check for dev versions by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/495 - Prepare NBT for release of GraalVM for JDK 21. by [@&#8203;fniephaus](https://github.com/fniephaus) in https://github.com/graalvm/native-build-tools/pull/496 - Update native-build-tools dependencies by [@&#8203;olpaw](https://github.com/olpaw) in https://github.com/graalvm/native-build-tools/pull/497 #### New Contributors - [@&#8203;linghengqian](https://github.com/linghengqian) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.25) [Compare Source](https://github.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 [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.24) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.23...0.9.24) #### What's Changed - \[GR-46881] Update GraalVM installation instructions. by [@&#8203;olyagpl](https://github.com/olyagpl) in https://github.com/graalvm/native-build-tools/pull/460 - Fix typos in reachability metadata gradle tasks descriptions by [@&#8203;abelsromero](https://github.com/abelsromero) in https://github.com/graalvm/native-build-tools/pull/463 - Discover tests with `ClassLoader` other than `ImageClassLoader` by [@&#8203;ziyilin](https://github.com/ziyilin) in https://github.com/graalvm/native-build-tools/pull/445 - Keep same classpath order as surefire by [@&#8203;ziyilin](https://github.com/ziyilin) in https://github.com/graalvm/native-build-tools/pull/450 - Revert "Discover tests with `ClassLoader` other than `ImageClassLoader`" by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/470 - Add support for PGO instrumentation by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/471 - Fix compatibility with latest releases of JUnit in https://github.com/graalvm/native-build-tools/issues/472 - Bump metadata version to 0.3.3 by [@&#8203;dnestoro](https://github.com/dnestoro) in https://github.com/graalvm/native-build-tools/pull/474 #### New Contributors - [@&#8203;abelsromero](https://github.com/abelsromero) made their first contribution in https://github.com/graalvm/native-build-tools/pull/463 - [@&#8203;ziyilin](https://github.com/ziyilin) made their first contribution in https://github.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://github.com/graalvm/native-build-tools/releases/tag/0.9.23) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23) #### What's Changed - Fix "collect reachability metadata" with config cache by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/438 - Remove use of GFileUtils by [@&#8203;melix](https://github.com/melix) in https://github.com/graalvm/native-build-tools/pull/437 - Display the GraalVM logo on the generated NBT docs by [@&#8203;gradinac](https://github.com/gradinac) in https://github.com/graalvm/native-build-tools/pull/447 **Full Changelog**: https://github.com/graalvm/native-build-tools/compare/0.9.22...0.9.23 </details> <details> <summary>loki4j/loki-logback-appender (com.github.loki4j:loki-logback-appender)</summary> ### [`v1.6.0`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.6.0) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.5.2...v1.6.0) Version 1.6.0 contains several new features and improvements. The most notable one is probably structured metadata support. There are some breaking changes in compatibility matrix, protobuf support, and some format settings. Please check the [Migration guide](https://loki4j.github.io/loki-logback-appender/docs/migration#upgrading-from-15x-to-16x) for the details. #### New features [#&#8203;233](https://github.com/loki4j/loki-logback-appender/issues/233) Key-value pairs support in JSON layout [#&#8203;236](https://github.com/loki4j/loki-logback-appender/issues/236) Upgrade proto file from the upstream [#&#8203;237](https://github.com/loki4j/loki-logback-appender/issues/237) Drop Java 8 support [#&#8203;238](https://github.com/loki4j/loki-logback-appender/issues/238) Upgrade Logback to 1.4.x [#&#8203;239](https://github.com/loki4j/loki-logback-appender/issues/239) Report time to Loki with nanosecond precision [#&#8203;259](https://github.com/loki4j/loki-logback-appender/issues/259) Structured metadata support [#&#8203;267](https://github.com/loki4j/loki-logback-appender/issues/267) Ignore whitespace in label and structured metadata patterns [#&#8203;271](https://github.com/loki4j/loki-logback-appender/issues/271) Drop sorting records by time [#&#8203;279](https://github.com/loki4j/loki-logback-appender/issues/279) Json message layer: support of writing arbitrary objects #### Bug fixes [#&#8203;243](https://github.com/loki4j/loki-logback-appender/issues/243) Loki appender didn't retry on HttpConnectTimeoutException #### Refactoring [#&#8203;265](https://github.com/loki4j/loki-logback-appender/issues/265) Key-value pairs extraction rework #### Misc [#&#8203;229](https://github.com/loki4j/loki-logback-appender/issues/229) Switch integration test from Loki 2.9.1 to Loki 3.0.0 [#&#8203;234](https://github.com/loki4j/loki-logback-appender/issues/234) Upgrade Github actions [#&#8203;235](https://github.com/loki4j/loki-logback-appender/issues/235) Fix Grafana Cloud test [#&#8203;248](https://github.com/loki4j/loki-logback-appender/issues/248) Performance tests for JsonLayout fix options [#&#8203;254](https://github.com/loki4j/loki-logback-appender/issues/254) Fix published licence URL [#&#8203;260](https://github.com/loki4j/loki-logback-appender/issues/260) Switch integration test from Loki 3.0.0 to Loki 3.2.0 [#&#8203;261](https://github.com/loki4j/loki-logback-appender/issues/261) Add Java 22 to compatibility test [#&#8203;268](https://github.com/loki4j/loki-logback-appender/issues/268) Dependencies upgraded [#&#8203;276](https://github.com/loki4j/loki-logback-appender/issues/276) Upgrade protobuf dependency to 4.29 [#&#8203;277](https://github.com/loki4j/loki-logback-appender/issues/277) Switch integration test from Loki 3.2.0 to Loki 3.3.1 [#&#8203;278](https://github.com/loki4j/loki-logback-appender/issues/278) Switch compatibility test from Java 22 to Java 23 ### [`v1.5.2`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.5.2) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.5.1...v1.5.2) #### Bug fixes [#&#8203;232](https://github.com/loki4j/loki-logback-appender/issues/232) JSON layout shouldn't fail to render nullable strings [#&#8203;245](https://github.com/loki4j/loki-logback-appender/issues/245) Corrupted JSON logs on concurrent write (by [@&#8203;knittl](https://github.com/knittl)) ### [`v1.5.1`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.5.1) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.5.0...v1.5.1) #### Bug fixes [#&#8203;222](https://github.com/loki4j/loki-logback-appender/issues/222) Memory issue when labels change quite often (on every log request) ### [`v1.5.0`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.5.0) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.4.2...v1.5.0) This release brings you [JSON message layout](https://loki4j.github.io/loki-logback-appender/docs/jsonlayout) and several enhancements in retry functionality. It also contains a few breaking changes, the most notable one is an upgrade to Logback v1.3.x. Please check the [Migration guide](https://loki4j.github.io/loki-logback-appender/docs/migration#upgrading-from-14x-to-15x) before upgrading. #### New features [#&#8203;193](https://github.com/loki4j/loki-logback-appender/issues/193) Add support for retries on 429 rate limited requests (by [@&#8203;acm19](https://github.com/acm19)) [#&#8203;197](https://github.com/loki4j/loki-logback-appender/issues/197) Upgrade Logback to 1.3.x [#&#8203;204](https://github.com/loki4j/loki-logback-appender/issues/204) Add exponential backoff and jitter for retries (by [@&#8203;acm19](https://github.com/acm19)) [#&#8203;206](https://github.com/loki4j/loki-logback-appender/issues/206) JSON message layout support #### Bug fixes [#&#8203;211](https://github.com/loki4j/loki-logback-appender/issues/211) Appender shouldn't fail on label parsing error [#&#8203;218](https://github.com/loki4j/loki-logback-appender/issues/218) JsonLayout: Message parameters are missing #### Refactoring [#&#8203;213](https://github.com/loki4j/loki-logback-appender/issues/213) DummyHttpClient interface improvement [#&#8203;214](https://github.com/loki4j/loki-logback-appender/issues/214) Polishing retry functionality #### Misc [#&#8203;198](https://github.com/loki4j/loki-logback-appender/issues/198) GrafanaCloud URL updated for integration tests [#&#8203;208](https://github.com/loki4j/loki-logback-appender/issues/208) Switch compatibility test from Java 20 to Java 21 [#&#8203;210](https://github.com/loki4j/loki-logback-appender/issues/210) Add performance test for JsonLayer [#&#8203;212](https://github.com/loki4j/loki-logback-appender/issues/212) Dependencies upgraded ### [`v1.4.2`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.4.2) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.4.1...v1.4.2) #### Bug fixes [#&#8203;188](https://github.com/loki4j/loki-logback-appender/issues/188) Test fails with 'CodedOutputStream was writing to a flat byte array and ran out of space' #### Misc [#&#8203;185](https://github.com/loki4j/loki-logback-appender/issues/185) Switch integration test from Loki 2.8.1 to Loki 2.9.1 [#&#8203;186](https://github.com/loki4j/loki-logback-appender/issues/186) Dependencies upgraded ### [`v1.4.1`](https://github.com/loki4j/loki-logback-appender/releases/tag/v1.4.1) [Compare Source](https://github.com/loki4j/loki-logback-appender/compare/v1.4.0...v1.4.1) #### Bug fixes [#&#8203;177](https://github.com/loki4j/loki-logback-appender/issues/177) Metric for unsent events added [#&#8203;180](https://github.com/loki4j/loki-logback-appender/issues/180) Decrement unsent events count on encoding error #### Misc [#&#8203;181](https://github.com/loki4j/loki-logback-appender/issues/181) Switch integration test from Loki 2.7.3 to Loki 2.8.1 [#&#8203;182](https://github.com/loki4j/loki-logback-appender/issues/182) Switch compatibility test from Java 19 to Java 20 [#&#8203;183](https://github.com/loki4j/loki-logback-appender/issues/183) Non-final Loki4jAppender </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovatebot added 1 commit 2025-01-08 16:37:04 +01:00
fix(deps): update all non-major dependencies
Some checks failed
SonarQube Scan / SonarQube Trigger (pull_request) Failing after 2s
release / Release (push) Failing after 2s
SonarQube Scan / SonarQube Trigger (push) Failing after 2s
fcb1b926d3
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
oliver was assigned by renovatebot 2025-01-08 16:37:05 +01:00
requested review from oliver 2025-01-08 16:37:05 +01:00
Owner

This PR contains the following updates:

Package Type Update Change io.github.git-commit-id:git-commit-id-maven-plugin ( https://github.com/git-commit-id/git-commit-id-maven-plugin ) build patch 9.0.0 -> 9.0.1 org.graalvm.buildtools:native-maven-plugin ( https://github.com/graalvm/native-build-tools ) build minor 0.9.22 -> 0.10.4 org.apache.maven.plugins:maven-war-plugin ( https://maven.apache.org/plugins/ ) build minor 3.3.2 -> 3.4.0 org.apache.maven.plugins:maven-jar-plugin ( https://maven.apache.org/plugins/ ) build minor 3.3.0 -> 3.4.2 org.apache.maven.plugins:maven-failsafe-plugin ( https://maven.apache.org/surefire/ ) build minor 3.0.0 -> 3.5.2 org.apache.maven.plugins:maven-compiler-plugin ( https://maven.apache.org/plugins/ ) build minor 3.11.0 -> 3.13.0 com.github.loki4j:loki-logback-appender ( https://github.com/loki4j/loki-logback-appender ) compile minor 1.4.0 -> 1.6.0 com.puppycrawl.tools:checkstyle ( https://checkstyle.org/ ) ( source ( https://github.com/checkstyle/checkstyle ) ) build minor 10.17.0 -> 10.21.1

Release Notes

This PR contains the following updates: Package Type Update Change io.github.git-commit-id:git-commit-id-maven-plugin ( https://github.com/git-commit-id/git-commit-id-maven-plugin ) build patch 9.0.0 -> 9.0.1 org.graalvm.buildtools:native-maven-plugin ( https://github.com/graalvm/native-build-tools ) build minor 0.9.22 -> 0.10.4 org.apache.maven.plugins:maven-war-plugin ( https://maven.apache.org/plugins/ ) build minor 3.3.2 -> 3.4.0 org.apache.maven.plugins:maven-jar-plugin ( https://maven.apache.org/plugins/ ) build minor 3.3.0 -> 3.4.2 org.apache.maven.plugins:maven-failsafe-plugin ( https://maven.apache.org/surefire/ ) build minor 3.0.0 -> 3.5.2 org.apache.maven.plugins:maven-compiler-plugin ( https://maven.apache.org/plugins/ ) build minor 3.11.0 -> 3.13.0 com.github.loki4j:loki-logback-appender ( https://github.com/loki4j/loki-logback-appender ) compile minor 1.4.0 -> 1.6.0 com.puppycrawl.tools:checkstyle ( https://checkstyle.org/ ) ( source ( https://github.com/checkstyle/checkstyle ) ) build minor 10.17.0 -> 10.21.1 Release Notes
oliver merged commit fcb1b926d3 into main 2025-01-08 16:43:55 +01:00
oliver deleted branch renovate/all-minor-patch 2025-01-08 16:43:55 +01:00
Owner

@oliver hat #9 in main zusammengeführt.


Auf Forgejo: Beyond coding. We Forge. ansehen ( #9 ) oder antworte direkt auf diese E-Mail.

*@oliver* hat #9 in main zusammengeführt. --- Auf Forgejo: Beyond coding. We Forge. ansehen ( https://w9r.dev/pom/spring-boot-starter/pulls/9 ) oder antworte direkt auf diese E-Mail.
Sign in to join this conversation.
No reviewers
No labels
released
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pom/spring-boot-starter#9
No description provided.