Nineya
Home
Blog
软著申请
SpringBoot Use beanName as default name of @ServiceConnection
2025-01-07 16:24:25
4035
Before this commit, ConnectionDetailsNotFoundException will be raised if unnamed @ServiceConnection is annotated on @Bea...
SpringBoot JmsHealthIndicator doesn't work properly when the connection factory uses clientId
2025-01-07 16:24:21
5813
Spring Boot 1.5.4JMS Provider: Active MQMy application uses org.apache.activemq.ActiveMQConnectionFactory#setClientID(St...
SpringBoot There is no possibility to disable filtering out configuration-processor jar from spring-boot-maven plugin
2025-01-07 16:24:19
16966
In our project we are using some annotations tools from configuration processor at runtime.After recent spring version u...
SpringBoot Spring Security OAuth2 Client Authorized Clients for Spring MVC
2025-01-07 16:24:16
1800
Spring Security OAuth2 Client only supports authorized clients with WebClient, not RestTemplate (https://docs.spring.io/...
SpringBoot Option for Spring Boot Maven Plugin to place classes in root of JAR, and libraries under lib directory
2025-01-07 16:24:13
2287
The Spring Boot Maven Plugin does an awesome job of zipping up dependency JARs and classes in the current project. Howev...
SpringBoot When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration
2025-01-07 16:24:09
686
This doesn't fall into the categories described in your issue template, so hopefully this is okay. I wanted to let you k...
SpringBoot Javadoc of ConstructorBound and ConfigurationProperties links to deprecated ConstructorBinding annotation
2025-01-07 16:24:04
145
Forward port of issue #36095 to 3.2.x.Comment From: wilkinsonaAlready addressed when removing API that was deprecated an...
SpringBoot Please add server.ssl.key-store-password-file-name property
2025-01-07 16:24:01
8649
EnhancementPlease add server.ssl.key-store-password-file-name propertyIn the previous/current versions of spring boot, i...
SpringBoot Spring @Conditional bean called multiple times
2025-01-07 16:23:59
4040
I wanted one of my bean to created at some condition which is decided at runtime. So, I choose to use spring @Conditiona...
SpringBoot Dependency management for Selenium 4.8.x is incorrect
2025-01-07 16:23:53
545
Comment From: wilkinsonaWe'll have to double-check the bom's contents but we might be able to apply this to 3.1.x where ...
SpringBoot UndertowWebServerFactoryCustomizerTests does not cover server.max-http-request-header-size
2025-01-07 16:23:50
126
Forward port of issue #36091 to 3.2.x.Comment From: wilkinsonaThis isn't needed as the tests already exist in the main b...
SpringBoot UndertowWebServerFactoryCustomizerTests does not cover server.max-http-request-header-size
2025-01-07 16:23:47
657
Comment From: ItsMeLekhaHi @wilkinsona , Pls let me know if i could be of any help for this task. Over the past couple ...
SpringBoot Spring version 2.7.8 : Deadlock when the application context is closed and System.exit(int) is then called
2025-01-07 16:23:44
16378
Hi team, we are using Spring 2.7.8 version. Our application is going in deadlock state after System.exit(1) is called as...
SpringBoot NullPointerException when using Spring Data JPA native queries in Spring Boot 2.7.9 and 3.0.3
2025-01-07 16:23:42
13816
My build randomly stopped working today. After a couple hours of troubleshooting looking at some useless errors, my cowo...
SpringBoot TestSliceMetadata does not declare that it depends on source set's processResources task
2025-01-07 16:23:35
346
While TestSliceMetadata declares the resources dir of the source set's output as an input, this isn't sufficient for Gra...
SpringBoot Actuator env endpoint is not resilient with dashes
2025-01-07 16:23:33
4725
Version: springboot: 3.1 (don't think it is the point)Let's declare two propertiesmy: properties: with-dashes: 1 ...
SpringBoot replace forloop with stream in enum
2025-01-07 16:23:26
626
I tried changing the for-loop in the get method from enum to stream.I wasn't going to submit it because readability can ...
SpringBoot Allow WebServers to be stopped and restarted
2025-01-07 16:23:24
7546
On a plain web Spring Boot (3.0.5) application if one do context.stop() and then context.start() the context on a I get...
SpringBoot Support stop and restart with Undertow
2025-01-07 16:23:21
4918
2023-04-27 14:55:27.917 ERROR ${sys:PID} --- [ XNIO-2 task-2] i.u.request : UT005023: Exce...
SpringBoot Change B3 extraction format to SINGLE
2025-01-07 16:23:18
1171
Right now, we're using B3Propagation.Format.SINGLE_NO_PARENT. We should change this to SINGLE.See this discussion.Commen...
上一页
下一页
1
…
1803
1804
1805
1806
1807
…
2246
.