Nineya
Home
Blog
软著申请
SpringBoot Add Pulsar 4.0.x smoke test
2025-01-08 00:29:13
773
Unfortunately, I missed the fact that the 3.3.3 version of Pulsar (which is the version in Boot 3.4.x and Spring for Apa...
SpringBoot Binder provided by ConfigDataLocationResolver does not support profiles on classpath
2025-01-08 00:29:10
8769
When implementing custom spring.config.import solution and implementing ConfigDataLocationResolver, Binder retrieved fro...
SpringBoot Use consistent binder when calling both resolve and resolveProfileSpecific in ConfigDataLocationResolver
2025-01-08 00:29:08
164
See #43514 for an example of the problem not passing the same binder in can cause. I think that not allowing profile spe...
SpringBoot Publish public doc for Spring Boot 3 upgrade of a rules_spring service (e.g. OpenRewrite)
2025-01-08 00:29:06
789
We have 100+ rules_spring.springboot() usages inside a Bazel monorepo internally. We have developed tooling for helping ...
SpringBoot Inconsistent double slashes in generated Javadoc URLs
2025-01-08 00:29:03
511
As discovered @ngocnhan-tran1996 in #43512, the generated Javadoc URLs are currently inconsistent. Some have double slas...
SpringBoot Add @ConditionalOnPropertySource annotation
2025-01-08 00:29:00
2618
I would like to contribute an annotation to the spring-boot-autoconfigure project: @ConditionalOnPropertySource.The poin...
SpringBoot GraalVM native image - Flyway prevents startups
2025-01-08 00:28:57
13382
Upon compiling a native image via Gradle's bootBuildImage task and starting it, I'm met with the following error in Spri...
SpringBoot LaunchedURLClassLoader opens unnecessary jars when a class from the java package is passed as a parameter
2025-01-08 00:28:55
1012
Hi team,We are currently using Spring Boot 3.0.Since spring boot 3.0, when loading a class from the java package (e.g., ...
SpringBoot SSLEngine closed already; nested exception is io.netty.handler.ssl.SslClosedEngineException
2025-01-08 00:28:52
957
I'm using spring-boot-starter-webflux lib, and I'm also facing the following SSLEngine issue with negligible load.https:...
SpringBoot tests working in springboot 2.7(mockito 4.x) not working in spring boot 3.4.0 or 3.1.4 (mockito 5.x)
2025-01-08 00:28:50
2534
tests working in mockito 4.x are not working with mockito 5.x getting errorYou cannot use argument matchers outside of v...
SpringBoot Spring Boot 3.4.0: GraalVM build fails
2025-01-08 00:28:47
24804
Tried to bump our project from Spring Boot 3.3.x to Spring Boot 3.4.0, activated virtual threads, and ran into the follo...
SpringBoot Polish
2025-01-08 00:28:44
517
Comment From: wilkinsonaThanks for the proposal but I'm not sure that this is an improvement. The constructor to which y...
SpringBoot Fix typo
2025-01-08 00:28:42
467
I see double slash in javadoc link and remove one. Please check and tell me if something goes wrongTo configure your own...
SpringBoot Separate Spring Contexts within the same JVM cannot use different structured logging configuration
2025-01-08 00:28:39
7564
I'm trying to replace our custom logging setup with the new structured logging support.Our setup was using the logstash ...
SpringBoot AOT tasks are not configured automatically when the GraalVM Native Image plugin is applied under some circumstances
2025-01-08 00:28:36
3361
It works with minimized demo project, but it doesn't register tasks such as processAot with my actual project, I have to...
SpringBoot Use a SQLExceptionTranslator bean if defined
2025-01-08 00:28:31
1093
If a SQLExceptionTranslator bean has been defined, it should be used in the autoconfiguration of JdbcTemplate and LocalC...
SpringBoot Support using Log4j2 in a GraalVM native image
2025-01-08 00:28:28
14616
Starting a native image built with bootBuildImage and org.springframework.boot:spring-boot-starter-log4j2 throws an erro...
SpringBoot Provide support for auto-configuring multiple beans
2025-01-08 00:28:25
13932
Auto-configuration of a single DataSource works well for the vast majority of users, but when a subsequent DataSource is...
SpringBoot Lombok Unexpected Deletion Issue in **Spring Boot Project v3.2.5**
2025-01-08 00:28:22
2327
Problem Description:When starting a new Spring Boot application using Spring Initializr, I noticed that Lombok was inclu...
SpringBoot Switch spring-retry javadoc links back to docs.spring.io
2025-01-08 00:28:14
230
On the next release, javadoc should be restored to docs.spring.io.https://github.com/spring-projects/spring-retry/issues...
上一页
下一页
1
…
1610
1611
1612
1613
1614
…
2246
.