Nineya
Home
Blog
软著申请
SpringBoot Support ResourceLoader delegation from ApplicationResourceLoader
2025-01-07 23:41:18
1010
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
2025-01-07 23:41:16
23316
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
2025-01-07 23:41:12
7701
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
2025-01-07 23:41:08
17207
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
2025-01-07 23:41:04
1566
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
2025-01-07 23:41:02
6536
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
2025-01-07 23:40:59
1167
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
2025-01-07 23:40:57
5119
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
2025-01-07 23:40:54
3989
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
2025-01-07 23:40:51
395
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
2025-01-07 23:40:49
1599
In Spring Boot 3.4.0-M3, OtlpLoggingConfigurations.otlpHttpLogRecordExporter is a created if OtlpLoggingConnectionDetail...
SpringBoot Add GitHub Issue templates
2025-01-07 23:40:46
940
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.
2025-01-07 23:40:38
38656
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 Request processing failed: java.lang.IllegalArgumentException: Name for argument of type [boolean] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag
2025-01-07 23:40:26
9974
Hi All,I am facing similar issue.Suggested all changes as recommended aboveUpgrade Springboot from 3.0.4 to 3.3.3I am us...
SpringBoot Stop publishing spring-boot-parent
2025-01-07 23:40:22
276
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
2025-01-07 23:40:12
476
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
2025-01-07 23:40:05
801
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
2025-01-07 23:40:00
3150
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
2025-01-07 23:39:57
428
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
2025-01-07 23:39:52
323
42781Comment From: mhalbritterHey,the property is here: https://docs.spring.io/spring-boot/3.4-SNAPSHOT/appendix/applica...
上一页
下一页
1
…
1633
1634
1635
1636
1637
…
2246
.