Nineya
Home
Blog
SpringBoot Document management.tracing.enabled property
2025-01-07 04:02:34
134
We currently don't have metadata for management.tracing.enabled, which leads IDEs to show a warning: "property enabled d...
SpringBoot Remove any references to KeyValuesProviders and replace them with Observation.Conventions
2025-01-07 04:02:32
516
related PR: https://github.com/micrometer-metrics/micrometer/pull/3306Comment From: adrianbobHey @marcingrzejszczak,Can ...
SpringBoot Add static to beans that can be instantied duing AOT optimizations
2025-01-07 04:02:30
369
We have a number of limited beans that are instantiated at build-time during AOT optimizations. These are mostly related...
SpringBoot org.springframework.boot:spring-boot-starter-parent 2.7.4 pulling in logback?
2025-01-07 04:02:28
3893
it's weird because I have this in my dependencies, but of course I don't see that module| +--- ch.qos.logback:logback...
SpringBoot Add support for baggage in tracing
2025-01-07 04:02:25
536
Sleuth supports three types of baggage:local baggage, which is available only in the same JVMremote baggage, which gets ...
SpringBoot Add log correlation for Micrometer Tracing
2025-01-07 04:02:23
503
Sleuth adds the application name (or overridable name for tracing only), the trace id, and the span id to the logs, see ...
SpringBoot Allow adding packages to entity scanning without disabling the default scanning
2025-01-07 04:02:17
5743
I would like to provide a library that adds JPA entities to the persistence context bootstrapped. Ideally I would like t...
SpringBoot Spring Boot 3 milestone 5 EnableAutoConfiguration spring.factories
2025-01-07 04:02:13
996
Starting with Spring Boot 3 M5 the "org.springframework.boot.autoconfigure.EnableAutoConfiguration" auto-configurations ...
SpringBoot Error creating bean 'HibernateJpaAutoConfiguration' while trying to configure oauth2 with jdbc
2025-01-07 04:02:11
146295
i am using springboot 1.5.6.RELEASE and i am trying to use oauth2 for my jersey webservice, i followed the tutorial on t...
SpringBoot Upgrade Snakeyaml Managed Dependency version to address vulnerabilities reported
2025-01-07 04:02:08
255
Comment From: syedyusufhSnakeyaml dependency version was not upgraded in last 2 minor release of Spring Boot 2.7Comment ...
SpringBoot custom runtime issue with native-maven-plugin having metadataRepository enabled
2025-01-07 04:02:04
4573
Hi, I am trying to enable metadataRepository configuration in native-maven-plugin in my app (built with Spring Boot 3.0....
SpringBoot SpringApplication#addAotGeneratedInitializerIfNecessary is missing tests
2025-01-07 04:02:01
1730
Running Spring Boot application with AOT optimizations is broken due to https://github.com/spring-projects/spring-boot/c...
SpringBoot Remove auto-configuration for micrometer-tracing-reporter-wavefront
2025-01-07 04:01:59
577
We are removing the Wavefront-related components from Micrometer Tracing, this PR is for adjusting the auto-configuratio...
SpringBoot Remove remaining properties and APIs that were deprecated in Spring Boot 2.x
2025-01-07 04:01:55
196
We still seem to have some properties and APIs that were deprecated in 2.x and should be removed in 3.0. For example, Dy...
SpringBoot With the latest SNAPSHOT of springboot-starter-parent on windows machines "Java nio file InvalidPathException Illegal char <:> " exception is thrown
2025-01-07 04:01:53
488
With the latest SNAPSHOT of springboot-starter-parent on windows machines "Java nio file InvalidPathException Illegal ch...
SpringBoot Update WebClient metrics auto-configuration to the new Observation instrumentation
2025-01-07 04:01:50
1515
Since spring-projects/spring-framework#28341, Spring Framework now instruments directly WebClient, removing the need for...
SpringBoot Use ByteArrayOutputStream.toString where possible
2025-01-07 04:01:48
268
Hi,the method was introduced in Java 10 and is slightly faster (because it avoids unnecessary array copies), but more im...
SpringBoot Spring Boot Converters Feature Issue
2025-01-07 04:01:45
1439
My Actual Requirement is to Encrypt and Decrypt Specific Fields of My Json String in RunTime Just Like using and @Conver...
SpringBoot Adapt to HttpComponentClientHttpRequestFactory changes
2025-01-07 04:01:43
945
As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, a...
SpringBoot Removed @Primary from the default ObjectMapper bean
2025-01-07 04:01:40
2319
The method I updated provides an ObjectMapper bean that can be injected elsewhere. But the method is annotated with @Pri...
上一页
下一页
1
…
1893
1894
1895
1896
1897
…
2246
.