Nineya
Home
Blog
软著申请
SpringBoot Allow configure finalName per repackage execution
2025-01-07 17:07:25
2112
Of course we can override the finalName in configuration. Change the parameter property so that we don't suffer warnings...
SpringBoot AssertionError in tests in actuator endpoint using custom baggage keys
2025-01-07 17:07:17
7488
Since Spring Boot 3.1.4 I am getting an error during a test calling an actuator endpoint. I managed to create a minimal ...
SpringBoot Add ability to read custom layers.xml from classpath
2025-01-07 17:07:12
3067
Currently, it is possible to provide a custom layers.xml file to the maven plugin, but it seems to be read with a FileIn...
SpringBoot OutOfMemory when use spring-boot-actuator with prometheus
2025-01-07 17:07:09
2319
Hi,I got the OOM every few days after I restart the project. Please check the details as below. Thanks for your help!Env...
SpringBoot Cache JDK downloads for tests that use ImageFromDockerfile
2025-01-07 17:06:54
1504
AFAICT AbstractLaunchScriptIntegrationTests creates a new docker image on each run which includes downloading of a JDK. ...
SpringBoot error
2025-01-07 17:06:51
3515
[16:43:20 WARN]: java.lang.IllegalStateException: zip file closed[16:43:20 WARN]: at java.base/java.util.zip.ZipF...
SpringBoot interceptor was not called with Feign in spring boot 3.1.4
2025-01-07 17:06:48
1748
Greetings.I faced with next issue :I use spring 3.1.4 with feign <groupId>org.springframework.cloud</groupId>...
SpringBoot restTemplateBuilderConfigurer doesn't need to be @ConditionalOnMissingBean
2025-01-07 17:06:46
1001
restTemplateBuilderConfigurer defined by RestTemplateAutoConfiguration is @ConditonalOnMissingBean but that condition do...
SpringBoot Use 'RedisSerializer.java(ClassLoader)' rather than 'new JdkSerializationRedisSerializer(ClassLoader)'
2025-01-07 17:06:43
729
Currently, the RedisReactiveAutoConfiguration class (source) in Spring Boot directly constructs an instance of o.s.data....
SpringBoot Native Image w/ Manually Declared DB Beans Fails
2025-01-07 17:06:39
26076
Spring Boot 3.1.4 w/ Spring Data JPA and H2Reproducer: https://github.com/matthenry87/native-image-multiple-datasource-t...
SpringBoot Provide a setting for automatic context propagation with reactor-core
2025-01-07 17:06:35
17598
reactor-core 3.5.3 introduced a way to automatically propagate ThreadLocal values registered with the context-propagatio...
SpringBoot OutOfMemoryError after upgrade to Spring Boot 3.1.4
2025-01-07 17:06:32
1624
After upgrading to Spring Boot 3.1.4. we are experiencing OutOfMemoryErrors. I see an ever increasing number of io.micro...
SpringBoot Suspected memory leak in SpringApplicationShutdownHook during spring boot testsuite execution
2025-01-07 17:06:29
5303
Spring Boot version: 3.1.2Java version: 17.0.3, vendor: Eclipse AdoptiumExecuting a spring-boot testsuite a java.lang.Ou...
SpringBoot Upgrade to MSSQL JDBC 11.2.4.jre17
2025-01-07 17:06:18
583
MSSQL JDBC 10.2.3 and 11.2.3 are affected with the issuehttps://github.com/microsoft/mssql-jdbc/issues/2103It was addres...
SpringBoot Maven Plugin: integration tests (start) expects registered port 9001 to be free for JMX, fails cryptically otherwise ("Failed to retrieve RMIServer stub: javax.naming.CommunicationException")
2025-01-07 17:06:04
14706
Following a change of PC-s, my team was unable to start its Spring Boot application due to an error. Thanks to my collea...
SpringBoot Documentation of ObservationRestTemplateCustomizer as replacement of MetricsRestTemplateCustomizer
2025-01-07 17:05:58
2274
This issue https://github.com/spring-projects/spring-boot/issues/32484 with commit https://github.com/spring-projects/sp...
SpringBoot Spring native image public cert management related questions
2025-01-07 17:05:56
1395
Hi, I am using spring native to build my spring boot app to exe. As my deployment needs, I need to import public certifi...
SpringBoot Native compile not recognizing Entity as managed type
2025-01-07 17:05:51
19803
Hi.I'm attempting to build a native application using Spring Boot 3.2.0-M3, Java 21, and GraalVM 23.1.0 on Windows. In m...
SpringBoot Not All Actuator Endpoints are not being exposed
2025-01-07 17:05:48
6151
Version: Spring Boot 3.1.2Although I want to expose all actuator endpoints (configuration yaml below), not all endpoints...
SpringBoot Spring boot 3.1.4 micrometer tracing duplicated traceIds
2025-01-07 17:05:44
963
I am trying to set up tracing in my reactive (webflux) application using spring boot version 3.1.4. I noticed that often...
上一页
下一页
1
…
1769
1770
1771
1772
1773
…
2246
.