Nineya
Home
Blog
SpringBoot Polish StandardAnnotationCustomizableTypeExcludeFilters
2025-01-07 02:38:05
497
This PR polishes StandardAnnotationCustomizableTypeExcludeFilters by changing to use consistent modifiers.Comment From: ...
SpringBoot Add Netty in "Enable HTTP Response Compression"
2025-01-07 02:38:00
265
Silly change, just adds Netty to list of webservers that support compression.We observer compression works fine in sprin...
SpringBoot Remove checks for Java 9 compatibility in build.gradle files
2025-01-07 02:37:57
288
Hi,this PR removes some obsolete checks for Java 9 compatibility in build.gradle files, due to the new Java 17 baseline....
SpringBoot Spring Boot Properties Migrator - Detect properties of Map type that are marked as deprecated
2025-01-07 02:37:54
2268
Addresses https://github.com/spring-projects/spring-boot/issues/27854 with unit test demonstrating desired functionality...
SpringBoot Spring boot project fails to start up.
2025-01-07 02:37:51
13919
In our production today, we had an issue with a spring boot - microservice not starting up.This was horrible since we do...
SpringBoot Upgrade to Embedded Mongo 3.4.2
2025-01-07 02:37:43
194
Supersedes #29944Comment From: snicollThis version has some more changes that are affecting us, see https://github.com/f...
SpringBoot Fix typo in forward-merge script
2025-01-07 02:37:39
520
$log.debug "Searching for for forward merge" changed to $log.debug "Searching for forward merge"Comment From: pivotal-cl...
SpringBoot Fix JsonSerializer example in reference guide
2025-01-07 02:37:34
126
Forward port of issue #30330 to 2.7.x.Comment From: wilkinsonaReopening to remind us to update the Kotlin sample code as...
SpringBoot Reinstate support for Ehcache 3
2025-01-07 02:37:31
3419
This is a prototype of the restoration of Ehcache 3 support to Spring Boot. Ehcache uses Gradle feature variants (with a...
SpringBoot Change default value of refresh policy to NONE.
2025-01-07 02:37:27
483
Fix issueComment From: mhalbritterHi, as mentioned here, we want to remove all set calls in the autoconfiguration and re...
SpringBoot Fix JsonSerializer example in reference guide
2025-01-07 02:37:23
917
If you follow the docs writing custom json serializer, it throws an exception "JsonGenerationException". Of course, if ...
SpringBoot Add reference to Casdoor Spring Boot Starter
2025-01-07 02:37:20
766
Casdoor is a UI-first centralized authentication / Single-Sign-On (SSO) platform supporting OAuth 2.0, OIDC and SAML, in...
SpringBoot Update Parameter name
2025-01-07 02:37:15
460
There are two way excuting Json serialize / deserialize.It seems like using differenct parameter name for the same Objec...
SpringBoot Naming strategy and MBean exporter are configured inconsistently in JmxAutoConfiguration
2025-01-07 02:37:11
1471
Affects: Spring Boot 2.2.11 (but most likely the current version as well, the code is the same)JmxAutoConfiguration conf...
SpringBoot Use a ConfigurationProperties class for JMX properties
2025-01-07 02:37:07
240
The spring.jmx properties are currently read from the Environment in various places in the codebase, with manual entries...
SpringBoot Test
2025-01-07 02:37:04
215
Comment From: wilkinsona@currenjin This is the second issue like this that you have opened today. Please use your own re...
SpringBoot Valid logging.level property names throw InvalidConfigurationPropertyNameException
2025-01-07 02:37:00
2183
Simple reproducing code:@Testfun test() { val binder = Binder.get(MockEnvironment()) expectThrows<InvalidConfig...
SpringBoot server.tomcat.keep-alive-timeout is not applied to HTTP/2
2025-01-07 02:36:55
338
EnhancementI discovered that setting server.tomcat.keep-alive-timeout value in application.properties only set the value...
SpringBoot Set filter paths for WebFilter?
2025-01-07 02:36:33
1449
It would be great if reactive HttpTraceWebFilter from spring-boot-actuator could support to trace only certain requests ...
SpringBoot Are there any plans to translate the reference documentation for this project into other languages?
2025-01-07 02:36:30
2294
I want to translate the reference documentation into Chinese and be included and supported by this project. What should ...
上一页
下一页
1
…
1954
1955
1956
1957
1958
…
2246
.