SpringBoot Add option to allow Spring Batch custom isolation levels with JPA

Currently Spring Boot overrides Spring Batch default behaviour and specifies the connection-default isolation level for ...

SpringBoot Upgrade to Artemis 2.20.0

Comment From: snicollActually this version switched to Java 11 so we can't upgrade at this time.Comment From: wilkinsona...

SpringBoot Replace PrometheusMetricsExportAutoConfiguration.BasicAuthHttpConnectionFactory once Prometheus has an implementation that does not require JAX-B from Jakarta EE 8

https://github.com/prometheus/client_java/issues/721Comment From: wilkinsonahttps://github.com/prometheus/client_java/pu...

SpringBoot Warn about the dangers of early bean initialization when using @ConditionalOnExpression

Referencing a bean in @ConditionalOnExpression will cause the bean to be initialized very early in context refresh proce...

SpringBoot How to monitor Spring Batches in Spring Boot?

I have around 30 cron jobs in my spring boot application. I want to display the metadata from Spring Batch Tables like s...

SpringBoot actuator-autoconfigure 2.6.2 references micrometer-core 1.7.3 as dependency but uses 1.8 in code

Hello.I use Maven to configure dependencies. My project use Spring Boot 2.6.2 parent like so:<parent> <group...

SpringBoot Use emptyList() instead of null

For me, I used emptyList() instead of nullso I want to suggest this PR for this.Comment From: snicollThanks for the PR b...

SpringBoot Disable the environment info contributor by default

For consistency with #28310 we should not expose the environment info contributor by default.Comment From: charboubmusta...

SpringBoot Add sorting of interceptors that are added to RestTemplate through the RestTemplateBuilder

Running with Spring Boot v2.4.0, Spring v5.3.1Currently InterceptingHttpAccessor (extended by RestTemplate) allows setti...

SpringBoot Support up-to-date checking in BootBuildImage

Observed with "org.springframework.boot" Gradle plugin, version 2.6.1The bootBuildImage Gradle task is lacking a proper ...

SpringBoot Drop support for jOOQ until its JAX-B dependency is Jakarta EE 9 compatible

https://github.com/jOOQ/jOOQ/issues/9641Comment From: lukasederHi there! 👋 I guess that increases the pressure of actual...

SpringBoot Maven repackaging of a jar with a deeply nested package is prohibitively slow

spring-boot 2.6.2jdk8 win10 sts-4.13.0.RELEASE maven 3.5Question or improveadd support for deep files build or improve p...

SpringBoot JobLauncherCommandLineRunner missing in spring boot autoconfigure 2.6.2

I have migrated my application to spring boot parent 2.6.2. On execution I am getting below exception. I digged further ...

SpringBoot Polish GraphQL changes

This PR polishes GraphQL changes a bit.FYI, I created this against the 2.7.x branch as the changes have been reverted in...

SpringBoot Health contributor exclusion rules aren't applied to child contributors

Excluding a composite health contributor by the composite name no longer works in spring boot 2.6. It worked previously...

SpringBoot Add vendor version to JavaInfo

fixes gh-28777, see https://github.com/spring-projects/spring-boot/issues/28777#issuecomment-995305119Comment From: jona...

SpringBoot Expose Operating System information as an info contributor

This InfoContributor adds Operating System related details to actuator's info endpoint as part of the Enhanced Observabi...

SpringBoot upload file : org.springframework.web.multipart.MultipartException

I am getting the following issue on the multipart/form-data requestorg.springframework.web.multipart.MultipartException:...

SpringBoot ApplicationFailedEvent should always quit application but jvm is kept alive by kafka consumers

Hello,I'm facing an issue on Spring Boot 2.5.4 under the following conditions:* spring-boot-starter-parent:2.5.4* spring...

SpringBoot Reinstate support for Spring Data Couchbase

Comment From: wilkinsonaThe changes that I think are necessary are in this branch. I've hit a small snag as SDC's Valida...
上一页 下一页
.