Nineya
Home
Blog
SpringBoot Upgrade to Micrometer Tracing 1.0.0-M6
2025-01-07 03:28:48
444
https://github.com/micrometer-metrics/tracing/pull/31 renames micrometer-tracing-api to micrometer-tracing.M6 releases o...
SpringBoot Does springboot support TLSV1.3
2025-01-07 03:28:42
733
Hi team, in Springboot 2.7.0+ JDK17, I want to enable tlsv1.3,and I configure as belowserver: port: 8200 ssl: k...
SpringBoot x-www-form-urlencoded data not getting populated in MultiValueMap
2025-01-07 03:28:38
4426
I'm on spring-boot version2.6.7. Below is the controller with accepts requests with Content-Type as application/x-www-fo...
SpringBoot WebClientRequestException executor not accepting a task, when web is disabled using WebApplicationType.NONE
2025-01-07 03:28:34
11651
Using these dependencies<parent> <groupId>org.springframework.boot</groupId> <artifactId>s...
SpringBoot Configure interface-based proxies in native images
2025-01-07 03:28:31
2314
Now that spring-projects/spring-framework#28717 is fixed, every Spring Boot application using Spring AOP requires to con...
SpringBoot JDBC Sleuth instrumentation is not taking place
2025-01-07 03:28:27
2073
IssueJDBC Sleuth instrumentation is not taking placeRoot CauseDatasource bean is created before the p6SpyDataSourceDecor...
SpringBoot SpringBoot docker image name via command-line argument not overriding default name defined in pom.xml
2025-01-07 03:28:24
1691
As per the documentation https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image....
SpringBoot Consider modifying dependency management policy for WebJars Locator
2025-01-07 03:28:20
4172
WebJars Locator (that is, webjars-locator-core) uses X.Y versioning format that doesn't quite align with the semver, how...
SpringBoot jar confict in spring-boot-3.0.0-m3
2025-01-07 03:28:16
2165
the version definition in spring-boot-m3 bom:reactor 3.5.0-M2 confict whith lettuce 6.1.8.RELEASE(use reactor 3.3.22...
SpringBoot Support deriving a DataSourceBuilder from a wrapped DataSource
2025-01-07 03:28:13
3882
Wrapped data sources, such as OpenTelemetryDataSource are not detected correctly for flyway, because they are not unwrap...
SpringBoot Caused by: java.io.FileNotFoundException: class path resource [schema.graphqls] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/path/to/file.jar!/BOOT-INF/classes!/schema.graphqls
2025-01-07 03:28:09
29025
Hello,In my project I'm using file as Resource. I'm injecting it from src/main/resources and all work fine while I'm run...
SpringBoot EmbeddedLdapAutoConfiguration not setting the base information into the LdapContextSource
2025-01-07 03:28:06
4980
Currently (as of version 2.0.0.M7), EmbeddedLdapAutoConfiguration isn't properly setting the base information from LdapC...
SpringBoot at Startup Unsatisfied dependency expressed through method 'neo4jHealthContributor' parameter 0;
2025-01-07 03:28:02
66839
I have a SpringBoot application that connect to Neo4j at startup using the code belowWe deploy a pod for Neo4j and one f...
SpringBoot Remove unchecked raw casts
2025-01-07 03:27:58
436
There are unchecked raw casts in TracingObservationHandlerGrouping and OnlyMetricsObservationHandlerGrouping which can b...
SpringBoot processResources should depend by default of bootBuildInfo task to avoid Gradle warning: without declaring an explicit or implicit dependency
2025-01-07 03:27:55
2332
Using Gradle 7.4.2, spring boot gradle plugin and the buildInfo feature I have the following issue.Log from Gradle:Gradl...
SpringBoot Start building against Spring Data 2022.0.0-M5 snapshots
2025-01-07 03:27:35
257
Upgrade to Spring Data 2022.0.0 snapshots and upgrade to Jedis 4.2.3 along with registering ManagedTypes bean to enable ...
SpringBoot Allow Jackson's lazily created standard JDK serializers to be used in a native image
2025-01-07 03:27:31
765
Jackson's com.fasterxml.jackson.databind.ser.std.StdJdkSerializers adds a number of serializers as classes. These classe...
SpringBoot Add native-image support for JavaLoggingSystem
2025-01-07 03:27:21
4276
The spring-native sample cloud-function-netty has this in the POM: <dependency> <groupId>o...
SpringBoot Remove --allow-incomplete-classpath from native-image arguments
2025-01-07 03:27:17
1078
Spring Boot currently adds --allow-incomplete-classpath to native-image parameters here. This was needed as of GraalVM 2...
SpringBoot AutowiredAnnotationbeanPostProcessor is triggering for records that already have their values set (can't use @Value on records)
2025-01-07 03:27:12
6104
Spring Boot 2.7.1, Java 17.0.1Sample app:package com.example.demo;import org.springframework.beans.factory.annotation.Va...
上一页
下一页
1
…
1920
1921
1922
1923
1924
…
2246
.