Nineya
Home
Blog
SpringBoot Devtools always triggers restart if build with gradle
2025-01-06 20:01:07
3655
Spring Boot version: 2.2.4.RELEASEGradle version: 6.0.1Clean project created inside IntelliJ IDEA (2019.3) via the initi...
SpringBoot Use HttpSessionOAuth2AuthorizedClientRepository instead of AuthenticatedPrincipalOAuth2AuthorizedClientRepository as bean.
2025-01-06 20:01:01
174
Don't merge! Just a sample. Comment From: philwebbThis will unfortunately break back-compatibility. Let's continue the d...
SpringBoot Contributing and unit tests
2025-01-06 20:00:54
2221
The "Code Conventions and Housekeeping" section of CONTRIBUTING.adoc says,"A few unit tests would help a lot as well -- ...
SpringBoot HA/Failover support with Artemis
2025-01-06 20:00:47
8542
I am trying to use spring-boot-starter-artemis in my application so that I can utilize auto-configuration, as well as an...
SpringBoot Gradle project with Kotlin and Spring REST Docs does not build
2025-01-06 20:00:40
6618
When generating a new Spring Boot project using the web Spring Boot Initializer, with the Kotlin language, the generated...
SpringBoot Enable forking for spring-boot:run if devtools is present
2025-01-06 20:00:33
5723
Devtools does not work if the app is started on the command line unless forking is enabled. Since we want a smooth exper...
SpringBoot Change request: multi-module maven/gradle project generation
2025-01-06 20:00:26
780
🎁 Dear Spring Boot team, first of all thank you for your outstanding job!May I add a request for the feature I miss almo...
SpringBoot OriginTrackedPropertiesLoader#isNewDocument has wrong visibility
2025-01-06 20:00:20
255
OriginTrackedPropertiesLoader#isNewDocument doesn't seem likean intended part of the class' public interface,and it is n...
SpringBoot Gradle plugin produces build failure
2025-01-06 20:00:13
2527
Hey, after updating from 2.3.5.RELEASE to 2.4.0 I get the following error:$ ./gradlew build FAILURE: Build failed wit...
SpringBoot mvn spring-boot:build-image downloads JDK at every run
2025-01-06 20:00:06
248
Is there some caching mechanism?Comment From: bclozelI'm afraid we're delegating that part to the Paketo Java buildpack....
SpringBoot MockMvc actually works with RANDOM_PORT environment
2025-01-06 19:59:59
983
Hi, I have folowing setup for test:@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)@AutoConfi...
SpringBoot WebFlux.fn router function not invoked on Tomcat
2025-01-06 19:59:52
8737
It seems that the routes are not being correctly registered when runing with default Tomcat in version 2.4.0Sample code:...
SpringBoot Invalid ErrorAttributesOptions#getInclude Javadoc
2025-01-06 19:59:45
309
The JavaDoc return description of ErrorAttributeOptions.getIncludes reads the same as isIncluded's return description.Th...
SpringBoot Dependency management for ojdbc8-observability refers to a BOM that does not exist on Maven Central
2025-01-06 19:59:36
2599
The following dependency in Spring Boot 2.4.0 <dependency> <groupId>com.oracle.database.jd...
SpringBoot Dependency convergence error for org.ow2.asm:asm:5.0.4
2025-01-06 19:59:30
1263
Hello folks,We're facing dependency convergence error when using spring-boot-starter-test and spring-cloud-starter-contr...
SpringBoot No ServletContext set with undertow
2025-01-06 19:59:23
2364
Using undertow with this project https://github.com/ddezoysa/keycloak-springboot-microservice from this tutorial Securin...
SpringBoot IntegrationFlowRegistration NPE when RuntimeException thrown from deadly handler
2025-01-06 19:59:16
5787
I'm using Spring Boot 2.2.7.RELEASEI am getting a NPE when using IntegrationFlowRegistration for a File based Flow, wit...
SpringBoot Allow more detailed customization of Jackson's ObjectMapper while retaining auto-configuration
2025-01-06 19:59:09
1566
Jackson2ObjectMapperBuilderCustomizer allows us to customize part of Jackson and its ObjectMapper. However, this customi...
SpringBoot Ensure the WebClient to be present before enabling the WebTestClientContextCustomizer
2025-01-06 19:59:02
6617
Our @SpringBootTest in a SERVLET SpringApplication fails with the stacktrace below after an upgrade from Spring-Boot 2.3...
SpringBoot Fix typo in TomcatWebServer Javadoc
2025-01-06 19:58:56
610
Comment From: pivotal-issuemaster@joca-bt Please sign the Contributor License Agreement!Click here to manually synchroni...
上一页
下一页
1
…
2092
2093
2094
2095
2096
…
2246
.