SpringBoot added my name

Comment From: pivotal-cla@abenti Please sign the Contributor License Agreement!Click here to manually synchronize the st...

SpringBoot Report that an auto-configuration using the old registration format is no longer considered

Now that we expect auto-configurations to be registered in an alternative mechanism, we should provide some sort of warn...

SpringBoot Register SpringApplication as a bean

It would be helpful if we could get SpringApplication from an ApplicationContext. We should register it as a bean.Commen...

SpringBoot Classpath scanning of Jackson mixin modules does not work in a native image

We do classpath scanning at runtime and that doesn't work in a native image. The error is a bit strange, see https://git...

SpringBoot Add reflection hints for EmbeddedDatabaseFactory$EmbeddedDataSourceProxy#shutdown

As discussed in https://github.com/oracle/graal/issues/5073, our session-jdbc AOT smoke test sample currently registers ...

SpringBoot Allow user to replace auto-configured Spring Data JDBC beans with their own

Spring Data JDBC does not have a JdbcDataConfiguration. Rather we only have an auto-configuration for the repositories s...

SpringBoot Use spring.application.name consistently

Andy raised a valid point here.In some parts of boot, we use the spring.application.name when we need the application na...

SpringBoot Use text blocks where appropriate

Comment From: Subhasish-Beherahello ! i am intrested in solving this issue .i am a freshman . i have basic knowledge of...

SpringBoot Allow ThreadDumpEndpoint to call ThreadMXBean in a native image

At the moment, the ThreadDumpEndpoint is not usable in a native image, as GraalVM doesn't implement thread dumping yet.I...

SpringBoot Assertion calls on CapturedOutput with Kotlin are very slow

I have a test that checks to see if a string is in the captured output. I expect this to work because CapturedOutput imp...

SpringBoot Deprecate server.max-http-header-size in favor of new server.max-http-request-header-size property

I am using the embedded Jetty Container and came across the problem that the server.max-http-header-size property is "on...

SpringBoot Improve SpringApplication to provide a streamline setup for Native image

There are a number of things in SpringApplication that are inferred at runtime based on the classpath, the environment o...

SpringBoot Use Map.of for creation of unmodifiable maps

Comment From: mbhavePlacing on hold for the same reason as #28174Comment From: philwebbI think we can close this one and...

SpringBoot Use java.util.Set.of for creation of unmodifiable sets

Comment From: aravindbargurhiriyannaiahHello @wilkinsona I wanted to contribute to this task. I have not contributed to ...

SpringBoot Use java.util.List.of for creation of unmodifiable lists

Comment From: mbhavePlacing this on-hold because we've decided to approach this on a case-by-case basis for new usages. ...

SpringBoot Consider where to adopt sealed classes

I suspect we have some places in the code where classes and interfaces are public purely to allow us to extend/implement...

SpringBoot Add caching to o.s.b.test.system.OutputCapture

Dear team,this pull request is my attempt to help with #32033 issue. After my modifications I tried to run test mentione...

SpringBoot ClassNotFoundException brave.http.HttpTracing when using only brave

Using these dependencies<dependency> <groupId>org.springframework.boot</groupId> <artifactId&...

SpringBoot Take MethodType into account to deduce main application class

The change in https://github.com/spring-projects/spring-boot/pull/31828 is breaking a native image deployment as follows...

SpringBoot Simplify ConditionalOnEnabledTracing

It's implemented using a custom condition at the moment. It could use a @ConditionalOnProperty meta-annotation instead.
上一页 下一页
.