Nineya
Home
Blog
SpringBoot After upgrading the project from spring boot 2.3.4 to 2.7.0, build fail with a logback.xml
2025-01-07 03:42:01
4229
build fails with below exception:Logging system failed to initialize using configuration from 'null'java.lang.IllegalSta...
SpringBoot Constructor binding for nested class with multiple constructors causes BindException
2025-01-07 03:41:59
40403
I integrated the third-party configuration class and deployed the project as a war package to the application server (= ...
SpringBoot Update Static Content reference documentation to reflect the DefaultServlet no longer being enabled by default
2025-01-07 03:41:56
1139
https://docs.spring.io/spring-boot/docs/2.6.9/reference/html/web.html#web.servlet.spring-mvc.static-contentThis paragrap...
SpringBoot Update data properties to make it clear which stores do and do not require Spring Data
2025-01-07 03:41:45
1259
Redis properties are under spring.redis currently. This seems to be inconsistent with other stores that have properties ...
SpringBoot spring-boot-gradle-plugin 2.6.10 missing
2025-01-07 03:41:42
191
On https://plugins.gradle.org/m2/org/springframework/boot/spring-boot-gradle-plugin/ version 2.6.10 isn't available.Comm...
SpringBoot WebClient request interface error 400, how to get the error message returned by the api
2025-01-07 03:41:40
321
How to get the error message returned by the WebClient request api {“Code”: “-1”, “Message”: “Fail”} instead of Org. Spr...
SpringBoot It seems that to collect Hibernate statistics metric is not working in spring boot 2.5 version.
2025-01-07 03:41:37
2601
It seems that to collect Hibernate statistics metric is not working in spring boot 2.5 version.When I enable following o...
SpringBoot Stream Closed appears when uploading files using MultipartFile
2025-01-07 03:41:34
828
In order to read the body twice, we rewrite the HttpServletRequestWrapper,And wrap the original request through the Filt...
SpringBoot Maven Shading with minimizeJar results in ClassNotFoundException
2025-01-07 03:41:32
4546
Hola!When using the maven shade plugin with Spring Boot and other spring dependencies, enabling minimizeJar results in C...
SpringBoot BootBuildImage created OCI images not deployable on Cloud Foundry
2025-01-07 03:41:29
3382
Currently, we are using Spring boot provided bootBuildImage gradle task to create an OCI compliant image to be deployed ...
SpringBoot Run cache smoke tests against all cache providers
2025-01-07 03:41:25
228
The cache smoke tests have a parameterized build that can be used to test one cache provider at a time by setting a buil...
SpringBoot Example log output is out-of-date and inconsistent
2025-01-07 03:41:22
2138
https://docs.spring.io/spring-boot/docs/2.4.x/reference/htmlsingle/#boot-features-spring-application . ____ ...
SpringBoot Is PostgreSQL JDBC Driver version 42.4.1 compatible with Spring boot versions 2.6.x and 2.7.x
2025-01-07 03:41:20
601
Hello team,WhiteSource reported SQL injection vulnerability against the org.postgresql:postgresql libraries. However, th...
SpringBoot Improve deprecation notice on ResourceProperties to direct people to WebProperties for dependency injection and then getResources()
2025-01-07 03:41:14
5108
After upgrading from Spring Boot 2.5.6 to Spring Boot 2.6.0, my Spring Web Flux reactive app fails to start due to my gl...
SpringBoot Update documentation on using H2C to consider running behind a proxy that's performing TLS termination
2025-01-07 03:41:09
632
Comment From: wilkinsonaWhen this issue was originally opened there was a note that advised against using h2c:Spring Boo...
SpringBoot Add WebServerBeforeStartEvent before web server start
2025-01-07 03:41:05
1959
Add WebServerBeforeStartEvent before web server start.It is useful in some business scenarios, we need to do some percep...
SpringBoot Align the version of UnboundID LDAPSDK with Spring Security
2025-01-07 03:40:59
314
Comment From: snicollSee gh-27044Comment From: wilkinsonaUnfortunately, we made a mistake in the 2.7 milestones by upgra...
SpringBoot Reduce the possibility of an entry in the additional configuration properties metadata accidentally declaring a new property
2025-01-07 03:40:57
1155
It’d be good to reduce the risk of #30074 happening again. Perhaps we could add something to the additional metadata tha...
SpringBoot Some properties in the Common Application Properties appendix have no description
2025-01-07 03:40:54
1398
There are several properties in the appendix that have no description. This generally seems to be because they use @Nest...
SpringBoot When building with Gradle, transitive runtime dependencies are not available during AOT processing
2025-01-07 03:40:50
299
runtimeOnly dependencies declared directly in the project are available, but transitive runtime dependencies of compile-...
上一页
下一页
1
…
1912
1913
1914
1915
1916
…
2246
.