fix(deps): update all non-major dependencies #9
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
9.0.0
->9.0.1
0.9.22
->0.10.4
3.3.2
->3.4.0
3.3.0
->3.4.2
3.0.0
->3.5.2
3.11.0
->3.13.0
1.4.0
->1.6.0
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.1Compare 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
org.apache.maven.plugins:maven-checkstyle-plugin
from3.3.1
to3.4.0
org.apache.maven.plugins:maven-release-plugin
from3.0.1
to3.1.0
org.apache.maven.plugins:maven-surefire-plugin
from3.2.5
to3.3.0
org.apache.maven.plugins:maven-clean-plugin
from3.3.2
to3.4.0
org.apache.maven.plugins:maven-dependency-plugin
from3.6.1
to3.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:
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:
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:
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 workaroundsReporting 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
<arg>
with<buildArg>
in Maven plugin doc. by @olyagpl in https://github.com/graalvm/native-build-tools/pull/551New 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
escapeArg()
. by @fniephaus in https://github.com/graalvm/native-build-tools/pull/515org.junit.jupiter.api.condition.EnabledOnOs
cannot be used in NativeTest by @linghengqian in https://github.com/graalvm/native-build-tools/pull/504getConvention
by @melix in https://github.com/graalvm/native-build-tools/pull/522New 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
plexus-xml
andplexus-utils
by @linghengqian in https://github.com/graalvm/native-build-tools/pull/484New 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
ClassLoader
other thanImageClassLoader
by @ziyilin in https://github.com/graalvm/native-build-tools/pull/445ClassLoader
other thanImageClassLoader
" by @melix in https://github.com/graalvm/native-build-tools/pull/470New 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.
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
@oliver hat #9 in main zusammengeführt.
Auf Forgejo: Beyond coding. We Forge. ansehen ( #9 ) oder antworte direkt auf diese E-Mail.