Nineya
Home
Blog
软著申请
SpringBoot Read property from file in environmet variable
2025-01-07 04:54:33
1560
Working with a docker image of a spring boot application I encoutered some issues: it is very difficult to set propertie...
SpringBoot fix(src): check if the session timeout is negative before setting the value
2025-01-07 04:54:30
632
Comment From: pivotal-cla@srivatsa-cfp Please sign the Contributor License Agreement!Click here to manually synchronize ...
SpringBoot spring-boot-maven-plugin repackage fails because of slash char on MANIFEST
2025-01-07 04:54:28
15220
We are using spring boot 3.0.2 (same behavior in 3.0.1) as parent and derived maven plugin io.github.git-commit-id:git-c...
SpringBoot Replace Base64Encoder with Base64Utils
2025-01-07 04:54:25
836
Base64Encoder can be replaced with Base64Utils.Comment From: philwebbI'm afraid that it can't. Base64Utils offers a wrap...
SpringBoot Properties Migrator does not detect properties of Map type that are marked as deprecated
2025-01-07 04:54:21
5603
If we set a Map property as deprecated, because it is replaced or removed, the Spring Boot Properties Migrator module, w...
SpringBoot Prevent Servlet and Filter re-registration
2025-01-07 04:54:19
713
Registration failures now throw an IllegalStateException instead of being logged. I had to build in an escape hatch name...
SpringBoot Migrate spring-boot-buildpack-platform to HttpClient 5
2025-01-07 04:54:16
1329
Apache HttpClient has been superseded by Apache HttpClient 5. The spring-boot-buildpack-platform module still uses HttpC...
SpringBoot Migrate spring-boot-cli to HttpClient 5
2025-01-07 04:54:14
165
Apache HttpClient has been superseded by Apache HttpClient 5. The spring-boot-cli module still uses HttpClient APIs, and...
SpringBoot Remove dependency management for Apache HttpClient 4
2025-01-07 04:54:12
364
Spring Boot currently has managed dependencies for Apache HttpClient 4 and HttpClient 5 (since the two projects have dif...
SpringBoot Upgrade to AssertJ 3.24.2
2025-01-07 04:54:10
248
Aside from just upgrading the version, this also switches to the AssertJ BOM.Comment From: scordioSwitching to draft due...
SpringBoot Spring boot does not support automatic creation of database in postgres
2025-01-07 04:54:07
852
Expectation: Auto creation of database in postgres if database doesnot existActual : Unable to create database in postgr...
SpringBoot Can we keep Kafka Keystore file outside the main project
2025-01-07 04:54:04
576
Can we keep Kafka Keystore file outside the main projectReason: Anytime Keystore certificate expires, we need to re-depl...
SpringBoot Update an existing entity does not work as expected
2025-01-07 04:54:01
408
Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...
SpringBoot ApplicationReadyEvent should occure after spring's internal AvailabilityChangeEvent's
2025-01-07 04:53:58
1159
Spring Boot 3 Web starter does publish its AvailabilityChangeEvent after the ApplicationReadyEvent is published.I can no...
SpringBoot Actuator section is missing from documentation overview
2025-01-07 04:53:56
365
Forward port of issue #33932 to 3.0.x.Comment From: wilkinsonaThis appears to have broken the build:```Task :spring-boot...
SpringBoot Updated the maven url as per default hostname for Maven Central
2025-01-07 04:53:53
265
33938 updated url.Comment From: wilkinsonaThanks for the PR but we prefer to handle a change like this that may affect m...
SpringBoot Does Spring Web MVC starter yield a valid module graph?
2025-01-07 04:53:50
1932
I'm trying to run jlink on a hello world Spring Boot Web MVC app (not using the fat jar). It doesn't work, neither with ...
SpringBoot Any replacement for Schema Created Event?
2025-01-07 04:53:48
1534
I have an app that need to be notified on Schema Created which was in spring autoconfigure old versions DataSourceSchema...
SpringBoot SDKMAN should not use repo.spring.io for releases
2025-01-07 04:53:45
718
See https://github.com/spring-projects/spring-boot/blob/3bcc7ece55f88f3de6e59253205bfb5342d45a67/ci/images/releasescript...
SpringBoot Bean definition overridden when starting application in aot mode
2025-01-07 04:53:43
4135
The project is compiled with native profile and started with -Dspring.aot.enabled=true, and I got following exception. o...
上一页
下一页
1
…
1854
1855
1856
1857
1858
…
2246
.