Closed MarcGiffing closed 7 years ago
Any feedback is welcome!
I have problem to integrate hibernate search
What exactly is the problem? Is it Wicket related?
following configuration: pom.xml parent:
pom.xml wicket-spring-boot-starter-example:
This is not Wicket related issue so you should ask for help at Spring Boot forums - StackOverflow and/or Gitter!
The problem looks like incompatible versions of Hibernate and Hibernate-Search-ORM. Check your versions with mvn dependency:tree
.
I was successful with wicket-spring-boot-starter-parent 2.0.0 and hibernate-search-orm 5.6.1.Final At the moment i only upgrade my wicket application to spring boot. The latest hibernate-search doesn't have the same funtionality as before. I started with 3 applications after this success i will go on with your application.Still investigate the usage of spring-webflow angular2 and react-usage. the examples i started with all use spring boot
I try to use
<artifactId>wicket-bootstrap-core</artifactId>
<version>${wicketBootstrapVersion}</version>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-extensions</artifactId>
<version>${wicketBootstrapVersion}</version>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-themes</artifactId>
<version>${wicketBootstrapVersion}</version>
</dependency>-
but the de.agilecoders.wicket artifacts use maximum wicket 6.15 so that the de.agilecoders.wicket artifacts can not be used
@braunimmobilien What's your ${wicketBootstrapVersion}?
AFAIK 0.8.4 and 0.9.x stay with wicket 6. 0.10.x uses wicket 7 and 2.x goes along with wicket 8.
When i use
and
i get in the tests the following error: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.giffing.wicket.spring.boot.starter.app.verifier.WicketDependencyVersionChecker': Invocation of init method failed; nested exception is com.giffing.wicket.spring.boot.starter.app.verifier.WicketDependencyMismatchDetectedException
2017-06-11 19:33 GMT+02:00 Urs Joss notifications@github.com:
@braunimmobilien https://github.com/braunimmobilien What's your ${wicketBootstrapVersion}?
AFAIK 0.8.4 and 0.9.x stay with wicket 6. 0.10.x uses wicket 7 and 2.x goes along with wicket 8.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MarcGiffing/wicket-spring-boot/issues/99#issuecomment-307644211, or mute the thread https://github.com/notifications/unsubscribe-auth/AKZkZ7ChiQvmIc31r80y_ozSE-_RanxEks5sDCTYgaJpZM4MzPtx .
@braunimmobilien Please create new issues for new problems/questions! These issue is for other topic!
https://github.com/MarcGiffing/wicket-spring-boot-examples/tree/master/cluster