The project https://github.com/neo4j-contrib/developer-resources/tree/gh-pages/language-guides/java/spring-data-neo4j produces a warning:
Class 'org.springframework.data.neo4j.support.index.IndexProvider' is marked deprecated
I use Spring Boot. The managed version for spring-data-neo4j is 3.2.2.RELEASE
Does anybody know how this deprecation can be resolved?
Yes that is intentional, as the "manual" index APIs are scheduled to go away in Neo4j 3.0 this is a hint that using the manual indexes will need to change then.
As Michael Hunger pointed out this deprecation can be ignored. Wit Neo4J 3.0 there will be an alternative available.
Related
it's a confusing problem but suffered me several days.
Firstly, I got to know that the new spring security oauth2 is changed, then I come to learn:https://docs.spring.io/spring-security-oauth2-boot/docs/2.5.2/reference/html5/.
However, when I try to add the annotation #EnableAuthorizationServer to the "main method", the Intellij throws it's deprecated".
Then, I tried to check the version: springframework.boot:2.5.2 , spring-security-oauth2:2.5.1.RELEASE, spring-security-oauth2-autoconfigure:2.5.2.
It means all the dependencies are new, and the doc is new too.
Then why the Intellij says the annotation is deprecated? I just wanna follow the new trend. Please tell me what to do?
thanks a lot.
As the documentation to which you have linked states, the project is in maintenance mode. Where possible, it should not be used and the equivalent features in Spring Security 5.x should be used instead.
The deprecation message on EnableAuthorizationServer links to a migration guide. From there you can learn about the Spring Authorization Server project which you may want to use.
My app uses mongodb and I have bunch tests that save/query and update data.
I run my tests without a mongodb instance and they all pass! why?
Is this a known feature? what is it called?
Can someone please point me to the bit of documentation that confirms this?
It seems like Spring Boot will use an Embedded (in memory) version of Mongo. I'm not sure if this is enabled by default, or if you need to add an extra dependency.
See this page: https://www.baeldung.com/spring-boot-embedded-mongodb
I am trying to upgrade spring boot and it looks like reactor-netty have removed reactor.ipc package with all it's classes.
I am trying to find a document/pointers which can help me understand what is the new equivalent for reactor.ipc package.
I looked at: https://github.com/reactor/reactor-netty/releases for what's new section for 0.8.0 release(which actually removed these classes/package), but there is no link available.
I would appreciate if there is a doc or some note which can help in the transition for 0.7.x to 0.8.x release.
I am using sonarqube 4.5.4,and hence the sonar.profile is deprecated for the sonar version of 4.5.4,Please suggest what alternative tag can be used for the same.
Regards,
Namratha
There's no replacement for this property. Instead, make your project-profile associations via the UI.
I've been checking out batoo JPA lately. I've managed to use it with Spring and it seems to work good with the standard JPA interface. Now I'm looking how to get JodaTime to get persisted transparently.
I know that I can write a converter but I was wondering if maybe guys from the batoo team done some work on this. I've cloned the source and grep-ed it through but with no luck.
Thank you for pointing out the issue.
As stated in the issue manager a snapshot has been released that should fix the issue.