SpringBoot Support ResourceLoader delegation from ApplicationResourceLoader

Is there a reason that JksSslStoreBundle creates a new instance of ApplicationResourceLoader instead of using an existin...

SpringBoot Add a cache to LaunchedURLClassloader to improve startup performance

MotivationURLClassLoader shows awful performance when loading Classes/Resources which doesn't exist . URLClassPath takes...

SpringBoot Support mvn spring-boot:run with classpaths that exceeds Windows' length limits

Hi there, we use Spring Boot Version 2.1.5.RELEASE + maven 3.6.0 on a windows 10 machine to develop a spring webmvc appl...

SpringBoot ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task

Hi, we have upgraded Spring Boot app version from 3.3.3 to 3.3.4 and now the SSL bundles cannot be loaded. See the full ...

SpringBoot Rework Spring Session Redis properties to make it clearer which properties apply in which situations

We have 6 properties at the moment:spring.session.redis.cleanup-cronspring.session.redis.configure-actionspring.session....

SpringBoot Error creating bean with name 'exceptionHandlers': Lookup method resolution failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exceptionHandlers': Lookup metho...

SpringBoot Update documentation where we recommend a @Qualifier on one bean and @Primary on another to suggest a single bean with defaultCandidate=false

Framework 6.2 has introduced support for @Bean(defaultCandidate=false) which allows a bean to be declared such that it c...

SpringBoot Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor

This is #1655 again, with the catch that BatchConfigurer (BasicBatchConfigurer?) is not available in Spring Boot 3. Ther...

SpringBoot Add support for auto-configuring an indexed reactive session repository

As noted in the Spring Session configuration documentation, reactive indexed repositories can only be enabled through an...

SpringBoot Upgrade to Spring Framework 6.2.0-RC2

Comment From: wilkinsonaMoving to snapshots is currently blocked by https://github.com/spring-projects/spring-framework/...

SpringBoot Add property to control export of OTLP logs

In Spring Boot 3.4.0-M3, OtlpLoggingConfigurations.otlpHttpLogRecordExporter is a created if OtlpLoggingConnectionDetail...

SpringBoot Add GitHub Issue templates

If you think it's a good idea, it might be worth considering adding templates for PRs. Comment From: nosan@mhalbritter I...

SpringBoot Name for argument of type [java.lang.Boolean] not specified, and parameter name information not found in class file either.

Hi allI had a working application based on springboot 3.1.x (actually both 3.1.5 and 3.1.6 work pretty good)I upgraded t...

SpringBoot Stop publishing spring-boot-parent

It's intended as internal dependency management for dependencies that are only used in our tests. I suspect this it bein...

SpringBoot Upgrade to Spring Security 6.3.4

Comment From: ArielpetitHi, @wilkinsona I would like to contribute to this project by working on the Upgrade to Spring S...

SpringBoot Add support for ClickHouse JDBC driver in enum DatabaseDriver

I am using DataSourceBuilder to create a JDBC data source with this fragment of codeDataSourceBuilder.create(Thread.curr...

SpringBoot Add support for ClickHouse JDBC driver in enum DatabaseDriver

42799I referred to the documentation here: https://clickhouse.com/docs/en/integrations/java/jdbc-driver. The documentati...

SpringBoot Move away from ZipCopyAction.CONSTANT_TIME_FOR_ZIP_ENTRIES

We use it in our tests but it's deprecated in Gradle 8.11. There's a replacement but it (like ZipCopyAction) is in an in...

SpringBoot Add documentation for the management.otlp.logging.transport property

42781Comment From: mhalbritterHey,the property is here: https://docs.spring.io/spring-boot/3.4-SNAPSHOT/appendix/applica...
上一页 下一页
.