spring aot: fix @JdbiRepository so aot generation works (#2727, thanks @​hpoettker !)
spring/spring5: update spring dependency and tests to latest releases (dependabot #36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.
spring aot: fix @JdbiRepository so aot generation works (#2727, thanks @​hpoettker !)
spring/spring5: update spring dependency and tests to latest releases (dependabot #36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.
Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.
Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also #4584 and #4634. Future versions of Error Prone will upgrade back to protobuf 4.x.
Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.
Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also #4584 and #4634. Future versions of Error Prone will upgrade back to protobuf 4.x.
Error Prone's dependency on protobuf has been downgraded to 3.25.5 for this release.
Version 3.25.5 of protobuf still fixes CVE-2024-7254. This release is provided for users who aren't ready to update to 4.x, see also #4584 and #4634. Future versions of Error Prone will upgrade back to protobuf 4.x.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 8 updates in the / directory:
192
194
3.46.0
3.47.0
2.18.0
2.18.1
2.18.0
2.18.1
2.18.0
2.18.1
2.34.0
2.35.1
2.34.0
2.35.1
3.8.0
3.8.1
Updates
io.airlift:airbase
from 192 to 194Release notes
Sourced from io.airlift:airbase's releases.
Changelog
Sourced from io.airlift:airbase's changelog.
... (truncated)
Commits
Updates
org.jdbi:jdbi3-bom
from 3.46.0 to 3.47.0Release notes
Sourced from org.jdbi:jdbi3-bom's releases.
Changelog
Sourced from org.jdbi:jdbi3-bom's changelog.
Commits
fa8e3d3
[maven-release-plugin] prepare release v3.47.0a92040d
release notes 3.47.0ea7a902
fix typo63ccde2
fix for CI testing with java 115250aa6
deprecation required version 3.47.0-SNAPSHOT78b7fe6
Add 'spring' module to replace 'spring5'd2f5b7f
gnumake needs every export on its own line1bd31e1
small adoc table fix13ea520
release notes #2727b858e84
Fix native Spring compile with@JdbiRepository
Updates
com.fasterxml.jackson.core:jackson-annotations
from 2.18.0 to 2.18.1Commits
Updates
com.fasterxml.jackson.core:jackson-databind
from 2.18.0 to 2.18.1Commits
Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
from 2.18.0 to 2.18.1Commits
4f3aa83
[maven-release-plugin] prepare release jackson-dataformats-text-2.18.12f722bc
Prepare for 2.18.1 release1619e14
Remove use of TypeFactory.defaultInstance()998064b
Backport #499 in 2.18(.1) as well46de17e
Merge branch '2.17' into 2.18306d255
Backport #499 in 2.17(.3)cbf4ad9
Back to snapshot depse4eca1c
[maven-release-plugin] prepare for next development iterationUpdates
com.google.errorprone:error_prone_annotations
from 2.34.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
0e06cc2
Release Error Prone 2.35.1db6c890
Downgrade protobuf version to 3.25.5ed6b121
Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3
RemoveDoNotUseRuleChain
from JavaCodeClarity.ec2983b
compileUnsafe
->compile
for compile-time-constant expressions.2ce9632
Strip the quotation marks from the source code when reconstructing the literal.99a0d9d
TimeUnitMismatch: handle BinaryTrees.60c5f76
TimeUnitMismatch: consider trees likefooSeconds * 1000
to have units of `m...427b51d
GetSeconds to ToSeconds error proneUpdates
com.google.errorprone:error_prone_core
from 2.34.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Commits
0e06cc2
Release Error Prone 2.35.1db6c890
Downgrade protobuf version to 3.25.5ed6b121
Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3
RemoveDoNotUseRuleChain
from JavaCodeClarity.ec2983b
compileUnsafe
->compile
for compile-time-constant expressions.2ce9632
Strip the quotation marks from the source code when reconstructing the literal.99a0d9d
TimeUnitMismatch: handle BinaryTrees.60c5f76
TimeUnitMismatch: consider trees likefooSeconds * 1000
to have units of `m...427b51d
GetSeconds to ToSeconds error proneUpdates
com.google.errorprone:error_prone_core
from 2.34.0 to 2.35.1Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Commits
0e06cc2
Release Error Prone 2.35.1db6c890
Downgrade protobuf version to 3.25.5ed6b121
Add a repro test for broken behavior inlining the parameter value into the fu...a931fa3
RemoveDoNotUseRuleChain
from JavaCodeClarity.ec2983b
compileUnsafe
->compile
for compile-time-constant expressions.2ce9632
Strip the quotation marks from the source code when reconstructing the literal.99a0d9d
TimeUnitMismatch: handle BinaryTrees.60c5f76
TimeUnitMismatch: consider trees likefooSeconds * 1000
to have units of `m...427b51d
GetSeconds to ToSeconds error proneUpdates
org.apache.maven.plugins:maven-dependency-plugin
from 3.8.0 to 3.8.1Commits
954e44a
[maven-release-plugin] prepare release maven-dependency-plugin-3.8.1842075d
Bump org.apache.maven.reporting:maven-reporting-impl7e1aadc
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0188531c
Fix SCM tag361058e
Bump jettyVersion from 9.4.55.v20240627 to 9.4.56.v2024082638ab100
Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1cbac4a7
Bump commons-io:commons-io from 2.16.1 to 2.17.0b19b7e0
[MDEP-930] Make test robust against platform default character sets (#448)e347ef7
Delete obsolete commented code for issue that was won't fixed 10 years ago (#...7b137a1
[MDEP-946] Add analyze exclusions to list of goalsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show