Skip to content

Bump hibernate.version from 6.6.13.Final to 7.3.1.Final#1032

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/hibernate.version-7.3.1.Final
Closed

Bump hibernate.version from 6.6.13.Final to 7.3.1.Final#1032
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/hibernate.version-7.3.1.Final

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps hibernate.version from 6.6.13.Final to 7.3.1.Final.
Updates org.hibernate.orm:hibernate-core from 6.6.13.Final to 7.3.1.Final

Release notes

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

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

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.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

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

Changes in 7.3.1.Final (April 10, 2026)

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

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

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

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-hikaricp from 6.6.13.Final to 7.3.1.Final

Release notes

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

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

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.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

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

Changes in 7.3.1.Final (April 10, 2026)

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

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

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

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jcache from 6.6.13.Final to 7.3.1.Final

Release notes

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

Release 7.3.1

Hibernate ORM 7.3.1.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.1.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

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.

Release 7.3.0

Hibernate ORM 7.3.0.Final released

Today, we published a new release of Hibernate ORM 7.3: 7.3.0.Final.

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

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

... (truncated)

Changelog

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

Changes in 7.3.1.Final (April 10, 2026)

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

** Bug * HHH-20326 ClassCastException when joining array within embeddable * HHH-20287 DataException ( Parameter is not set) when updating only the version of an Entity with a PartitionKey * HHH-20283 key-based pagination appears to be broken * HHH-20281 Missing temporal precision for parameter coercion leading to ClassCastException * HHH-20274 Avoid mutating SqmSelectClause during type validation * HHH-20273 Failed to set List type field in Embeddable record * HHH-20272 JDBC locking pre-actions are not executed before the statement * HHH-20271 SybaseASE reports wrong lock metadata * HHH-20267 Hibernate processor: infinite generation of repositories when extending PanacheRepository * HHH-20266 Some unnesting array functions miss ordering on index on aggregation * HHH-20260 Session#find only logs LockTimeoutException instead of throwing it on PostgreSQL * HHH-20259 DdlTypeRegistry#addSqlType doesn't handle different type codes registered to same DDL type properly * HHH-20251 NPE: query with fetch graph and read-only hint on bytecode enhanced entities * HHH-20231 Errors when querying 2L-cached native queries with same SQL but different result type * HHH-20230 [Metamodel Generator] AnnotationMetaEntity fails to compile repository methods with unbounded wildcard Sort<?> * HHH-20209 Race Condition in JavaTypeRegistry causing SemanticException during parallel UNION queries with projection. * HHH-20126 NPE when querying with a lockMode/lockScope * HHH-20053 HQL grammar ambiguity for NOT keyword * HHH-19885 Wrong mapping of legacy XML "access" attribute in HbmXmlTransformer * HHH-19818 NPE with stateless insert when Envers is enabled * HHH-19429 ConcurrentModificationException observed while executing JPQL update query with VERSIONED clause * HHH-12986 ConfigLoader does not close file when loading hibernate.cfg.xml * HHH-12590 Postgres subselect: ERROR: subquery in FROM must have an alias

** Improvement * HHH-20256 Make ByteBuddy class generation build-reproducible * HHH-20227 Avoid using reflection and parsing annotations when initializing the Hibernate and JPA annotation descriptors

** Task * HHH-20311 Upgrade to hibernate-modules 1.1.1 * HHH-20301 Upgrade ByteBuddy to 1.18.8 * HHH-20232 Update c3p0 to 0.12.0

Changes in 7.3.0.Final (March 16, 2026)

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

** Bug * HHH-20253 ClassCastException when using hibernate-enhance-maven-plugin plugin * HHH-20229 logFlushResults ko with a @​AnyKeyJavaClass(String.class) * HHH-20224 Exception when calling treat() twice

... (truncated)

Commits
  • bc27952 [Jenkins release job] Preparing release 7.3.1.Final
  • ff58198 [Jenkins release job] changelog.txt updated by release build 7.3.1.Final
  • 4f4d466 HHH-20326 Fix ClassCastException when joining array within embeddable
  • 6c32032 HHH-19885 Wrong mapping of legacy XML access attribute in HbmXmlTransformer
  • 5daee8d Enable automated maintenance releases
  • 6b33f2f HHH-20301 Upgrade ByteBuddy to 1.18.8
  • e5bfdd7 HHH-20311 Upgrade hibernate-models to 1.1.1
  • cbbdc4f Make database version part of task inputs to avoid skipping tests with same d...
  • 8520530 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • 95de1b6 HHH-20287 DataException ( Parameter is not set) when updating only the versio...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 13, 2026

JUnit Test Overview Report

Generated on: 24905539063

Overall Statistics

  • Total Test Modules: 15
  • Total Test Files: 125
  • Total Tests: 1910
  • Enabled Tests: 1843 (96.5%)
  • Disabled Tests: 67 (3.5%)

Test Summary by Plugin

Plugin Test Files Total Tests Enabled Disabled Disabled %
sandbox_cleanup_application_test 1 36 36 0 0.0%
sandbox_common_test 35 353 351 2 0.6%
sandbox_css_cleanup_test 4 28 28 0 0.0%
sandbox_encoding_quickfix_test 4 16 16 0 0.0%
sandbox_functional_converter_test 31 545 519 26 4.8%
sandbox_int_to_enum_test 1 12 11 1 8.3%
sandbox_jface_cleanup_test 2 15 14 1 6.7%
sandbox_junit_cleanup_test 29 645 609 36 5.6%
sandbox_method_reuse_test 1 1 1 0 0.0%
sandbox_platform_helper_test 2 6 5 1 16.7%
sandbox_tools_test 1 2 2 0 0.0%
sandbox_triggerpattern_test 8 161 161 0 0.0%
sandbox_usage_view_test 2 23 23 0 0.0%
sandbox_use_general_type_test 1 29 29 0 0.0%
sandbox_xml_cleanup_test 3 38 38 0 0.0%

Disabled Tests Details

sandbox_common_test (2 disabled)

  • org.sandbox.jdt.ui.tests.quickfix.addresses.testChainedVisitorWithoutFirstMatchBug() - AstProcessorBuilder bug: chained ClassInstanceCreation visitor not called when first MethodInvocation visitor has no match (PR Fix standalone SubProgressMonitor transformation in JFace cleanup #678)
    • File: sandbox_common_test/src/org/sandbox/jdt/ui/tests/quickfix/ClassInstanceCreationVisitorTest.java:549
  • org.sandbox.jdt.ui.tests.quickfix.addresses.doWork() - AstProcessorBuilder bug: chained ClassInstanceCreation visitor not called when first MethodInvocation visitor has no match (PR Fix standalone SubProgressMonitor transformation in JFace cleanup #678)
    • File: sandbox_common_test/src/org/sandbox/jdt/ui/tests/quickfix/ClassInstanceCreationVisitorTest.java:557

sandbox_functional_converter_test (26 disabled)

  • org.sandbox.jdt.ui.tests.quickfix.validates.testLoopWithMapPut_ShouldNotConvert() - BUG: Collection modification detection not blocking conversion - Issue Functional Converter #670
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:285
  • org.sandbox.jdt.ui.tests.quickfix.validates.process() - BUG: Collection modification detection not blocking conversion - Issue Functional Converter #670
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:292
  • org.sandbox.jdt.ui.tests.quickfix.validates.testLoopModifyingDifferentCollection_CanConvert() - Different but acceptable behavior - converts to collect() instead of forEach()
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:351
  • org.sandbox.jdt.ui.tests.quickfix.validates.process() - Different but acceptable behavior - converts to collect() instead of forEach()
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:358
  • org.sandbox.jdt.ui.tests.quickfix.validates.testConcurrentCollection_SimpleIteration_CanConvert() - Different but acceptable behavior - converts to stream instead of enhanced-for
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:434
  • org.sandbox.jdt.ui.tests.quickfix.validates.testFieldAccessReceiverModification_ShouldNotConvert() - BUG: Field access modification detection not blocking conversion - Issue Functional Converter #670
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:547
  • org.sandbox.jdt.ui.tests.quickfix.validates.testGetterMethodReceiverModification_ShouldNotConvert() - BUG: IllegalArgumentException - Invalid identifier : >getList()< - needs fix in EnhancedForHandler
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/Issue670StrictLoopRefactoringTest.java:593
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_collectToList() - Iterator collect-to-List pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:210
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_collectToSet() - Iterator collect-to-Set pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:258
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_mapAndCollect() - Iterator map+collect pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:310
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_mapWithMethodReference() - Iterator map pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:360
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_filterAndCollect() - Iterator filter+collect pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:414
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_filterMapAndCollect() - Iterator filter+map+collect pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:470
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_sumReduction() - Iterator reduce pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:527
  • org.sandbox.jdt.ui.tests.quickfix.focuses.calculateSum() - Iterator reduce pipeline not yet implemented; re-enable when iterator patterns support collect/map/filter/reduce
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:534
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testIterator_withExternalModification_notConverted() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:698
  • org.sandbox.jdt.ui.tests.quickfix.focuses.trackLast() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/IteratorLoopToStreamTest.java:705
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testArraySourceCollect() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:484
  • org.sandbox.jdt.ui.tests.quickfix.focuses.process() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:489
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testArraySourceMapCollect() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:527
  • org.sandbox.jdt.ui.tests.quickfix.focuses.process() - No reason specified
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:532
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testCollectWithSideEffects_ShouldNotConvert() - V2 incorrectly wraps counter++ as side-effect map instead of detecting external state modification
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:576
  • org.sandbox.jdt.ui.tests.quickfix.focuses.process() - V2 incorrectly wraps counter++ as side-effect map instead of detecting external state modification
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringCollectTest.java:582
  • org.sandbox.jdt.ui.tests.quickfix.focuses.testUnusedElement() - Pattern not converting in V1 - needs investigation
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringEdgeCasesTest.java:633
  • org.sandbox.jdt.ui.tests.quickfix.focuses.main() - Pattern not converting in V1 - needs investigation
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringEdgeCasesTest.java:639
  • org.sandbox.jdt.ui.tests.quickfix.focuses.MyTest() - Pattern not converting in V1 - needs investigation
    • File: sandbox_functional_converter_test/src/org/sandbox/jdt/ui/tests/quickfix/LoopRefactoringEdgeCasesTest.java:640

sandbox_int_to_enum_test (1 disabled)

  • org.eclipse.jdt.ui.tests.quickfix.Java22.IntToEnumCleanUpTest.testBasicIfElseToEnumSwitch() - Transformation logic not yet implemented - test documents expected behavior
    • File: sandbox_int_to_enum_test/src/org/eclipse/jdt/ui/tests/quickfix/Java22/IntToEnumCleanUpTest.java:80

sandbox_jface_cleanup_test (1 disabled)

  • org.sandbox.jdt.ui.tests.quickfix.method.testMissingSuperDisposeCleanup() - Requires TriggerPattern engine enhancements: override detection and body constraints
    • File: sandbox_jface_cleanup_test/src/org/sandbox/jdt/ui/tests/quickfix/MissingSuperDisposePluginTest.java:233

sandbox_junit_cleanup_test (36 disabled)

  • org.eclipse.jdt.ui.tests.quickfix.Java8.LostTestFinderTest.testNotYetImplemented() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/LostTestFinderTest.java:186
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationCombinationsTest.ignoredTest() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationCombinationsTest.java:131
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationCombinationsTest.testWithAssertions() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationCombinationsTest.java:136
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationCombinationsTest.migrates_suite_with_assertions_and_lifecycle() - @RunWith(Suite.class) to @suite transformation not fully working - actual output retains @RunWith
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationCombinationsTest.java:216
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationCombinationsTest.testIgnored() - Not ready
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationCombinationsTest.java:434
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationEdgeCasesTest.handles_combined_test_expected_and_timeout() - Combined @test(expected + timeout) transformation not yet implemented - both parameters need simultaneous migration
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationEdgeCasesTest.java:52
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationEdgeCasesTest.testIgnored() - Not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationEdgeCasesTest.java:176
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationEdgeCasesTest.handles_wildcard_static_imports() - Not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationEdgeCasesTest.java:184
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.ignoredTest() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:73
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.migrates_ignore_with_message() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:81
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.ignoredTestWithMessage() - Not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:110
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.migrates_multiple_ignored_tests() - Not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:118
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.ignoredTest1() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:156
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.ignoredTest2() - Temporarily disabled
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:161
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.activeTest() - Temporarily disabled
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:165
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationIgnoreTest.ignoredTestWithExplicitValue() - explicit value attribute
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationIgnoreTest.java:202
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationRulesToExtensionsTest.migrates_junit4_rules_to_junit5_extensions() - Rule migration parameterized test - TemporaryFolder output mismatch, ErrorCollector requires hamcrest not on test classpath
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationRulesToExtensionsTest.java:50
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationRunnersAdvancedTest.migrates_runWith_theories_to_parameterizedTest() - @RunWith(Theories.class) to @ParameterizedTest transformation not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationRunnersAdvancedTest.java:106
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationRunnersAdvancedTest.migrates_runWith_categories_to_suite_with_tags() - @RunWith(Categories.class) to @suite with @IncludeTags/@ExcludeTags transformation not yet implemented
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationRunnersAdvancedTest.java:157
  • org.eclipse.jdt.ui.tests.quickfix.Java8.MigrationTestAnnotationTest.migrates_test_timeout_with_other_parameters() - Combined @test(expected + timeout) transformation not yet implemented - both parameters need simultaneous migration
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/MigrationTestAnnotationTest.java:299
  • org.eclipse.jdt.ui.tests.quickfix.Java8.TriggerPatternPluginTest.testIgnored() - Not ready yet
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/TriggerPatternPluginTest.java:296
  • org.eclipse.jdt.ui.tests.quickfix.Java8.TriggerPatternPluginTest.ignoreJUnitPlugin_migrates_without_reason() - Not ready yet
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/TriggerPatternPluginTest.java:304
  • org.eclipse.jdt.ui.tests.quickfix.Java8.TriggerPatternPluginTest.testIgnored() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/TriggerPatternPluginTest.java:333
  • org.eclipse.jdt.ui.tests.quickfix.Java8.TriggerPatternPluginTest.v2_plugins_work_together_in_complex_class() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/TriggerPatternPluginTest.java:341
  • org.eclipse.jdt.ui.tests.quickfix.Java8.TriggerPatternPluginTest.testIgnored() - Not ready
    • File: sandbox_junit_cleanup_test/src/org/eclipse/jdt/ui/tests/quickfix/Java8/TriggerPatternPluginTest.java:422
  • org.sandbox.jdt.internal.corext.fix.helper.RewriteRuleTest.testRewriteRule_defaultValues() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/RewriteRuleTest.java:130
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - not implemented
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:181
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - not ready
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:253
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSingleMemberAnnotation_IgnoreToDisabled() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:428
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testFeature() - Feature not ready
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:457
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - TODO: implement
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:495
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - not ready
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:651
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:689
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testSomething() - TODO: fix\nline breaks & special chars
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:758
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testDsl_ignoreAnnotation_preservesValue() - No reason specified
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:908
  • org.sandbox.jdt.internal.corext.fix.helper.verifies.testFeature() - Feature not ready
    • File: sandbox_junit_cleanup_test/src/org/sandbox/jdt/internal/corext/fix/helper/TriggerPatternCleanupFrameworkTest.java:937

sandbox_platform_helper_test (1 disabled)

  • org.sandbox.jdt.ui.tests.quickfix.Java9CleanUpTest.testPlatformStatusParametrized() - Temporary disable - import handling needs investigation
    • File: sandbox_platform_helper_test/src/org/sandbox/jdt/ui/tests/quickfix/Java9CleanUpTest.java:90

This report is automatically generated by the Test Report workflow

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 13, 2026

Test Results

   88 files     88 suites   30s ⏱️
1 338 tests 1 326 ✅ 0 💤 0 ❌ 12 🔥
1 335 runs  1 323 ✅ 0 💤 0 ❌ 12 🔥

For more details on these errors, see this check.

Results for commit c9cfa23.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 13, 2026

❌ Failed Tests Details

12 test(s) failed


1. EndToEndH2Test.

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.config.HibernateConfig.createSessionFactoryProvider(HibernateConfig.java:75)
	at org.eclipse.jgit.server.JGitServerApplication.start(JGitServerApplication.java:229)
	at org.eclipse.jgit.server.e2e.EndToEndH2Test.startServer(EndToEndH2Test.java:93)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


2. JGitServerWebAppTest.testAnalyticsNoRepoParam

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


3. JGitServerWebAppTest.testCreateRepository

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


4. JGitServerWebAppTest.testHealthEndpoint

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


5. JGitServerWebAppTest.testAnalyticsAuthorsEmptyRepo

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


6. JGitServerWebAppTest.testSearchCommitsEmptyRepo

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


7. JGitServerWebAppTest.testGetRepository

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


8. JGitServerWebAppTest.testHibernateConfigBuildProperties

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


9. JGitServerWebAppTest.testCreateRepositoryMissingName

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


10. JGitServerWebAppTest.testSearchCommitsNoParams

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


11. JGitServerWebAppTest.testResolverNormalizesRepoName

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


12. JGitServerWebAppTest.testAnalyticsPacksEmptyRepo

Message:

'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
📋 Full Stack Trace
java.lang.NoSuchMethodError: 'org.jboss.jandex.IndexView org.hibernate.boot.spi.BootstrapContext.getJandexView()'
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl.<init>(HibernateOrmIntegrationBooterImpl.java:49)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateOrmIntegrationBooterImpl$BuilderImpl.build(HibernateOrmIntegrationBooterImpl.java:209)
	at org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchIntegrator.integrate(HibernateSearchIntegrator.java:42)
	at org.hibernate.internal.SessionFactoryImpl.integrate(SessionFactoryImpl.java:429)
	at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:262)
	at org.hibernate.internal.SessionFactoryRegistry.instantiateSessionFactory(SessionFactoryRegistry.java:64)
	at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1112)
	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1131)
	at org.eclipse.jgit.storage.hibernate.config.HibernateSessionFactoryProvider.<init>(HibernateSessionFactoryProvider.java:118)
	at org.eclipse.jgit.server.JGitServerWebAppTest.setUp(JGitServerWebAppTest.java:82)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)


This comment is automatically updated with test failure details for each commit.

Bumps `hibernate.version` from 6.6.13.Final to 7.3.1.Final.

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

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

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.hibernate.orm:hibernate-hikaricp
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.hibernate.orm:hibernate-jcache
  dependency-version: 7.3.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@carstenartur carstenartur force-pushed the dependabot/maven/hibernate.version-7.3.1.Final branch from 43e46e0 to c9cfa23 Compare April 24, 2026 18:29
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/hibernate.version-7.3.1.Final branch May 4, 2026 18:43
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