Nineya
Home
Blog
软著申请
SpringBoot Conf file cannot be used to configure JAVA_OPTS with values that contain spaces
2025-01-07 22:36:54
5510
Hello, i have executable jar and i want execute something script on OutOfMemoryError and add pid as argument to script.M...
SpringBoot Fix typos in method names and javadoc
2025-01-07 22:36:52
145
Fix typos in method names and javadoc; update the documentation to ensure it is more understandable and coherent.Comment...
SpringBoot Spring Boot Test @SpyBean should be able to create a spy based on an interface class that is passed.
2025-01-07 22:36:49
1908
I have created a stack overflow question regarding this enhancement here.To summarize what was mentioned in that post ab...
SpringBoot Test Gradle plugin against Gradle 8.8
2025-01-07 22:36:45
328
Once Gradle 8.8 is out, we should test our Gradle plugin against it. https://github.com/wilkinsona/spring-boot/tree/test...
SpringBoot Why Spring Boot doesn't create schema for MySQL DB while using "spring.jpa.hibernate.ddl-auto=create"?
2025-01-07 22:36:43
3954
Currently there are no answers on this question on the stackoverflow.https://stackoverflow.com/questions/43015852/spring...
SpringBoot Add first-class support for okhttp mock server in tests
2025-01-07 22:36:40
1263
I recently had to migrate a project from RestTemplate to WebClient. Unfortunately, unlike for restTemplate, boot does no...
SpringBoot Flyway auto-configuration does not work with Flyway 10 when using GraalVM
2025-01-07 22:36:38
503
In summary added compatibility with flyway 10 using reflection when initializing flyway scanner.Add mechanism to check t...
SpringBoot @MockBean and @SpyBean without amending the application context
2025-01-07 22:36:35
6391
This is more an idea for enhancement rather than an issue. @MockBean and @SpyBean are designed in a way that using them ...
SpringBoot Spring Boot uses an internal jetty class
2025-01-07 22:36:33
1433
Spring Boot is using an internal jetty class here in the JettyWebSocketServletWebServerCustomizer.java:23This means if y...
SpringBoot Upgrading from Spring Boot 2.7 to 3.0 doesn't flag httpcomponents changes
2025-01-07 22:36:30
1396
When migrating a project that uses httpclient 4 any TestRestTemplate that uses detection will drop back to the simple i...
SpringBoot Check changelog generator docker image reference
2025-01-07 22:36:27
1079
CI for the RC1 promote gives:fetching harbor-mirror.spring.vmware.com/springio/github-changelog-generator@sha256:c6eec12...
SpringBoot Refactor JarFile and support classes
2025-01-07 22:36:25
730
This fix for #25538 has shown that we could really do with refactoring JarFile and supporting classes. We ideally should...
SpringBoot Provide auto-configuration for kotlinx.serialization and KotlinSerializationJsonHttpMessageConverter
2025-01-07 22:36:22
14770
I initially reported this here and here at the Spring Framework project, but the spring.mvc.converters.preferred-json-ma...
SpringBoot Test against Gradle nightly
2025-01-07 22:36:19
351
See comments at https://github.com/spring-projects/spring-boot/issues/20984#issuecomment-618988056Comment From: wilkinso...
SpringBoot Add support to Bomr for aligning a dependency version with the one pulled in by an external dependency
2025-01-07 22:36:17
1202
It'd be useful for things like the NoSQL clients that Spring Data modules depend upon if we could configure Bomr to veri...
SpringBoot Add JUnit 5 parameter resolver for @MockBean
2025-01-07 22:36:14
3869
Like there is a parameter resolver for @Autowired, it would be useful to have one for @MockBean, especially in Kotlin wh...
SpringBoot Add Maven smoke tests
2025-01-07 22:36:12
1643
The move to Gradle makes it less obvious to see warnings Maven would emit when resolving a standard project. In the rec...
SpringBoot Document how to import and run a smoke tests in the IDE
2025-01-07 22:36:09
2259
Seems like there should be a way to run an individual smoke test but I can't find it. Would be great to have this info ...
SpringBoot Jolokia Actuator Endpoint is not available when using Reactive/WebFlux Web Application
2025-01-07 22:36:07
9499
When adding a jolokia-core dependency to a WebFlux (not MVC) Web Application, the Jolokia actuator endpoint is not being...
SpringBoot Add RabbitMQ auto-configuration support when camel-rabbit is used instead of rabbit-amqp
2025-01-07 22:36:04
5444
Hello people,I am using "camel-rabbit" instead of "rabbit-amqp" for different reasons.By using "camel-rabbit" I loose al...
上一页
下一页
1
…
1684
1685
1686
1687
1688
…
2246
.