Nineya
Home
Blog
SpringBoot Add auto-configuration for Prometheus Exemplars
2025-01-07 04:06:55
358
This PR adds Exemplars support for Micrometer Tracing.Please notice that this PR depends on https://github.com/spring-pr...
SpringBoot Auto-configure a TracingAwareMeterObservationHandler to make tracing interoperable with metrics
2025-01-07 04:06:53
1085
This PR is trying to address a potential issue with the ObservationAutoConfiguration: if tracing is configured DefaultMe...
SpringBoot Upgrade to Spring Data 2021.2.5
2025-01-07 04:06:48
637
Comment From: mp911deProject Dependencies Spring Data 2021.2.4Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....
SpringBoot Move JerseyServerMetricsAutoConfiguration to web package
2025-01-07 04:06:45
3709
It looks like it should live in org.springframework.boot.actuate.autoconfigure.metrics.web. Comment From: mbhavePlacing ...
SpringBoot Provide property to switch to simplified logging format
2025-01-07 04:06:42
420
See https://twitter.com/bsideup/status/1557116232146554882We could offer a quick property to switch to simplified loggin...
SpringBoot Provide a reactive repository for audit events
2025-01-07 04:06:39
217
With its current API where all operations are of blocking nature, AuditEventRepository cannot be properly implemented us...
SpringBoot Upgrade to Thymeleaf 3.1.0.RC1
2025-01-07 04:06:37
541
We should also remove our dependency to thymeleaf-extras-java8time (and its dependency management) since it's now fully ...
SpringBoot Upgrade to Spring Data 2021.1.9
2025-01-07 04:06:35
559
Comment From: mp911deProject Dependencies Spring Data 2021.1.8Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13....
SpringBoot Mockito and Springboot mock internal prototype object problems
2025-01-07 04:06:31
6649
This error is displayed when I use it like thisorg.springframework.beans.factory.BeanCreationException: Error creating b...
SpringBoot Spring Boot is not able to find classes if security manager is enabled
2025-01-07 04:06:28
18266
Version: springVersion = '5.3.20' springBootVersion = '2.5.12'It only happens if the security manager is enabled. We ar...
SpringBoot Upgrade logback to support Jakarta
2025-01-07 04:06:24
259
Current SpringBootVersion=3.0.0-M5The built-in logbak version is 1.2.11, which is not compatible with JakartaComment Fro...
SpringBoot configprops endpoint does not display DataSize properties correctly
2025-01-07 04:06:18
1005
"spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties": { "...
SpringBoot PEM formatted elliptic-curve TLS keys are an unrecognized private key format
2025-01-07 04:06:15
2525
I'm using Spring Boot 2.7.3 and would like to use the following, recently introduced, properties for specifying TLS keys...
SpringBoot Add checkstyle rules for List.of() / Set.of() / Map.of()
2025-01-07 04:06:12
667
Add checkstyle rule for List.of() / Set.of() / Map.of()This commits adds a checkstyle rule to not use List.of(), Set.of(...
SpringBoot Enable ISO date and time binding by default for WebMVC and WebFlux
2025-01-07 04:06:10
641
20579 introduced means to easily enable ISO date and time binding for WebMVC and WebFlux in Boot 2.3. Still, users have ...
SpringBoot Polish Micrometer tracing changes
2025-01-07 04:06:07
111
This PR polishes Micrometer tracing changes a bit.See gh-32480Comment From: wilkinsonaThanks very much, @izeye.
SpringBoot Fix Observation lifecycle issues in ObservationAutoConfigurationTests
2025-01-07 04:06:05
421
This PR fixes Observation API lifecycle issues in ObservationAutoConfigurationTests:- Observations should not started tw...
SpringBoot Pre-process GraphQL schema resources at build time
2025-01-07 04:06:02
1404
As seen in https://github.com/spring-projects/spring-graphql/pull/218#issuecomment-997296408, using our Spring GraphQL a...
SpringBoot Maintain independent YAML types
2025-01-07 04:05:59
1938
Comment From: asomovI find the code in PR a better solution than in this commithttps://github.com/spring-projects/spring...
SpringBoot Response from loggers endpoint is incomplete in a native image
2025-01-07 04:05:54
830
We're missing reflection hints for some of the types that are returned by loggers. They aren't picked up automatically v...
上一页
下一页
1
…
1889
1890
1891
1892
1893
…
2246
.