Conversation
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
from
July 22, 2026 16:45
0c884bb to
9166481
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
5 times, most recently
from
July 29, 2026 00:20
118a2dc to
8fb6b13
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
6 times, most recently
from
August 6, 2026 00:10
d384562 to
7473ed7
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
4 times, most recently
from
August 14, 2026 00:04
bccf977 to
51ff9f2
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
2 times, most recently
from
August 21, 2026 08:58
4014985 to
1836b2a
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
4 times, most recently
from
August 26, 2026 13:19
2d8e07f to
6e318e1
Compare
Member
|
@galvagnimatteo please validate the changes so I can verify https://github.com/zextras/infra-renovate-config/pull/29 nb: the ci failed on a later stage, third party should be ok |
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
2 times, most recently
from
September 3, 2026 23:58
ddb07d5 to
71f2340
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
4 times, most recently
from
September 9, 2026 23:58
b4c012e to
ad88e78
Compare
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
5 times, most recently
from
September 18, 2026 00:04
6e77407 to
2dd1e76
Compare
|
ZxBot
force-pushed
the
renovate/all-minor-updates
branch
from
September 22, 2026 00:07
2dd1e76 to
c54b9b5
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (11.20% Estimated after merge)
This PR contains the following updates:
v4.10.11→v4.11.01.4.2→1.5.00.10.4→0.11.01.9.0→1.11.033.4.8-jre→33.7.1-jre5.5.0.6356→5.8.0.72113.5.6→3.6.03.5.6→3.6.03.15.0→3.16.01.7.3→1.8.03.37.3→3.39.43.37.3→3.39.41.12.0-1→1.14.0-1Release Notes
zextras/jenkins-lib-common (zextras/jenkins-lib-common)
v4.11.0Compare Source
Features
TNG/ArchUnit (com.tngtech.archunit:archunit)
v1.5.0: ArchUnit 1.5.0Compare Source
Enhancements
Core
JavaAccess.Predicates.originOwnerandJavaAccess.Predicates.targetOwner(#1603; thanks to @StefanGraeber 👋)JavaClass:isSealed()andgetPermittedSubclasses()(#1677)ImportOption.DoNotIncludeTestsandOnlyIncludeTestsconsider tests in custom Gradle source sets (#1660; thanks to @Develop-KIM 👋)Lang
ArchConditionsoffers newArchCondition<JavaClass> haveAnyDependenciesThat(DescribedPredicate<Dependency>)(#1580; thanks to @wakingrufus 👋)Library
ArchitectureMetrics.lakosMetricsis computed much more performantly (#1629; thanks to @ThanosTsiamis 👋)TextFileBasedViolationStoreis now thread-safe under parallel test execution (#1656; thanks to @kelunik 👋)ModuleDependencynow provides stable descriptions (#1648; thanks to @DragonFSKY 👋)JUnit
archunit-junit6supports ArchUnit with JUnit 6 (#1556,#1658, #1659; many thanks to @arukiidou & @schulzjo-tng 👋)AnalyzeClassessupports individual classes (#1569; thanks to @TheManWhoStaresAtCode 👋)archunit-junit:0.9.0(which was renamed with ArchUnit 0.9.0) now relocates toarchunit-junit4:0.9.0(#1673; thanks to @schulzjo-tng 👋) – will be published after #1684 🙈Documentation
Priority(#1671; thanks to @TheManWhoStaresAtCode 👋)Internal Improvements
junit-dataproviderwithjunit-jupiter-params(#1655)vavr-io/vavr (io.vavr:vavr)
v0.11.0Compare Source
The day has come - Vavr 0.11.0 is out, marking the first minor release in several years.
From here on, the focus shifts toward Vavr 1.0.0, starting with a significant Java version bump.
The 0.11.x line will continue to receive bugfixes and maintenance updates, but no new features are planned. Roadmap details can be found here.
Huge thanks to everyone who contributed in any form.
Significant Additions
Lazy
For()Comprehension (#3085)The for-comprehension API has been expanded with lazy, evaluation-friendly signatures that accept functions instead of eagerly-evaluated objects:
JSpecify Integration (#3113)
Vavr now integrates JSpecify annotations, enhancing null-safety support in IDEs and modern static analysis tools.
Better Future Cancellation (#3107)
As a result of internal refactoring, cancellation is now possible for Futures that have not yet started execution.
Various API Additions
Either/Validation.cond()Value.mapTo(U)andValue.mapToVoid()Try.toEither(Throwable -> L)What's Changed
.mapTo(U)and.mapToVoid()for Value by @adamkopec in #3086, #3090Try.toEither(Throwable -> L)by @adamkopec in #3088New Contributors
Full Changelog: vavr-io/vavr@v0.10.7...v0.11.0
v0.10.7Compare Source
Maintenance release - fixed broken JavaDoc stylesheets.
btw, we're getting really close to shipping v0.11.0...
v0.10.6: Patch Release 0.10.6Compare Source
This release brings Virtual-Thread-friendliness and documentation updates.
This is the last planned patch release for the 0.10.x train. 0.11.x incoming!
Changes
Full Changelog: vavr-io/vavr@v0.10.5...v0.10.6
Committers
🎉 MANY THANKS TO ALL COMMITTERS! 🎉
v0.10.5: Patch Release 0.10.5Compare Source
Vavr is back with a new maintainer, roadmap, and... a release.
This release brings various performance enhancements, bugfixes, and explicit jlink-friendly module declarations instead of automatic modules.
Committers
🎉 MANY THANKS TO ALL COMMITTERS! 🎉
@KrnSaurabh @achinaou @sleepytomcat @j-baker @Kevin222004 @pivovarit
Changes
SonarSource/sonar-scanner-maven (org.sonarsource.scanner.maven:sonar-maven-plugin)
v5.8.0.7211Compare Source
Release notes - Sonar Scanner for Maven - 5.8
Maintenance
SCANMAVEN-382 Prepare next development iteration 5.8.0
SCANMAVEN-384 Fix QG broken by the new testing rules
SCANMAVEN-385 Code Quality reorganization from jvm to CI Experience Squad
SCANMAVEN-386 ToggleLockBranch: Add additional-message
SCANMAVEN-387 Code Quality Slack channel reorganization
SCANMAVEN-390 Upgrade orchestrator to version 6.3.0
SCANMAVEN-392 Upgrade jetty test dependencies to version 9.4.58.v20250814
SCANMAVEN-395 Remove scheduled invocation of sonar:sonar shorthand test
SCANMAVEN-397 Replace Maven 4.0.0-rc-5 in ITs with Maven 4.0.0-rc-6
SCANMAVEN-398 Upgrade orchestrator to version 6.4.0
SCANMAVEN-399 Update sonar-scanner-java-library to 4.1.2.1663
SCANMAVEN-401 Upgrade Jetty used by e2e tests
SCANMAVEN-402 Upgrade orchestrator to version 6.4.3.4676
Feature
SCANMAVEN-403 Releasability status fails on property-dump-plugin version
v5.7.0.6970Compare Source
Release notes - Sonar Scanner for Maven - 5.7
Feature
SCANMAVEN-317 Support encryption of sonar.token, and other new secure properties
SCANMAVEN-332 support
modular-jarartifact typeSCANMAVEN-341 Rework the support of encrypted properties
Maintenance
SCANMAVEN-370 Prepare next development iteration 5.7.0
SCANMAVEN-372 Configure Renovate for sonar-scanner-maven
SCANMAVEN-373 SubmitReview: Use Vault token
SCANMAVEN-374 Unpin internal GitHub actions
SCANMAVEN-376 Use SonarSource/.../sonar-update-center-release@v1 instead of @master
SCANMAVEN-377 Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY]
v5.6.0.6792Compare Source
Release notes - Sonar Scanner for Maven - 5.6
Maintenance
SCANMAVEN-318 Update Orchestrator and fix e2e matrix
SCANMAVEN-324 Convert e2e tests to invoker
SCANMAVEN-346 Fix CI failure
SCANMAVEN-347 Automate detection of sonar:sonar shorthand failure
SCANMAVEN-348 Bump org.assertj:assertj-core from 3.26.3 to 3.27.7 in /sonar-maven-plugin
SCANMAVEN-349 Remove Maven 4 e2e tests from promotion requirements
SCANMAVEN-356 Add automated release workflow
SCANMAVEN-357 Licence packaging standard - Maven Scanner
SCANMAVEN-358 Create SonarUpdateCenterRelease.yml
SCANMAVEN-361 Add issue-categories in automated release
SCANMAVEN-363 Fix e2e tests with Maven 4
SCANMAVEN-364 Do not run nightly builds on weekends
SCANMAVEN-365 Set up orchestrator cache
SCANMAVEN-366 Update sonar-scanner-java-library to 4.1.0.1619
SCANMAVEN-367 Update sonar-scanner-java-library to 4.1.1.1633
SCANMAVEN-369 Update parent pom to 87.0.0.3057
Feature
SCANMAVEN-281 Irrelevant encrypted properties are not filtered out in multi-module project with "sonar" in the name
mojohaus/flatten-maven-plugin (org.codehaus.mojo:flatten-maven-plugin)
v1.8.0Compare Source
🚀 New features and improvements
🐛 Bug Fixes
🔧 Build
📦 Dependency updates
quarkusio/quarkus (io.quarkus:quarkus-maven-plugin)
v3.39.4Compare Source
Complete changelog
Quarkus Security with Jakarta Persistenceguide doesn't mentionsecurity-jpa-reactiveextensionNullPointerExceptionand the log record is droppedDPoPNonceProvideraccept DPoP proofjtiv3.39.3Compare Source
Complete changelog
@Pathrequires impl. to be CDI beans while RESTEasy does not@ServerResponseFilterFullyFeaturedServerJacksonMessageBodyWriteruses media type properlySecurityCustomSerializationusesContextResolverv3.39.2Compare Source
Complete changelog
quarkuscli is missing theclassnameoption@PermissionsAllowedvaluequarkus-rest-jackson: reflection-free (de)serializers treat aMapsubclass as a bean and drop every map entry@PermissionsAllowedv3.39.1Compare Source
Complete changelog
@QuarkusTestResource@RunOnVirtualThreadannotation in combination with blocking endpointsConfiguration
📅 Schedule: (in timezone Europe/Rome)
🚦 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 Mend Renovate CLI.