Nineya
Home
Blog
SpringBoot added my name
2025-01-07 04:03:29
189
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
2025-01-07 04:03:26
880
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
2025-01-07 04:03:24
788
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
2025-01-07 04:03:21
282
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
2025-01-07 04:03:17
2099
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
2025-01-07 04:03:15
929
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
2025-01-07 04:03:12
714
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
2025-01-07 04:03:09
560
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
2025-01-07 04:03:07
2377
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
2025-01-07 04:03:04
4846
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
2025-01-07 04:03:01
4896
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
2025-01-07 04:02:58
1056
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
2025-01-07 04:02:56
242
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
2025-01-07 04:02:53
795
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
2025-01-07 04:02:50
601
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
2025-01-07 04:02:48
1326
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
2025-01-07 04:02:45
677
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
2025-01-07 04:02:42
5800
Using these dependencies<dependency> <groupId>org.springframework.boot</groupId> <artifactId&...
SpringBoot Take MethodType into account to deduce main application class
2025-01-07 04:02:39
2906
The change in https://github.com/spring-projects/spring-boot/pull/31828 is breaking a native image deployment as follows...
SpringBoot Simplify ConditionalOnEnabledTracing
2025-01-07 04:02:36
119
It's implemented using a custom condition at the moment. It could use a @ConditionalOnProperty meta-annotation instead.
上一页
下一页
1
…
1892
1893
1894
1895
1896
…
2246
.