Nineya
Home
Blog
软著申请
SpringBoot autoimport defined in lib won't be used
2025-01-07 08:04:00
4474
In a current project I have a library defining an autoimport via org.springframework.boot.actuate.autoconfigure.web.Mana...
SpringBoot Devtools causes RestartScopeInitializer ClassNotFoundException failure with native images
2025-01-07 08:03:57
2133
Exception in thread "main" java.lang.IllegalArgumentException: Unable to instantiate factory class [org.spring...
SpringBoot Spring boot 3.0.7 in Native failes to work with Hibernate Lazy fetch - HibernateProxy instances at runtime is not allowed when the configured BytecodeProvider
2025-01-07 08:03:55
1544
Hello.I am using Spring Boot version 3.0.7Preconditions:I have a hibernate entity that is using fetch = FetchType.LAZY @...
SpringBoot @ImportTestContainers caused exception on Github Actions
2025-01-07 08:03:52
1722
I tried to adopt the new spring boot testcontainers feature in my project, and used @ImportTestcontaienrs to replace the...
SpringBoot Is GraalVM required for spring boot 3 aot?
2025-01-07 08:03:49
455
Is GraalVM required for spring boot 3 aot?Comment From: mhalbritterThanks for getting in touch, but it feels like this i...
SpringBoot java.lang.NoSuchMethodError: org.apache.tomcat.InstanceManager.backgroundProcess()V
2025-01-07 08:03:32
1763
java.lang.NoSuchMethodError: org.apache.tomcat.InstanceManager.backgroundProcess()V at org.apache.catalina.core.Stand...
SpringBoot Docker Compose connection details for MongoDB is missing the authSource option when authentication is configured
2025-01-07 08:03:16
742
While testing spring-boot-docker-compose (Spring Boot 3.1) I encountered an issue regarding MongoDB autoconfiguration. M...
SpringBoot Simplify OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration.getValidators(Supplier<OAuth2TokenValidator<Jwt>>)
2025-01-07 08:03:13
396
OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration.getValidators(Supplier<OAuth2TokenValidator<Jwt>&g...
SpringBoot Implement Micrometer TCK for RestTemplate and WebClient metrics
2025-01-07 08:03:10
735
Micrometer has added a HTTP client TCK.To quote @shakuzen: The idea of the TCK was just to cover common concepts across ...
SpringBoot Adding custom ObservationHandler does not preserve the default ObservationHandlers
2025-01-07 08:03:07
5751
Spring Boot version3.0.4Reproducible examplehttps://github.com/violetagg/netty-observation-reproProblem descriptionI wou...
SpringBoot Automated registration of ObservationAwareSpanThreadLocalAccessor via the ContextPropagation API
2025-01-07 08:02:38
366
related issue https://github.com/micrometer-metrics/tracing/issues/206Comment From: philwebbWe're currently blocked on R...
SpringBoot Improve OAuth2 Client section of docs
2025-01-07 08:02:35
696
With the release Spring Security 6, we should align docs between Spring Boot and Spring Security. This PR includes the f...
SpringBoot MongoDB authentication to different DB than used no longer works in spring boot 3.1
2025-01-07 08:02:32
1621
After upgrading from Spring Boot 3.0 to 3.1 today, MongoDB authentication via the autoconfiguration is broken.If you con...
SpringBoot The new support for testcontainers in Spring Boot 3.1.0 does not work with native tests
2025-01-07 08:02:28
12304
I have created a Github repo that can be used to reproduce the error: https://github.com/magnus-larsson/sb31-nativetest-...
SpringBoot HazelcastAutoConfigurationClientTests use an infinite cluster connect timeout and may block forever
2025-01-07 08:02:23
198
If, for some reason, the client cannot connect to Hazelcast, it will never give up and will block forever trying to esta...
SpringBoot QuartzJobBean sometimes not executed
2025-01-07 08:02:22
2631
I have a QuartzJobBean running with Springboot 3.0, Java 17 and Quartz 2.3.2.I am using simple one-time triggers.My prob...
SpringBoot Move property notes up to external configuration section
2025-01-07 08:02:19
1256
This change moves the already present note about relaxed property binding which affects naming of environment variables ...
SpringBoot Docker compose auto configuration misleading
2025-01-07 08:02:13
2728
I would like to start Keycloak and it's Postgres db when I start my Spring app but it doesn't have any JDBC connection (...
SpringBoot Processing of @EndpointCloudFoundryExtension logs a warnings as it does not use @AliasFor on its override of the endpoint attribute
2025-01-07 07:59:57
523
This PR is related to the issue #31658. I did what the warning suggested and added the @AliasFor annotation to the 'endp...
SpringBoot Java 20 is supported but there's no value for it in the JavaVersion enum
2025-01-07 07:59:51
144
When we started testing against Java 20 and, therefore, started supporting it, we also should have added a TWENTY value ...
上一页
下一页
1
…
1810
1811
1812
1813
1814
…
2246
.