Branch: refs/heads/5.10
Home:
https://github.com/hibernate/hibernate-search
Commit: 976bb6e3a969200fc0b6b2d3a05d64d1dac3cff6
https://github.com/hibernate/hibernate-search/commit/976bb6e3a969200fc0b6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M integrationtest/spring/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4107 Upgrade ITs to Spring Boot 2.4.0
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 5d0bf2fd51882d65dd0c373438fbf8fb4362347f
https://github.com/hibernate/hibernate-search/commit/5d0bf2fd51882d65dd0c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M orm/src/main/java/org/hibernate/search/impl/FullTextSessionImpl.java
Log Message:
-----------
HSEARCH-4107 Replace unsafe casts to SessionImplementor with call to unwrap()
Sometimes the session is proxified (e.g. in Spring Boot 2.4), so casting it
won't work, but unwrapping will.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-search/compare/6e8173d5b812...5d0b...