Nineya
Home
Blog
软著申请
SpringBoot Update two references to old APIs
2025-01-07 07:28:38
166
JdbcConfiguration has been removed in this commit. setApplicationContextClass has been removed in this commit. Comment F...
SpringBoot Polish name of JettyServletWebServerFactory bean method
2025-01-07 07:28:35
123
This PR renames the method name to conform to the naming convention.Comment From: wilkinsonaThanks very much, @1993heqia...
SpringBoot Support Netty's TCP server resources eager initialization
2025-01-07 07:28:32
6566
The following Stackoverflow question refered to the slowness of first requests made with a WebClient: https://stackoverf...
SpringBoot Documentation of server.tomcat.remoteip.internal-proxies is wrong / misleading
2025-01-07 07:28:30
1253
The following documentations are misleading :https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#h...
SpringBoot SpringBoot3 integrate log4j2 xml
2025-01-07 07:28:28
1779
The current springboot version is 3.0.4, Reading spring environment variables failed when using log4j2's configuration f...
SpringBoot @ConfigurationProperties constructor binding not working in 2.2.0.RC1
2025-01-07 07:28:25
12467
I created a very, very simple project to test out configuration properties constructor binding. It sure doesn't seem to...
SpringBoot Add required @ConstructorBinding to @ConfigurationProperties example
2025-01-07 07:28:23
7267
This fixes an issue I discovered which is described in https://github.com/spring-projects/spring-boot/issues/18543#issue...
SpringBoot Remove circular dependency between org.springframework.boot.context.properties and org.springframework.boot.context.properties.bind
2025-01-07 07:28:20
2804
I found this having made some changes for #34507 that caused :spring-boot-project:spring-boot:checkForPackageTanglesMain...
SpringBoot Rename version property for Git Commit ID Maven plugin from git-commit-id-plugin.version to git-commit-id-maven-plugin.version
2025-01-07 07:28:17
1523
TLDR- build.gradle: uses the new Maven artifactid git-commit-id-maven-plugin (release 5.0.0)- effective pom.xml: refers ...
SpringBoot STS 4 code completion does not work with @ConfigurationProperties and static inner classes in Spring Boot 3.0.4 and Lombok 1.18.26
2025-01-07 07:28:16
4737
Environment:- Eclipse 2022-12 (4.26.0)- Java 17- Spring Tools Suite (STS) 4 (4.17.2)- Spring Boot 3.0.4- Lombok 1.18.26P...
SpringBoot StandardConfigDataResource can import the same file twice if the classpath includes '.'
2025-01-07 07:28:13
6536
I started with a comment on a thread in Cloud Config, but this is more likely a Boot edge case. My original comments un...
SpringBoot Add SanitizableData withSanitizedValue
2025-01-07 07:28:10
91
Implement function withSanitizedValueComment From: philwebbThanks very much @RohanGoyal17!
SpringBoot Include setter-only properties in metadata
2025-01-07 07:28:07
1462
@ConfigurationProperties on a @Bean method allows to set properties based on setters, so those properties should also be...
SpringBoot Provide role-based sanitization for actuator endpoints
2025-01-07 07:28:04
5347
At the moment, we sanitize the output of the /env and /configprops endpoints based on an initial set of sensitive keys. ...
SpringBoot Add SanitizableData withSanitizedValue
2025-01-07 07:28:01
615
It would be nice if@BeanSanitizingFunction sanitizingFunction() { return (data) -> (data.getKey().toLowerCase().co...
SpringBoot TraceId and spanId are getting null
2025-01-07 07:27:59
1002
Bug reportHi, using latest Spring versions (6.0.4 ) while hitting an API in a microservice, traceId and spanId are not l...
SpringBoot Enabling Problem Details doesn't work with proxying
2025-01-07 07:27:56
13973
Using Spring Boot 3.0.2, combining Problem Details (e.g., spring.mvc.problemdetails.enabled=true) with proxying (e.g., d...
SpringBoot 28798: created datetime no longer used in generating hash for filename. Also made default time now instead of windows epoch
2025-01-07 07:27:54
2395
Comment From: pivotal-cla@plebcity Please sign the Contributor License Agreement!Click here to manually synchronize the ...
SpringBoot Observability for JMS, Messaging and other templates/integration points
2025-01-07 07:27:51
685
Currently observability has been added, mainly, to the web related parts of the framework. Other portfolio projects impl...
SpringBoot @ConfigurationProperties no longer works on a mutable Kotlin data classes
2025-01-07 07:27:49
3560
Hello, as in discusion on Gitter there is an issue after update from 3.0.3 to 3.0.4 with @ConfigurationProperty and @Com...
上一页
下一页
1
…
1838
1839
1840
1841
1842
…
2246
.