SpringBoot Conf file cannot be used to configure JAVA_OPTS with values that contain spaces

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

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.

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

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"?

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

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

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

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

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

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

CI for the RC1 promote gives:fetching harbor-mirror.spring.vmware.com/springio/github-changelog-generator@sha256:c6eec12...

SpringBoot Refactor JarFile and support classes

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

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

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

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

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

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

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

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

Hello people,I am using "camel-rabbit" instead of "rabbit-amqp" for different reasons.By using "camel-rabbit" I loose al...
上一页 下一页
.