Nineya
Home
Blog
软著申请
SpringBoot Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer
2025-01-07 17:15:13
274
This paragraph in particular is Servlet-specific when it does not need to be:If this is not enough, Spring Framework pro...
SpringBoot Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed
2025-01-07 17:15:10
3123
springboot 3.2.0-RC1<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven...
SpringBoot Add support for Netty metrics
2025-01-07 17:15:00
2022
netty's metrics have been provided since micrometer 1.11.x.https://github.com/micrometer-metrics/micrometer/tree/main/mi...
SpringBoot Add tests for DataBlockInputStream and track remaining bytes correctly
2025-01-07 17:14:57
129
Although it isn't breaking anything the DataBlockInputStream is not correctly tracking remaining bytes. It also is lacki...
SpringBoot Virtual threads not supported on JDK <21
2025-01-07 17:14:54
14901
Got this error in client's environment. So can't create short example. If needed, I can enable required debug log and re...
SpringBoot Nested jars are not opened with runtime version set, causing classes in META-INF/versions to be ignored
2025-01-07 17:14:51
3911
HelloI tried new version of spring-framework 3.2.0-RC1 with spring.threads.virtual.enabled=true feature. But I faced iss...
SpringBoot PropertiesLauncher does not find correct Main Class when using ZIP as layout (3.2.0-RC1)
2025-01-07 17:14:49
4899
We recently upgrade to spring boot 3.2.0-RC1 and the local development does work as expected. Then I wanted to create a ...
SpringBoot spring.jackson.deserialization.fail-on-unknown-properties Not Working
2025-01-07 17:14:46
2617
I am using SpringBoot 3.1.5 with Spring Boot starter web and validation.When I try to set the properties spring.jackson....
SpringBoot AutoTimer should be deprecated
2025-01-07 17:14:36
1292
Affects: \3.1.3During the migration of instrumentation from the old APIs, based on WebMvcMetricsFilter, to the new Micro...
SpringBoot Refactor RSocketPortInfoApplicationContextInitializer to extract "server.ports" to a constant
2025-01-07 17:14:34
504
This commit refactors the RSocketPortInfoApplicationContextInitializer class to replace the hardcoding of "server.ports"...
SpringBoot Links to portfolio projects which use Antora are broken
2025-01-07 17:14:31
1667
Our Snapshot documentation links to https://docs.spring.io/spring-framework/reference/6.1-SNAPSHOT/ which is a 404 - the...
SpringBoot Thymeleaf generated text in TEXT mode replaces CRLF with LF?
2025-01-07 17:14:29
2325
In a spring project, the Thymeleaf (vers. 3.0.15) template is like this:Label1: [($(var1))]Label2: [($(var2))]Label3: [(...
SpringBoot Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories)
2025-01-07 17:14:24
1525
When adding an external library to Spring Boot with a different base package structure than your Spring Boot based appli...
SpringBoot Testcontainers at Development Time doesn't work with Spring Data JPA
2025-01-07 17:14:22
3138
Hello,I've updated my application from Spring-Boot 3.2.0-M3 to 3.2.0-RC1 and since then the used postgresql testcontaine...
SpringBoot Create a StandardJarScanner that can handle nested URLs directly
2025-01-07 17:14:19
335
Currently StandardJarScanner.process calls org.apache.tomcat.util.scan.JarFactory to create a org.apache.tomcat.Jar inst...
SpringBoot @ServiceConnection is not working with @RestartScope in 3.2.0-RC1
2025-01-07 17:14:17
11578
Section Using DevTools with Testcontainers at Development Time in docs shows how @RestartScope works with existing Servi...
SpringBoot Mail health indicator fails when host is not set in properties
2025-01-07 17:14:13
4191
In what version(s) of Spring Integration are you seeing this issue?5.5.19Describe the bugI started seeing it after I hav...
SpringBoot Configure maven.compiler.release in spring-boot-starter-parent to prevent impossible JDK API usage
2025-01-07 17:14:09
316
When cross compiling with newer JDKs against an older JDK API, it might happen, that a JDK API is used, which is not ava...
SpringBoot Clarifying documentation on including a top-level @TestConfiguration class in a test
2025-01-07 17:14:04
7355
A test configuration annotated with @TestConfiguration does not override a bean, if it is defined as a separate class. O...
SpringBoot Document ConfigurationPropertyCaching
2025-01-07 17:14:00
3916
spring-boot version: 3.0.2 (since 2.3.0)In commit 7afd25fc9a30e4e439791504eb8105acfde1d0cc, a cache was introduced to op...
上一页
下一页
1
…
1763
1764
1765
1766
1767
…
2246
.