Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the maven-dependencies group across 1 directory with 14 updates #3021

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps the maven-dependencies group with 14 updates in the / directory:

Package From To
org.hibernate.orm:hibernate-core 6.4.4.Final 6.5.0.Final
com.mysql:mysql-connector-j 8.3.0 8.4.0
jakarta.annotation:jakarta.annotation-api 2.1.1 3.0.0
jakarta.el:jakarta.el-api 4.0.0 6.0.0
net.bytebuddy:byte-buddy 1.14.13 1.14.15
net.bytebuddy:byte-buddy-agent 1.14.13 1.14.15
com.github.kagkarlsson:db-scheduler 13.0.0 14.0.0
org.jobrunr:jobrunr 6.3.5 7.1.1
com.fasterxml.jackson:jackson-bom 2.17.0 2.17.1
org.apache.maven.plugins:maven-install-plugin 3.1.1 3.1.2
org.apache.maven.plugins:maven-deploy-plugin 3.1.1 3.1.2
com.oracle.database.jdbc:ojdbc8 23.3.0.23.09 23.4.0.24.05
io.opentelemetry:opentelemetry-api 1.37.0 1.38.0
com.mchange:c3p0 0.10.0-pre7 0.10.1

Updates org.hibernate.orm:hibernate-core from 6.4.4.Final to 6.5.0.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.5.0.Final (April 25, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32276

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32268

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates com.mysql:mysql-connector-j from 8.3.0 to 8.4.0

Changelog

Sourced from com.mysql:mysql-connector-j's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 8.4.0

  • WL#15706, Add OpenTelemetry tracing.

  • WL#16174, Support for VECTOR data type.

  • Fix for Bug#36380711, Tests failing due to removal of deprecated features.

  • Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retrieval of imported primary keys. Thanks to Henning Pöttker for his contribution.

  • WL#16196, GPL License Exception Update.

  • Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest.java. Thanks to Abby Palmero for her contribution.

  • Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with StringBuilder in ValueEncoders. Thanks to Henning Pöttker for his contribution.

  • Fix for Bug#91550 (Bug#28297874), DatabaseMetaData specifies incorrect extra name characters.

  • Fix for Bug#113129 (Bug#36043145), setting the FetchSize on a Statement object does not affect.

  • Fix for Bug#22931632, GETPARAMETERBINDINGS() ON A PS RETURNS NPE WHEN NOT ALL PARAMETERS ARE BOUND.

  • WL#16147, Remove support for FIDO authentication.

  • Fix for Bug#110286 (Bug#35152855), Only call Messages.getString(...) when it's needed (when the SQLException is thrown). Thanks to Janick Reynders for his contribution.

  • Fix for Bug#23143279, CLIENT HANG WHEN LOADBALANCESTRATEGY IS BESTRESPONSETIME.

Version 8.3.0

  • Fix for Bug#107107 (Bug#34101635), Redundant "Reset stmt" when setting useServerPrepStmts&cachePrepStmts to true. Thanks to Marcos Albe for his contribution.

  • Fix for Bug#19845752, COMMENT PARSING IS NOT PROPER IN CONNECTOR JDBC.

  • Fix for Bug#112884 (Bug#36043166), Setting a large timeout leads to errors when executing SQL.

  • WL#16077, Upgrade 3rd party libraries and tools.

  • WL#16074, Upgrade Protocol Buffers dependency to protobuf-java-3.25.1.

  • Fix for Bug#35929119, Issue with mysql-connector-j 8.0.33 connector (XDEVAPI) - getsession is slow.

... (truncated)

Commits
  • 1c3f5c1 Documentation review for WL#15706 and WL#16174.
  • 5f2383d Update fix for Bug#36380711, Tests failing due to removal of deprecated featu...
  • b1da962 WL#15706, Add OpenTelemetry tracing.
  • 6758555 WL#16174, Support for VECTOR data type.
  • 6fbbd21 Fix for Bug#36380711, Tests failing due to removal of deprecated features.
  • 8b40d85 Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retri...
  • e629456 WL#16196, GPL License Exception Update.
  • c91a638 Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest....
  • 00449a4 Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with St...
  • 832994a Fix for Bug#91550 (Bug#28297874), DatabaseMetaData specifies incorrect extra ...
  • Additional commits viewable in compare view

Updates jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0

Commits
  • d456606 Prepare release jakarta.annotation:ca-parent:3.0.0
  • 292e95a make sure built javadoc contains year 2024,
  • 1c0df1c make build reproducible
  • 606b49d update parent to 1.0.9
  • 7d635c7 use release 11 to comply with the plan
  • fb6a7d2 add contributing info to the readme
  • 58f0e95 put back references section
  • 65561d8 fix cp right
  • 66b0a6c improve code samples in javadoc
  • 2ef3318 Set release level to 21
  • Additional commits viewable in compare view

Updates jakarta.el:jakarta.el-api from 4.0.0 to 6.0.0

Commits

Updates net.bytebuddy:byte-buddy from 1.14.13 to 1.14.15

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

Byte Buddy release notes

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.15

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

Byte Buddy release notes

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.15

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

Byte Buddy release notes

23. April 2024: version 1.14.14

  • Adjust type validation to accept additional names that are legal in the class file format.
  • Fix dynamic attach on Windows when a service user is active.
  • Avoid failure when using Android's strict mode.
Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.github.kagkarlsson:db-scheduler from 13.0.0 to 14.0.0

Release notes

Sourced from com.github.kagkarlsson:db-scheduler's releases.

v14.0.0

Changelog

🚀 Features

  • 823c9d2 Add tracking of heartbeat results and executions with stale heartbeat (#432), closes #402 #432. Generally making heartbeating more robust. See PR description for details.
  • d422cfb Introduces setting alwaysPersistTimestampInUTC() for MySQL and MariaDB users (#471), closes #471. This PR changed the default behavior, which was later reverted in #481. See PR description for details.
  • bb17380 Remove Java 8 support (#456), closes #456

🐛 Fixes

  • b5578ef Revert change in behavior for MariaDB and MySQL with regards to time zone assumptions for persisted timestamps (#481), closes #481
  • 4d3b5bb Update Oracle schema to use timezone-aware type (#457), closes #457. Oracle users are encouraged to change type for timestamp-columns to TIMESTAMP(6) WITH TIME ZONE.
  • a27383a use varchar instead of (deprecated) text column type for MSSQL schema (#455), closes #454 #455
  • 7798c35 Fix bug that causes cronpatterns with no next execution-time to fail. (#435), closes #361 #435

  • cadf433 logging improvement and readme

Contributors

We'd like to thank the following people for their contributions:

Commits
  • b5578ef fix: Revert change in behavior for MariaDB and MySQL with regards to time zon...
  • 823c9d2 feat: Add tracking of heartbeat results and executions with stale heartbeat (...
  • cadf433 doc: logging improvement and readme
  • d422cfb feat: MySQL, MariaDB always store timestamps in UTC (#471)
  • bb17380 feat: Remove Java 8 support (#456)
  • 4d3b5bb fix: Update Oracle schema to use timezone-aware type (#457)
  • a27383a fix: use varchar instead of (deprecated) text column type for MSSQL schema (#...
  • 7798c35 fix: Fix bug that causes cronpatterns with no next execution-time to fail. (#...
  • See full diff in compare view

Updates org.jobrunr:jobrunr from 6.3.5 to 7.1.1

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v7.1.1

🎉 JobRunr v7.1.1 🎉

Again a new release with some improvements!

New features

  • No new features were added

Enhancements

  • You do not need to have SLF4J on the classpath if you export the SQL migrations. PR jobrunr/jobrunr#1025

Bugfixes

New Contributors

Full Changelog: jobrunr/jobrunr@v7.1.0...v7.1.1

v7.1.0

🎉 JobRunr v7.1.0 🎉

Right after the release from v7.0.0, we continue with v7.1.0 where JobRunr now supports Virtual Threads in GraalVM native mode.

New features

Bugfixes

Other

Full Changelog: jobrunr/jobrunr@v7.0.0...v7.1.0

v7.0.0

🎉 Time for JobRunr v7.0.0 🎉

It's Celebration Time Once Again at JobRunr!

We are excited to announce the release of JobRunr v7.0.0 and JobRunr Pro v7.0.0. This major release is now available via Maven Central and directly for our Pro subscribers through the customer portal. Building on our promise to deliver robust job scheduling solutions, v7.0.0 brings a suite of powerful new features, substantial performance enhancements, and critical dashboard improvements. Let’s delve into what makes this release a game-changer for developers and enterprises alike for both JobRunr Pro and JobRunr OSS!

🙏 We'd also like to thank all of the developers and companies who have beta tested JobRunr v7 beta's and release candidates.

... (truncated)

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1

Commits
  • 50ab40a [maven-release-plugin] prepare release jackson-bom-2.17.1
  • 38201de Prepare for 2.17.1 release
  • 4d2e95a Back to snapshot deps
  • 3f7a9ee [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2

Release notes

Sourced from org.apache.maven.plugins:maven-install-plugin's releases.

3.1.2

Release Notes - Maven Install Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2

Commits
  • e1494c1 [maven-release-plugin] prepare release maven-install-plugin-3.1.2
  • 6712ae8 Remove workaround, handle it centrally
  • 1fa847f Bump workflow
  • bdc93d5 Quickfix: move to zulu
  • 7b9bf51 [MINSTALL-193] Parent 42, min Maven 3.6.3 (#64)
  • e914367 [MINSTALL-195] Include artifactId in InstallMojo#processProject messages
  • 3ebb448 [MINSTALL-197] Update to parent 41, cleanup (#61)
  • 30d2b53 [MINSTALL-192] - Code cleanups
  • 429ad5b [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (#58)
  • f6377c4 configure notifications
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2

Release notes

Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.

3.1.2

Release Notes - Maven Deploy Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2

Commits
  • 4f016bc [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2
  • 0ed18be Remove workaround, handle it centrally
  • b9c1c8b [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages
  • 74d331b [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)
  • ac9c49d Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
  • de7cefb Bump apache/maven-gh-actions-shared from 3 to 4
  • edf85d7 Add Dependabot
  • 390e610 [MDEPLOY-313] Update to parent 41, cleanup (#47)
  • 29f3c81 DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
  • 9039fc6 Type: fill --> file
  • Additional commits viewable in compare view

Updates com.oracle.database.jdbc:ojdbc8 from 23.3.0.23.09 to 23.4.0.24.05

Updates io.opentelemetry:opentelemetry-api from 1.37.0 to 1.38.0

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.38.0

API

  • Stabilize synchronous gauge (#6419)

Incubator

  • Add put(AttributeKey, T) overload to EventBuilder (#6331)

Baggage

  • Baggage filters space-only keys (#6431)

SDK

  • Add experimental scope config to enable / disable scopes (i.e. meter, logger, tracer) (#6375)

Traces

  • Add ReadableSpan#getAttributes (#6382)
  • Use standard ArrayList size rather than max number of links for initial span links allocation (#6252)

Metrics

  • Use low precision Clock#now when computing timestamp for exemplars (#6417)
  • Update invalid instrument name log message now that forward slash / is valid (#6343)

Exporters

  • Introduce low allocation OTLP marshalers. If using autoconfigure, opt in via OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA. * Low allocation OTLP logs marshaler (#6429) * Low allocation OTLP metrics marshaler (#6422) * Low allocation OTLP trace marshaler (#6410) * Add memory mode support to OTLP exporters (#6430) * Marshal span status description without allocation (#6423) * Add private constructors for stateless marshalers (#6434)
  • Mark opentelemetry-exporter-sender-jdk stable (#6357)
  • PrometheusHttpServer prevent concurrent reads when reusable memory mode (#6371)
  • Ignore TLS components (SSLContext, TrustManager, KeyManager) if plain HTTP protocol is used for exporting (#6329)
  • Add is_remote_parent span flags to OTLP exported Spans and SpanLinks (#6388)
  • Add missing fields to OTLP metric exporters toString() (#6402)

Extensions

  • Rename otel.config.file to otel.experimental.config.file for autoconfigure (#6396)

OpenCensus Shim

  • Fix opencensus shim spanBuilderWithRemoteParent behavior (#6415)

Tooling

  • Add additional API incubator docs (#6356)
  • Run build on java 21 (#6370)
  • Fix running tests with java 8 on macos (#6411)
  • Move away from deprecated gradle enterprise APIs (#6363)

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-api's changelog.

Version 1.38.0 (2024-05-10)

API

  • Stabilize synchronous gauge (#6419)

Incubator

  • Add put(AttributeKey, T) overload to EventBuilder (#6331)

Baggage

  • Baggage filters space-only keys (#6431)

SDK

  • Add experimental scope config to enable / disable scopes (i.e. meter, logger, tracer) (#6375)

Traces

  • Add ReadableSpan#getAttributes (#6382)
  • Use standard ArrayList size rather than max number of links for initial span links allocation (#6252)

Metrics

  • Use low precision Clock#now when computing timestamp for exemplars (#6417)
  • Update invalid instrument name log message now that forward slash / is valid (#6343)

Exporters

  • Introduce low allocation OTLP marshalers. If using autoconfigure, opt in via OTEL_JAVA_EXPERIMENTAL_EXPORTER_MEMORY_MODE=REUSABLE_DATA.
    • Low allocation OTLP logs marshaler (#6429)
    • Low allocation OTLP metrics marshaler (#6422)
    • Low allocation OTLP trace marshaler (#6410)
    • Add memory mode support to OTLP exporters (#6430)
    • Marshal span status description without allocation (#6423)

... (truncated)

Commits

Updates com.mchange:c3p0 from 0.10.0-pre7 to 0.10.1

Changelog

Sourced from com.mchange:c3p0's changelog.

c3p0-0.10.1 -- Implement more and "louder" (log ugly stack traces) validation of config properties. -- Modify former InUseLock (now InternalUseLock) and NewProxyConnection to use ReentrantLock rather than native monitors, to prevent pinning when clients run on loom virtual threads. Thanks Alex Kormukhin and Jeffrey Tucker! -- Implement config parameter markSessionBoundaries, so that users can disable JDBC 4.3 beginRequest / endRequest session boundary marking when JDBC drivers so undesirable things with those hints. Thanks Bikas Anand! -- Implement more careful examination of begin/endRequest methods, to take into account the case where those methods exist on the JDBC driver Connection implementation, but not in the Connection interface of a pre-Java-9 JVM. We still support begin/endRequest in this case, but reflectively. Thanks Vlad Skarzhevskyy, khushboo11-dotcom! c3p0-0.10.0 -- A bit more testing c3p0-0.10.0-pre7 -- Improve performance of begin/endRequest support -- Implement c3p0-loom UninstrumentedVirtualThreadPerTaskTaskRunnerFactory -- Change mind. Eliminate naggingly prescriptive equals/hashCode pseudorequirements from plugin interfaces, because our canonicalization strategy is by key, doesn' actually rely upon those implementations. -- Guard collection of MBeanAttributeInfo against items that would have no getter or setter to prevent ugly IntrospectionExceptions. See swaldman/c3p0#128 Thanks @​philippscs! -- Let C3P0PooledConnectionPool manager test introspected authentication that appears perhaps incomplete, and revert to NULL_AUTH (no-arg DataSource.getConnection()) if the test fails. See, should address, swaldman/c3p0#159 Thanks @​sbaeumlisberger! c3p0-0.10.0-pre6 -- Lots of documentation work. -- Implement attemptResurrectOnCheckin config parameter. See swaldman/c3p0#47 Thanks Bartosz Radaczyński and Igor Khromov! -- Add guard to automaticTestTable preventing use of weird or potentially malicious table names. Thanks to Andy at Privitar -- Pick up com.mchange.v2.c3p0.impl.DefaultConnectionTester.isValidTimeout as default value of new connectionIsValidTimeout property, so that users upgrading from previous version still capture the setting from the old config, even as their ConnectionTester now falls back to null. c3p0-0.10.0-pre5 -- Lots of documenting, condensing, clean-up, etc. -- Define connectionIsValidTimeout as an ordinary bean-style config parameter. Previously users had to set a universal property (in c3p0.properties or System properties) to set this timeout. -- Use simplified isValid(...) based timeout by default, use traditional

... (truncated)

Commits
  • c666965 Bump version for 0.10.1 final.
  • 3bc101f Tweak release notes for c3p0-0.10.1
  • c79baa1 Write release notes, cap CHANGELOG, for c3p0-0.10.1.
  • 927efdb Implement more and louder validation of config properties.
  • 872613d Comment duplicate setting in rough c3p0.properties, add some dev-notes.
  • 7fcd4e4 Define abstract PercentXXFailConnectionTester, factor implementations into su...
  • d2d6f0d Add a couple of chaos testing resources.
  • ca50283<...

    Description has been truncated

Bumps the maven-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.3.0` | `8.4.0` |
| [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) | `2.1.1` | `3.0.0` |
| [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) | `4.0.0` | `6.0.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.15` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.15` |
| [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `13.0.0` | `14.0.0` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `6.3.5` | `7.1.1` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.0` | `2.17.1` |
| [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.1` | `3.1.2` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.2` |
| com.oracle.database.jdbc:ojdbc8 | `23.3.0.23.09` | `23.4.0.24.05` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.37.0` | `1.38.0` |
| [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.10.0-pre7` | `0.10.1` |



Updates `org.hibernate.orm:hibernate-core` from 6.4.4.Final to 6.5.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.5.0)

Updates `com.mysql:mysql-connector-j` from 8.3.0 to 8.4.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.3.0...8.4.0)

Updates `jakarta.annotation:jakarta.annotation-api` from 2.1.1 to 3.0.0
- [Commits](jakartaee/common-annotations-api@2.1.1...3.0.0)

Updates `jakarta.el:jakarta.el-api` from 4.0.0 to 6.0.0
- [Release notes](https://github.com/eclipse-ee4j/el-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/el-ri/commits)

Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.15)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.15)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.15)

Updates `com.github.kagkarlsson:db-scheduler` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/kagkarlsson/db-scheduler/releases)
- [Changelog](https://github.com/kagkarlsson/db-scheduler/blob/master/jreleaser.yml)
- [Commits](kagkarlsson/db-scheduler@v13.0.0...v14.0.0)

Updates `org.jobrunr:jobrunr` from 6.3.5 to 7.1.1
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@v6.3.5...v7.1.1)

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.2)

Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2)

Updates `com.oracle.database.jdbc:ojdbc8` from 23.3.0.23.09 to 23.4.0.24.05

Updates `io.opentelemetry:opentelemetry-api` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.37.0...v1.38.0)

Updates `com.mchange:c3p0` from 0.10.0-pre7 to 0.10.1
- [Changelog](https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.10.0-pre7...v0.10.1)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: jakarta.annotation:jakarta.annotation-api
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: jakarta.el:jakarta.el-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.github.kagkarlsson:db-scheduler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.mchange:c3p0
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Dependency Upgrade Use to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only. labels May 12, 2024
@dependabot dependabot bot requested review from a team, gklijs, CodeDrivenMitch and smcvb and removed request for a team May 12, 2024 03:13
@dependabot dependabot bot added this to the Release 4.10.0 milestone May 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-ed5e400d34 branch May 19, 2024 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn’t resolved. Type: Dependency Upgrade Use to signal an issue that adjusts the project’s dependencies. Typically used by dependabot only.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants