Upgrade to JBoss logging 3.6.0.Final
Description
None
Activity
Show:
Olivier August 14, 2024 at 9:39 AM
Fixed
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Marko Bekhta
Marko BekhtaSprint
None
Fix versions
Priority
Created May 7, 2024 at 6:28 AM
Updated August 14, 2024 at 9:39 AM
Resolved May 8, 2024 at 11:44 AM
for information :
An attempt was made to call a method that does not exist. The attempt was made from the following location: org.hibernate.search.util.common.logging.impl.LoggerFactory.make(LoggerFactory.java:19) The following method did not exist: 'java.lang.Object org.jboss.logging.Logger.getMessageLogger(java.lang.invoke.MethodHandles$Lookup, java.lang.Class, java.lang.String)' The calling method's class, org.hibernate.search.util.common.logging.impl.LoggerFactory, was loaded from the following location: jar:file:/Users/meekado/.gradle/caches/modules-2/files-2.1/org.hibernate.search/hibernate-search-util-common/7.2.0.Final/1b663ae52c6736eeb3040c63ef931343998ba738/hibernate-search-util-common-7.2.0.Final.jar!/org/hibernate/search/util/common/logging/impl/LoggerFactory.class The called method's class, org.jboss.logging.Logger, is available from the following locations: jar:file:/Users/meekado/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.5.3.Final/c88fc1d8a96d4c3491f55d4317458ccad53ca663/jboss-logging-3.5.3.Final.jar!/org/jboss/logging/Logger.class The called method's class hierarchy was loaded from the following locations: org.jboss.logging.Logger: file:/Users/meekado/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.5.3.Final/c88fc1d8a96d4c3491f55d4317458ccad53ca663/jboss-logging-3.5.3.Final.jar Action: Correct the classpath of your application so that it contains compatible versions of the classes org.hibernate.search.util.common.logging.impl.LoggerFactory and org.jboss.logging.Logger
resolved by :
configurations.all { resolutionStrategy.force 'org.jboss.logging:jboss-logging:3.6.0.Final' } dependencies { implementation 'org.jboss.logging:jboss-logging:3.6.0.Final'
without that , app can’t be launched.
hibernate-core are still with 3.5