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

chore(deps): bump the java-minor-patch group in /src with 9 updates #2431

Merged
merged 5 commits into from
Nov 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the java-minor-patch group in /src with 9 updates:

Package From To
org.hibernate:hibernate-hikaricp 6.5.3.Final 6.6.2.Final
org.hibernate:hibernate-jpamodelgen 6.5.3.Final 6.6.2.Final
org.hibernate.orm:hibernate-core 6.5.3.Final 6.6.2.Final
org.hibernate.tool:hibernate-tools-ant 6.5.3.Final 6.6.2.Final
org.projectlombok:lombok 1.18.34 1.18.36
com.zaxxer:HikariCP 6.1.0 6.2.0
org.quartz-scheduler:quartz 2.3.2 2.5.0
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations 2.9.0 2.10.0
org.siouan.frontend-jdk21 9.0.0 9.1.0

Updates org.hibernate:hibernate-hikaricp from 6.5.3.Final to 6.6.2.Final

Release notes

Sourced from org.hibernate:hibernate-hikaricp's releases.

Hibernate ORM 6.6.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.2.Final.

What's new

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

You can find the full list of 6.6.2.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.6.1.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final.

What's new

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

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-hikaricp's changelog.

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate:hibernate-jpamodelgen from 6.5.3.Final to 6.6.2.Final

Release notes

Sourced from org.hibernate:hibernate-jpamodelgen's releases.

Hibernate ORM 6.6.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.2.Final.

What's new

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

You can find the full list of 6.6.2.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.6.1.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final.

What's new

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

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate:hibernate-jpamodelgen's changelog.

Changes in 6.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-core from 6.5.3.Final to 6.6.2.Final

Release notes

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

Hibernate ORM 6.6.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.2.Final.

What's new

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

You can find the full list of 6.6.2.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.6.1.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final.

What's new

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

You can find the full list of 6.6.1.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.6.2.Final (November 07, 2024)

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

** Bug * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session * [HHH-18770] - NPE when using the JFR integration with JFR disabled * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID * [HHH-18761] - named query method generation for @​NamedQuery on entity * [HHH-18739] - Do not support join queries when using Mysql * [HHH-18730] - Multi-column association in aggregate component doesn't work * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer * [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity * [HHH-18702] - Exception using @​EmbeddedId with @​OneToMany that refers to an alternate key column * [HHH-18699] - Correctly handle @​Id and @​Version fields in query validation in Hibernate Processor * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor * [HHH-18696] - @​Find method for single @​NaturalId field * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping * [HHH-18669] - NullPointerException in the AgroalConnectionProvider * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission * [HHH-18635] - Avoid using bigdatetime column type on Sybase jconn when not necessary * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity * [HHH-18628] - Regression: Unable to determine TableReference * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException * [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers * [HHH-18596] - ValueHandlingMode hack in query pagination * [HHH-18582] - Mapping array of arrays with @​JdbcTypeCode(SqlTypes.ARRAY) causes NPE * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6 * [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType * [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column * [HHH-18513] - Session Metrics for pre-partial-flushes are wrong * [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set * [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table * [HHH-18491] - Resuming null transaction in JtaIsolationDelegate * [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query * [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[] * [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @​NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final) * [HHH-18389] - merge() with orphanRemoval = true leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance" * [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component

... (truncated)

Commits
  • 2366b10 Pre-steps for release : 6.6.2.Final
  • faebabd HHH-16572 - Skip enhancement for PROPERTY attributes with mismatched field an...
  • ab9e671 HHH-18564 Handle attribute converters for query literals
  • 6017ae4 HHH-18564 Add test for issue
  • 3c8214f HHH-18770 Check if the monitoring event was null
  • f58d5af HHH-18770 Check if the monitoring event was null
  • bdc44db HHH-18770 test with the jfr module on the classpath but jfr disabled
  • 6584eb3 HHH-18764 Fix incorrect type resolution in ManyToOneType dirty check
  • 5328e83 Fix upload of Devbelocity build scans
  • 8e30558 Fix upload of Develocity build scans
  • Additional commits viewable in compare view

Updates org.hibernate.tool:hibernate-tools-ant from 6.5.3.Final to 6.6.2.Final

Commits
  • 8704648 HBX-2933: Update version identifier to 6.6.2.Final
  • 2190ee6 HBX-2932: Update Hibernate ORM Dependency to Version 6.6.2.Final
  • 2525b1f HBX-2823: Fix foreign key generation
  • 077ac82 HBX-2920: Update version identifier to 6.6.2-SNAPSHOT
  • d2d82e5 HBX-2918: Update version identifier to 6.6.1.Final
  • 2a262ad HBX-2917: Update Hibernate ORM Dependency to Version 6.6.1.Final
  • a05882b HBX-2910: Make sure that the Exporter classes needed by plugin 'org.hibernate...
  • 263d736 HBX-2910: Make sure that the Exporter classes needed by plugin 'org.hibernate...
  • 981c040 HBX-2905: Update version identifier to 6.6.1-SNAPSHOT
  • 14f18f8 HBX-2902: Update version identifier to 6.6.0.Final
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.34 to 1.18.36

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 91d79ff [release] pre-release version bump
  • e8db33a Merge pull request #3768 from tamila-krashtan/fix/with-html
  • 0338705 Revert "[fixes #3116] Add multi round support for mapstruct":
  • 9af596e Fix typo in With.html
  • 3394b6e eclipse downloader: When downloading sources, accept failure.
  • 03cd61a Merge branch 'eclipse-tests-fix'
  • 7a9f3a8 Fix resource management in the eclipse downloader:
  • 87bc91a Merge pull request #3764 from Rawi01/update-index
  • d21d551 Close ZipOutputStream in eclipse dependency downloader
  • 5caea32 [fixes #3761] Update annotation value index
  • Additional commits viewable in compare view

Updates com.zaxxer:HikariCP from 6.1.0 to 6.2.0

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 6.2.0

  • merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration.

  • added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride

  • enhanced debug logging in circumstances where the pool falls to zero size and new coonections to the database continue to fail.

  • update test dependencies that were flagged as having vulnerabilities

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

  • merged #2244 improve JavassistProxyFactory

  • merged #2243 fix inconsistency between isWrapperFor and unwrap

  • merged #1827 support loading properties file in unnamed resources module

  • merged #1842 don't clear isCommitStateDirty flag in setReadOnly

  • change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips

Changes in 6.0.0

  • fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection

  • merged #2226 consistent handling of errorCode and sqlState in timeout exception

  • merged #2199 eliminate network call if state get is called after set

  • merged #2189 add support to get and set db credentials in an atomic operation

  • merged #2149 make Savepoint rollbacks mark the connection dirty

  • merged #2157 close connections marked as evicted instead of returning them to the pool

  • merged #2147 skip Connection::setNetworkTimeout if PoolBase::shutdownNetworkTimeoutExecutor is called

  • merged #2126 added Support For beginRequest and endRequest

  • small improvements and cleanup from pull request #2166

... (truncated)

Commits
  • c6b5eea [maven-release-plugin] prepare release HikariCP-6.2.0
  • 14f2c6e update release version
  • d32e26e Update CHANGES
  • 5df12d6 Update README.md
  • ec6891a Expand/improve SQLExceptionOverride handling flexibility
  • c7cf4b3 Do not treat a SQLTimeoutException as an evictable offense (#2238)
  • 039942b Update README.md
  • 1695eb5 Update README.md
  • b9690a0 Update README.md
  • d20e547 upgrade commons-compress dependency due to security vulnerability (test scope...
  • Additional commits viewable in compare view

Updates org.quartz-scheduler:quartz from 2.3.2 to 2.5.0

Release notes

Sourced from org.quartz-scheduler:quartz's releases.

Quartz 2.5.0

Most Significant Changes This Release (over 2.4.0):

  • Move to Jakarta namespace

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari, etc.) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "examples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0 RC1

This is a Release Candidate for 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Commits
  • 05a497e Set quartzVersion to 2.5.0
  • d0403ee Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepe
  • a7393a3 Fix javadoc errors in JobExecutionProcessException
  • cbe23a1 Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception
  • 84204e6 Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization
  • 6ca2800 Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...
  • f31d0c8 Handle exceptions thrown while retrieving the misfired trigger
  • 6b474d6 refactor: remove-redundant-initialization
  • 33ef506 Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...
  • 94c890f Merge pull request #1253 from amergey/main
  • Additional commits viewable in compare view

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.9.0 to 2.10.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.

Version 2.10.0

This release targets the OpenTelemetry SDK 1.44.1.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

🌟 New javaagent instrumentation

  • Ktor 3 instrumentation (#12562)

🌟 New library instrumentation

  • Ktor 3 instrumentation (#12562)

Migration notes

  • Spring Boot Starter Scheduling instrumentation scope name changed from io.opentelemetry.spring-scheduling-3.1 to io.opentelemetry.spring-boot-autoconfigure to reflect the module's name.
  • Default flush timeout for aws lambda javaagent instrumentation changed from 1 second to 10 seconds to match the flush timeout used in the aws lambda library instrumentation. (#12576)

📈 Enhancements

  • Delegate loading of java package to platform loader (#12505)
  • Set up virtual field transforms before otel sdk is initialized (#12444)
  • Update azure-core-tracing-opentelemetry version and improve HTTP suppression to back off when Azure SDK tracing is disabled. (#12489)
  • Ktor2 http client uses low level instrumentation (#12530)
  • Add logback mdc instrumentation to spring boot starter (#12515)
  • Run class load listener only once (#12565)
  • Remove duplicate byte buddy classes to reduce agent jar file size (#12571)
  • Support additional JVM arg syntax in service name resource detector (#12544)

🛠️ Bug fixes

  • Fix derby directory connection string parser (#12479)
  • Improve whitespace handling in oracle jdbc url parser (#12512)
  • Fix SpanKey bridging for unbridgeable span (#12511)
  • Fix lettuce instrumentation and tests to pass against latest version (#12552)
  • Fix Kafka initialization occasionally failed due to concurrent injection of OpenTelemetryMetricsReporter (#12583)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​AntonioLyubchev @​breedx-splk @​brunobat @​Cirilla-zmh @​e5l @​greatvovan @​heyams @​jaydeluca @​jeanbisutti

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.

Version 2.10.0 (2024-11-13)

🌟 New javaagent instrumentation

  • Ktor 3 instrumentation (#12562)

🌟 New library instrumentation

  • Ktor 3 instrumentation (#12562)

Migration notes

  • Spring Boot Starter Scheduling instrumentation scope name changed from io.opentelemetry.spring-scheduling-3.1 to io.opentelemetry.spring-boot-autoconfigure to reflect the module's name.
  • Default flush timeout for aws lambda javaagent instrumentation changed from 1 second to 10 seconds to match the flush timeout used in the aws lambda library instrumentation. (#12576)

📈 Enhancements

  • Delegate loading of java package to platform loader (#12505)
  • Set up virtual field transforms before otel sdk is initialized (#12444)
  • Update azure-core-tracing-opentelemetry version and improve HTTP suppression to back off when Azure SDK tracing is disabled. (#12489)
  • Ktor2 http client uses low level instrumentation (#12530)
  • Add logback mdc instrumentation to spring boot starter (#12515)
  • Run class load listener only once (#12565)
  • Remove duplicate byte buddy classes to reduce agent jar file size (#12571)
  • Support additional JVM arg syntax in service name resource detector (#12544)

🛠️ Bug fixes

  • Fix derby directory connection string parser (#12479)
  • Improve whitespace handling in oracle jdbc url parser (#12512)
  • Fix SpanKey bridging for unbridgeable span (#12511)
  • Fix lettuce instrumentation and tests to pass against latest version

... (truncated)

Commits

Updates org.siouan.frontend-jdk21 from 9.0.0 to 9.1.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.hibernate.orm:hibernate-core [>= 6.6.0.a, < 6.6.1]
org.hibernate.tool:hibernate-tools-ant [>= 6.6.0.a, < 6.6.1]
org.hibernate:hibernate-jpamodelgen [>= 6.6.0.a, < 6.6.1]
org.hibernate:hibernate-hikaricp [>= 6.6.0.a, < 6.6.1]
org.hibernate:hibernate-hikaricp [>= 6.6.a, < 6.7]
org.hibernate.orm:hibernate-core [>= 6.6.a, < 6.7]
org.hibernate:hibernate-jpamodelgen [>= 6.6.a, < 6.7]
org.hibernate:hibernate-hikaricp [>= 6.6.1.a, < 6.6.2]
org.hibernate:hibernate-jpamodelgen [>= 6.6.1.a, < 6.6.2]
org.hibernate.orm:hibernate-core [>= 6.6.1.a, < 6.6.2]
org.hibernate.tool:hibernate-tools-ant [>= 6.6.1.a, < 6.6.2]
com.zaxxer:HikariCP [>= 6.0.0.a, < 6.0.1]

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 18, 2024
@dependabot dependabot bot requested review from a team and melbeltagy and removed request for a team November 18, 2024 05:08
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

Bumps the java-minor-patch group in /src with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate:hibernate-hikaricp](https://github.com/hibernate/hibernate-orm) | `6.5.3.Final` | `6.6.2.Final` |
| [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.5.3.Final` | `6.6.2.Final` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.5.3.Final` | `6.6.2.Final` |
| [org.hibernate.tool:hibernate-tools-ant](https://github.com/hibernate/hibernate-tools) | `6.5.3.Final` | `6.6.2.Final` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.1.0` | `6.2.0` |
| [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) | `2.3.2` | `2.5.0` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.9.0` | `2.10.0` |
| org.siouan.frontend-jdk21 | `9.0.0` | `9.1.0` |


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

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

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

Updates `org.hibernate.tool:hibernate-tools-ant` from 6.5.3.Final to 6.6.2.Final
- [Commits](hibernate/hibernate-tools@6.5.3.Final...6.6.2.Final)

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

Updates `com.zaxxer:HikariCP` from 6.1.0 to 6.2.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.1.0...HikariCP-6.2.0)

Updates `org.quartz-scheduler:quartz` from 2.3.2 to 2.5.0
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/main/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@v2.3.2...v2.5.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.9.0...v2.10.0)

Updates `org.siouan.frontend-jdk21` from 9.0.0 to 9.1.0

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-hikaricp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.hibernate.tool:hibernate-tools-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.quartz-scheduler:quartz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.siouan.frontend-jdk21
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/src/java-minor-patch-4e4abb051e branch from 08a5bac to 7a31598 Compare November 18, 2024 06:41
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

1 similar comment
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

1 similar comment
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

Copy link

sonarcloud bot commented Nov 21, 2024

Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
src
build sonar test intTest runProxyTest runMetaserviceTest ru…
8.10.2 Build Scan not published

@enelir enelir merged commit 5c17508 into develop Nov 21, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/src/java-minor-patch-4e4abb051e branch November 21, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant