In my case the org.bouncycastle.asn1.DEREncodableVector
class, which was causing the cyclic dependency, was served by two jars in the class path.
bcprov-jdk15on-1.47.jar
and bcprov-jdk16-1.45.jar
Excluded the unwanted jar(bcprov-jdk16-1.45.jar) and it worked well
Related Contents:
- Maven- No plugin found for prefix ‘spring-boot’ in the current project and in the plugin groups
- Launching Spring application Address already in use
- “Could not find acceptable representation” using spring-boot-starter-web
- Spring ApplicationContext – Resource leak: ‘context’ is never closed
- maven… Failed to clean project: Failed to delete ..\org.ow2.util.asm-asm-tree-3.1.jar
- How can I @Autowire a spring bean that was created from an external jar?
- Spring Boot app: Not picking up application.properties?
- Failed to load Main-Class manifest attribute while running java -jar
- Issue With Spring: There was an unexpected error (type=Not Found, status=404)
- How do you create a Spring MVC project in Eclipse?
- How to configure annotations processing in IntelliJ IDEA 14 for current project work?
- How does autowiring work in Spring?
- Difference between spring @Controller and @RestController annotation
- @RequestParam vs @PathVariable
- How do I enable index downloads in Eclipse for Maven dependency search? [duplicate]
- @RequestParam in Spring MVC handling optional parameters
- Binding a list in @RequestParam
- How to customise the Jackson JSON mapper implicitly used by Spring Boot?
- How to debug Spring Boot application with Eclipse?
- How to create a jar with external libraries included in Eclipse?
- Spring Boot Program cannot find main class
- Java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException
- log4j:WARN No appenders could be found for logger in web.xml
- Statement lambda can be replaced with expression lambda
- Annotation Configuration Replacement for mvc:resources – Spring
- how to send an array in url request
- Spring Security permitAll not allowing anonymous access
- 8080 port already taken issue when trying to redeploy project from Spring Tool Suite IDE
- What is the spring-boot-configuration-processor ? Why do people exclude libraries from it? Why is it invisible in dependency tree?
- Why does Jackson 2 not recognize the first capital letter if the leading camel case word is only a single letter long?
- What is the difference between ResponseEntity and @ResponseBody?
- Spring MVC: difference between and tags? [duplicate]
- Use @RequestBody with optional body in latest Spring v4
- Spring Data Rest and Cors
- Spring @Value annotation always evaluating as null?
- No matching bean of type … found for dependency
- getServletConfigClasses() vs getRootConfigClasses() when extending AbstractAnnotationConfigDispatcherServletInitializer
- Spring Boot application gives 404 when deployed to Tomcat but works with embedded server
- Spring boot 1.4 Testing : Configuration error: found multiple declarations of @BootstrapWith
- Spring @ContextConfiguration how to put the right location for the xml
- How do I prevent Spring 3.0 MVC @ModelAttribute variables from appearing in URL?
- Thymeleaf using path variables to th:href
- Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1
- How to apply Spring Security filter only on secured endpoints?
- Spring boot test “No qualifying bean of type available”
- How to unit test a Spring MVC controller using @PathVariable?
- Spring Web MVC – validate individual request params
- How to deal with missing src/test/java source folder in Android/Maven project?
- What is the difference between @EnableWebSecurity and @EnableWebMvcSecurity?
- Get Spring Security Principal in JSP EL expression