Nineya
Home
Blog
SpringBoot Auto-configured resource handlers don't get applied to child contexts
2025-01-06 23:59:33
4478
Hello team, hope you are well.We had issues after upgrading from spring boot v2.4.1 to v2.4.2 and we believed those issu...
SpringBoot @ConditionalOnBean in a @Configuration @Bean method can fail when depending on another bean set up by a @Configuration @Bean
2025-01-06 23:59:27
7919
ProblemI have two separate classes marked as @Configuration, both set up beans with bean factory methods annotated with ...
SpringBoot Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list
2025-01-06 23:59:23
235
bug fix #26204 .The below case throw InactiveConfigDataAccessExceptionspring: config: activate: on-profile: loc...
SpringBoot StandardConfigDataLoader can import profile specific files in incorrect order
2025-01-06 23:52:17
253
@scottfrederick discovered during investigation for for #26147 that our Our own StandardConfigDataLoader suffers from th...
SpringBoot Investigate Undertow 3 support
2025-01-06 23:52:11
1050
Undertow 3 is going to be based on Netty which may impact our current Web MVC/WebFlux detection logic. We'll also need t...
SpringBoot ./mvnw spring-boot:build-image failed: Builder lifecycle 'creator' failed with status code 145.
2025-01-06 23:52:04
22333
My Local Environment:OS name: "mac os x", version: "11.0.1", arch: "x86_64", family: "mac"Java version: 15.0.1Apache Mav...
SpringBoot Spring Boot 2.4.5 and Java 11 of module system question
2025-01-06 23:51:38
2652
In my example above I had spring.boot.starter.web on the classpath and the app failed to start. If I add org.apache.tomc...
SpringBoot Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux
2025-01-06 23:51:32
1385
See https://github.com/spring-projects/spring-boot/issues/11987#issuecomment-742826269Comment From: mbhaveMoving to 2.4....
SpringBoot Make it easier to install artifacts in the bootArchives configuration into the local Maven repository
2025-01-06 23:51:25
4915
Gradle 4.7, Boot plugin v2.0.2.RELEASE, using Maven plugin to publishTo customize the name of the artifact, the followin...
SpringBoot Provider a helper method in spring-boot-configuration-metadata that maps from a property name or similar to a metadata entry
2025-01-06 23:51:18
16460
To make is easier to work with configuration in .properties files and .yml files and map the configuration entries to me...
SpringBoot Update Bomr to modify an existing dependency upgrade issue rather than creating a new one
2025-01-06 23:51:11
298
We sometimes end up with multiple dependency upgrade issues for the same library in the same milestone. It would be good...
SpringBoot DataSourceInitializationConfiguration should back off if datasource initialization is disabled
2025-01-06 23:51:05
721
If an application has configured spring.datasource.initialization-mode=never we are still registering DataSourceInitiali...
SpringBoot Consume nested form data in post mapping and map directly to class
2025-01-06 23:50:58
1485
Case1) Create Spring Boot Project With spring-boot-starter-web, lombok and jackson-databind, jackson-core, jackson-annot...
SpringBoot Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC
2025-01-06 23:50:52
1492
If Spring Security can add this as a default, we don't need to do anything. If Spring Security doesn't make this a defau...
SpringBoot SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4
2025-01-06 23:50:43
5831
Spring Boot version: 2.4After upgrading to Spring Boot 2.4 from Spring Boot 2.3 I noticed that the ordering has changed ...
SpringBoot spring.jpa.hibernate.ddl-auto is not working
2025-01-06 23:50:37
48155
I updated my project from Spring Boot 2.4.5 to Spring Boot 2.5.0-RC1, the spring.jpa.hibernate.ddl-auto property stopped...
SpringBoot An active request delays Jetty's shutdown by 30 seconds
2025-01-06 23:50:30
4397
When using jetty with the new graceful shutdown feature in spring boot 2.3.2 the jetty waits indefinitly after the timeo...
SpringBoot SmartInitializingSingleton beans are not working with lazy initialization
2025-01-06 23:50:22
1389
Using spring.main.lazy-initialization=true causes @Cacheable to not work.Test sample repo: https://github.com/cdalexndr/...
SpringBoot Update reactive Elasticsearch healthcheck with client cluster API
2025-01-06 23:50:11
810
Once https://jira.spring.io/browse/DATAES-818 is fixed, we can leverage the client cluster API in the reactive healtchec...
SpringBoot Document that mavenCentral() must be used to resolve Boot's Gradle plugin
2025-01-06 23:50:01
789
We used to publish our Gradle plugin to Gradle's Plugin Portal via Bintray. This allowed us to stage a release to https:...
上一页
下一页
1
…
2037
2038
2039
2040
2041
…
2246
.