Nineya
Home
Blog
软著申请
SpringBoot Change server log message to have "port" or "ports" rather than "ports(s)"
2025-01-07 16:25:53
548
There are some places in the logs, which says ports(s).I believe it would be better to say only port or ports according ...
SpringBoot Springboot 3.0.7 - Spring security httpSecurity bean missing error
2025-01-07 16:25:47
1891
Upgraded REST based Springboot application from 2.7.2 to 3.0.7. Application was using spring security for adding the XS...
SpringBoot Make it easier to add validators to the auto-configured DelegatingOAuth2TokenValidator
2025-01-07 16:25:45
1231
Please see https://github.com/spring-projects/spring-security/issues/13249 for background information.It would be nice f...
SpringBoot Polish Kafka Properties Docs
2025-01-07 16:25:39
208
There are 4 client types; there were a couple of places where not all client types were mentioned (such as 'applies to p...
SpringBoot Connection Details (Testcontainers tests) Fail on processTestAot
2025-01-07 16:25:36
1324
I try to build a native image when having the following test:@Testcontainers@SpringBootTestclass RedisMyRepositoryTest(@...
SpringBoot Spring native: Built image fails to run straight out of the box
2025-01-07 16:25:31
3052
Hi,I haven't touched spring-native for a few years, and it seems to be broken even more than it used to be.While trying ...
SpringBoot Methods in KafkaConnectionDetails are named inconsistently
2025-01-07 16:25:26
1371
This PR polishes the changes made in gh-34770 a bit by completing renaming nodes to servers.It contains a breaking chang...
SpringBoot Allow anyone on the team to generate the configuration changelog
2025-01-07 16:25:22
1034
Stéphane has some code for generating the configuration properties changelog. It'd be nice if we all knew how to use it,...
SpringBoot Document observability auto-configuration for HTTP clients
2025-01-07 16:25:19
268
See spring-projects/spring-framework#29904We should document that, just like codecs preferences, the auto-configuration ...
SpringBoot ScheduledTasksEndpoint throws NPE if PeriodicTrigger is used with custom SchedulingConfigurer
2025-01-07 16:25:15
1826
When using org.springframework.scheduling.support.PeriodicTrigger trigger with custom SchedulingConfigurer NPE is thrown...
SpringBoot Java system properties can not be applied to RestTemplate HttpClient connection in some cases
2025-01-07 16:25:13
2125
Spring boot 3.1.0 RestTemplateBuilder with apache HTTP client in classpath (org.apache.httpcomponents.client5:httpclient...
SpringBoot Reloading Saml2RelyingPartyRegistrations with help of Saml2RelyingPartyRegistrationConfiguration
2025-01-07 16:24:53
4699
The spring-security-saml extension provides a HTTPMetadataProvider which is able to automatically refresh SAML metadata ...
SpringBoot Excluding auto-configuration class that relates to a TemplateAvailabilityProvider causes property binding to fail for native images
2025-01-07 16:24:49
5283
EnvironmentSpring Boot 3.1.0JDK 17GraalVM 22.3.1Gradle 8.1.1Gradle GraalVM native image plugin 0.9.22Groovy 4.0.12Proble...
SpringBoot Add support for excluding packages to @ClassPathExclusions
2025-01-07 16:24:46
399
To test https://github.com/spring-projects/spring-boot/pull/36118 we need to be able to exclude the JDK's java.net.http....
SpringBoot java -jar cannot specify PropertiesLauncher
2025-01-07 16:24:44
1097
I want to specify PropertiesLauncher when starting the jar package, but it doesn't work,java -jar agent-demo-0.0.1-SNAPS...
SpringBoot Can not get property default value when the name of property same with placeholder.
2025-01-07 16:24:42
8243
When the property exists in env everything works fine. Once there is no property exist, it can not get the default valu...
SpringBoot Improve documentation for baggage propagation into MDC
2025-01-07 16:24:37
3790
Thanks to @marcingrzejszczak and https://github.com/spring-projects/spring-boot/pull/32480, a standard OpenTelemetry "b...
SpringBoot JacksonJsonpMapper bean autoconfigure condition bug
2025-01-07 16:24:33
773
Spring Boot version3.1.1Bug descriptionThe autoconfigured JacksonJsonpMapper bean used to depend on a global ObjectMappe...
SpringBoot Add Spring Authorization Server support
2025-01-07 16:24:30
5144
This PR introduces support for Spring Authorization Server. It includes:New module spring-boot-starter-oauth2-authorizat...
SpringBoot Autoconfigure/ConditionalOnMissingBean getting wired up even when another bean of that type is present
2025-01-07 16:24:28
3773
I have an @AutoConfiguration class in a library that contains a @ConditionalOnMissingBean method to provide a default im...
上一页
下一页
1
…
1802
1803
1804
1805
1806
…
2246
.