spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Currently using Lettuce but noticed that config properties lacks readFrom property and require code change to implement it, would be possible to externalize this in a property so we can...
There's a `OtlpProtoV1Encoder` in https://github.com/openzipkin-contrib/zipkin-otel and here's [a sample project](https://github.com/making/demo-zipkin-otel). The weird situation we now have is that we use Brave as a tracer, and something OTLP-capable as a backend....
As noted in the Spring Session configuration documentation, reactive indexed repositories can only be enabled through annotations, which limits the configuration flexibility via application.properties. - https://docs.spring.io/spring-session/reference/configuration/redis.html - https://docs.spring.io/spring-session/reference/configuration/reactive-redis-indexed.html Additionally, the...
Starting a native image built with `bootBuildImage` and `org.springframework.boot:spring-boot-starter-log4j2` throws an error on startup ``` Exception in thread "main" java.lang.ExceptionInInitializerError at org.apache.logging.slf4j.Log4jMarkerFactory.(Log4jMarkerFactory.java:36) at org.apache.logging.slf4j.SLF4JServiceProvider.initialize(SLF4JServiceProvider.java:53) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:183) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:170) at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:455)...
I'd like to suggest introducing a new Spring Boot starter aimed at client applications, with the necessary dependencies and autoconfiguration (e.g. `RestClientAutoConfiguration`) for HTTP and for related slice tests. Perhaps,...
At the moment, [various templating libraries](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#web.servlet.spring-mvc.template-engines), are integrated with Spring in the following way: * they have auto-configuration inside spring-boot-autoconfigure which integrates them as renderers for HTTP responses * they...
In https://github.com/spring-projects/spring-boot/pull/42508, the default Buildpacks builder used by the upcoming Spring Boot 3.4 has been changed to `paketobuildpacks/builder-jammy-java-tiny` (Ubuntu 22.04). Since the current LTS version of Ubuntu is 24.04, what...
``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Unsatisfied dependency expressed through method 'entityManagerFactory' parameter 1: Error creating bean with name 'persistenceManagedTypes' defined in...
Hello, I'm experiencing an issue with the layertools feature in my Spring Boot project. Below is the relevant section of my pom.xml for the Spring Boot Maven plugin: ```xml org.springframework.boot...