python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Use JUnit 5 parallel test execution and still profit from Spring's context caching?
I am using Spring and JUnit 5.
In Spring tests, created contexts are cached so that they don't need to be re-created for each test.
However, according to the Spring documentation, this caching does no...
Harold L. Brown
Votes: 0
Answers: 2
Spring-Boot Components from other jar are not in context
I have following situation. JDK 17, Spring-Boot: 2.6.2. A gradle multi-project. One project is a library (java-library, no spring boot plugin). Another project is a spring boot application with spring...
Dmitri Zamysloff
Votes: 0
Answers: 1
Merging two Spring Application Context without closing the first application context
In our application start-up, we are creating one application context having its own bean configuration xml. Then depending up on certain logic, we would need to dynamically load/import the second bean...
rockycres
Votes: 0
Answers: 1
exclude the configuration file (.xml and package) from dependency jar in gradle spring project
In my spring project we are using web dependency contains a configuration applicationContext.xml and security-config.xml. I have to change on both of them in my application how can I achieve this.
I'm...
Araf
Votes: 0
Answers: 3