Nineya
Home
Blog
软著申请
SpringBoot Allow specifying a different management access log prefix
2025-01-08 00:27:02
11261
Currently access logs created by the management server (when the management server is run on a different port) automatic...
SpringBoot Add first class support for kotlinx.serialization
2025-01-08 00:26:59
26866
using Spring Boot 2.4.0)spring-boot-starter-actuator has strong dependencies on jackson so that I can't use kotlinx.seri...
SpringBoot Relocate web-specific conditions to org.springframework.autoconfigure.web
2025-01-08 00:26:56
2963
They could live in org.springframework.boot.autoconfigure.webComment From: philwebbhttps://github.com/philwebb/spring-bo...
SpringBoot Add an annotation to exclude Filter @Beans from registration
2025-01-08 00:26:54
6163
Sometimes you want to declare Filters as @Beans in order to have them managed and dependencies injected etc. but do not ...
SpringBoot Allow disabling OAuth2 / OIDC provider discovery explicitly
2025-01-08 00:26:51
6158
I think it would be useful to disable the OAuth2 / OIDC discovery explicitly. At this moment this is possible implicitly...
SpringBoot Docker API version is incorrectly reported when '/_ping calls fail and version should be fixed
2025-01-08 00:26:48
8471
mvn spring-boot:build-image -Dspring-boot.build-image.imageName="$FULL_IMAGE_NAME" -DskipTests fails in Bitbucket Pipeli...
SpringBoot MIME type ('') is not executable
2025-01-08 00:26:46
6021
I did upgrade from spring boot 2.6.15 to 2.7.0More about my set up:html thymeleaf page named myPage.htmlis in directory ...
SpringBoot server.max-http-request-header-size property is not recognized with spring-boot 3.3.3/java 21
2025-01-08 00:26:42
2542
Hello.After migration to spring-boot 3.3.3 based on guide I see an issue with the server.max-http-request-header-size: 4...
SpringBoot TestRestTemplate does not allow redirects to be customized
2025-01-08 00:26:39
2231
Closes GH-27360Comment From: philwebbThanks @quaff. I've simplified things a bit in 8b83afdb681a9e889857dd06c4df557a27e1...
SpringBoot Provide aggregated documentation for offline use
2025-01-08 00:26:36
7815
Hi,Seems that with Spring Boot 3.3.0 you have removed the single page variant of the reference documentation, as it now ...
SpringBoot Improve logging in DockerApi
2025-01-08 00:26:32
1674
I got a problem when trying to use the gradle buildBootImage task. I managed to track the source of the problem and it w...
SpringBoot Support caching build layers to a bind mount
2025-01-08 00:26:30
29116
The spring-boot:build-image Maven goal and bootBuildImage Gradle task configure the CNB builder to cache layers created ...
SpringBoot Unable to use Docker Compose support when mixing dedicated and shared services
2025-01-08 00:26:23
16310
I have a microservices-based mono-repo with multiple spring-boot applications. I would like to use Spring Boot Docker Co...
SpringBoot Breaking change ssl keystore location intended
2025-01-08 00:26:20
6939
Hi everyoneThis is a report of a breaking change from Spring Boot 3.3.6 -> 3.4.0 and if it is correct and intended.Sp...
SpringBoot Consider using RFC 7807 problem details for error responses
2025-01-08 00:26:17
16318
Right now Spring Boot is using an ad hoc format for error responses. Often, applications are configured to support JSON/...
SpringBoot Links to logback javadoc are incorrect
2025-01-08 00:26:14
95
ConsoleAppender goes to page 404Referencehttps://docs.spring.io/spring-boot/how-to/logging.html
SpringBoot Upgrade to Kotlin 2.0
2025-01-08 00:26:12
2208
🎁 Enhancement Kotlin 2.0 will be released soon (December) Which spring boot release will target it? See https://github....
SpringBoot Error related with JPA EntityGraph in Spring Boot 3.4.0
2025-01-08 00:26:09
5407
Summary:After upgrading to Spring Boot 3.4.0, there is a Hibernate related error when a transactional method, after savi...
SpringBoot Spring Boot 3.4.0, There is an inexplicable occurrence in Zhonghui where the get parameter of the host is automatically bound, similar to the problem in 3.4.1
2025-01-08 00:26:06
401
As the title suggests, I did not transmit the query parameter 'host' during the get request, but he inexplicably bound a...
SpringBoot TestRestTempate.withBasicAuth() causes 401 on anonymous endpoints
2025-01-08 00:26:00
3508
Tested with spring-boot-3.4.0For endpoints that are configured for anonymous access, even if a Basic Authentication head...
上一页
下一页
1
…
1612
1613
1614
1615
1616
…
2246
.