Nineya
Home
Blog
软著申请
SpringBoot Make Oracle Docker Compose integration tests more robust
2025-01-07 16:59:52
187
Oracle doesn't always start reliably on CI with the container indicating that it's healthy when the database isn't actua...
SpringBoot Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.9.19:compile-no-fork (build-native)
2025-01-07 16:59:50
35105
I am trying to compile natively Spring Boot (version 3.0.2) application, which I am able to run successfully in JVM. The...
SpringBoot Add support for apache toolchains during spring-boot:repackage
2025-01-07 16:59:47
8856
I'm trying to build spring boot appplication using maven-toolchains-plugin, and i realized, that toolchains is supported...
SpringBoot Support bind mounts for image building workspace
2025-01-07 16:59:45
449
When building an image using the Maven or Gradle plugin, the CNB builder is provided a volume mount that is used to uplo...
SpringBoot Support security options for CNB builder container
2025-01-07 16:59:43
447
When building an image with the Maven or Gradle plugin, a builder container is created to run the CNB lifecycle and buil...
SpringBoot Spring Boot 3.1 + liquibase + testcontainers (single container) is not working as expected
2025-01-07 16:59:41
3644
I'm using:- SB 3.1.3- liquibase 4.20- testcontainers 1.18.3I came accross this article: https://www.atomicjar.com/2023/0...
SpringBoot @WebMvcTest doesn't automatically configure @ControllerAdvice annotations
2025-01-07 16:59:38
4997
According to the documentation, @WebMvcTest will pick up @ControllerAdvice as well. However this is not what is happenin...
SpringBoot NativeTest (aotTestClasses) fails on the mock bean.
2025-01-07 16:59:30
1532
My tests contain the following mock : @MockkBean lateinit var myService: MyService@MockkBean is frompackage import...
SpringBoot When SLF4J and Logback are initialized on multiple threads in parallel, startup may fail due to SubstituteLoggerFactory being considered to be a competing LoggerFactory implementation
2025-01-07 16:59:27
11136
Spring Boot Version: 3.0.10SLF4J Version: 2.0.9We're running Junit 5 with parallel concurrent execution for our @SpringB...
SpringBoot Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used
2025-01-07 16:59:23
1484
Related to https://github.com/spring-projects/spring-security/issues/11818The order of precedence for security.relyingpa...
SpringBoot Allow application properties to be contributed from module jars
2025-01-07 16:59:21
10437
Currently application.properties and application.yaml files are loaded from the classpath and the first match wins. This...
SpringBoot Experience errors during entity graph call to DB after upgrading Spring boot from 3.0.2 to 3.1.3
2025-01-07 16:59:18
4797
Bug reportAfter upgrading spring boot from 3.0.2 to 3.1.3 and spring data jpa entity graph library from 3.0.1 to 3.1.0 m...
SpringBoot spring-boot.run.useTestClasspath does not take target/test-classes in account
2025-01-07 16:59:11
4838
spring-boot-maven-plugin v3.1.0OpenJDK 20When I put an @SpringBootApplication annotated class into the test folder src/t...
SpringBoot Leaking file descriptor / socket within DomainSocket tooling
2025-01-07 16:59:04
5574
This is the result of a long journey searching for a very strange leaking issue. I hope I have put everything together a...
SpringBoot Invalid cors request on same-domain requests
2025-01-07 16:58:56
7260
Thanks for raising a Spring Boot issue. What sort of issue are you raising?Bug reportSpring boot version: 1.5.8General i...
SpringBoot In Spring Boot 3.0.2, dispatcherServlet is not working when combined with filterChain function
2025-01-07 16:58:52
2324
I'm using spring-security in my project. After upgrading to Spring Boot 3.0.2, the dispatcherServlet seems not working.I...
SpringBoot Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
2025-01-07 16:58:49
5769
Every now and then I find the InvalidMimeTypeException followed by a stack trace in my logfiles. These are apparently er...
SpringBoot Upgrade to Spring WS 4.0.6
2025-01-07 16:58:46
943
Comment From: kumarisbackHi @snicoll I'm new to contribution. I wanted to start contributing to the spring project I lo...
SpringBoot Rename spring.jms.listener.concurrency property to spring.jms.listener.min-concurrency
2025-01-07 16:58:41
1265
See discussion in #37180, specifically https://github.com/spring-projects/spring-boot/pull/37180#issuecomment-1704770720...
SpringBoot Dependency convergence failed: nimbus-jose-jwt
2025-01-07 16:58:37
3948
Dependency convergence conflict for com.nimbusds:nimbus-jose-jwt using Spring Boot version 3.1.3Step by step:1. Copy the...
上一页
下一页
1
…
1775
1776
1777
1778
1779
…
2246
.