With some small changes we can move Hibernate Search to JBoss Logging 3.1.0.Beta3, and this will work fine even for the outdated Infinispan 5.0, but a deployed application won't work on AS 7.0: it requires an application server having Logging 3.1, or will need to bundle this and isolate from the AS libraries.
Upgrade or not? https://hibernate.onjira.com/browse/HSEARCH-965 Sanne On 4 November 2011 11:58, Sanne Grinovero <[email protected]> wrote: > I asked about AS7 on the AS7 mailing list; quoting David Lloyd's > answer: "AS7 is going to use 3.1.x. " > But at an early experiment showed that mixing Infinispan 5.0.x (Using > Logging 3.0.x) with Search forcing a version of 3.1.x wasn't going to > work. > > I have upgraded the dependencies in Infinispan 5.1.x to use 3.1.x too, > but that's not affecting Search 4.0; I can try again now that some of > the then-reported issues seem fixed. > > On 4 November 2011 11:47, Hardy Ferentschik <[email protected]> wrote: >> How does this relate to the bugs in the logging tools, like the one with >> the >> wrong debug line numbers. >> >> Aligning with AS might be a good idea, but only if we don't introduce >> regressions >> in the logging. >> >> --Hardy >> >> >> On Fri, 04 Nov 2011 12:30:54 +0100, Emmanuel Bernard >> <[email protected]> wrote: >> >>> JBoss AS 7.1 is targeted to use JBoss Logging 3.0.1 AFAIK. >>> Hibernate Core 4.0 right now is using JBoss Logging 3.1.0.Beta3 >>> >>> // logging >>> logging: 'org.jboss.logging:jboss-logging:3.1.0.Beta3', >>> logging_generator: >>> 'org.jboss.logging:jboss-logging-generator:1.0.0.CR3', >>> logging_processor: >>> 'org.jboss.logging:jboss-logging-processor:1.0.0.CR3', >>> >>> So which one we should go to? Once we have decided, I will align Search, >>> OGM and Commons Annotations. >>> >>> Emmanuel >>> _______________________________________________ >>> hibernate-dev mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> _______________________________________________ >> hibernate-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
