SpringBoot autoimport defined in lib won't be used

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

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

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

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?

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

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

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>>)

OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration.getValidators(Supplier&lt;OAuth2TokenValidator&lt;Jwt&gt;&g...

SpringBoot Implement Micrometer TCK for RestTemplate and WebClient metrics

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

Spring Boot version3.0.4Reproducible examplehttps://github.com/violetagg/netty-observation-reproProblem descriptionI wou...

SpringBoot Automated registration of ObservationAwareSpanThreadLocalAccessor via the ContextPropagation API

related issue https://github.com/micrometer-metrics/tracing/issues/206Comment From: philwebbWe're currently blocked on R...

SpringBoot Improve OAuth2 Client section of docs

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

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

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

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

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

This change moves the already present note about relaxed property binding which affects naming of environment variables ...

SpringBoot Docker compose auto configuration misleading

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

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

When we started testing against Java 20 and, therefore, started supporting it, we also should have added a TWENTY value ...
上一页 下一页
.