springboot Actuator endpoint for Spring Batch

I have started working on an idea introducing Spring Batch specific Actuator Endpoints but before proceeding I'd like yo...

springboot spring-boot-tools working set is empty when imported into Eclipse

Forward port of issue #21634 to 2.4.0-M1.

springboot ConditionalOnMissingBean on JpaRepository beans

Greetings.Im trying to use ConditionalOnMissingBean on JpaRepository beans. @NoRepositoryBeanpublic interface BaseReposi...

springboot Update some references to 2.4.x where appropriate

Hi,I found two more places where the start on 2.4.x should probably be reflected. One in the README pointing to the late...

springboot redisTemplate.opsForGeo().radius cannot calculate the accurate distance with Metrics.MILES

For a simple requirement, check in within 300 meters,use the spring-boot-data-redis ,just code like this:Distance distan...

springboot logging.file not working in 2.3.0

No log file was created for my new app using 2.3.0. It started working again after changing to 2.2.6. I also tested 2.2...

springboot findBy${Attribute}IgnoreCaseIn derived query donen't work with spring-data-mongodb

The derived query : findBy**AttributeName**IgnoreCaseIn(.....) doesn't work when working with springboot-starter-data-mo...

springboot Improve test coverage of launch script

Fixing #18540 and #19716 is higher risk that we would like as the changes that appear to be necessary aren't covered par...

springboot Provide dedicated Spring Boot starter for JUnit 5

When trying to port a Spring Boot project that has previously used JUnit 4 to JUnit 5 one needs to add quite a few addit...

springboot Provide better error message if Docker is not running

Forward port of issue #21554 to 2.4.0-M1.Comment From: scottfrederickClosed in 687b9b03531c2e187176a419ea0c18ef19a6b0c6

springboot Improve migration of legacy endpoint ids

Hi there,This is a essentially a follow-up on #18148 . As far as I understand this property was essentially introduced t...

springboot Need a way to support fluent style properties binding

We are looking for a way to binding properties to fluent (possibly together with chain style) style JavaConfig method. F...

springboot Provide better error message if Docker is not running

The current error message could be improved$ mvn spring-boot:build-image...Execution default-cli of goal org.springframe...

springboot Clean up jackson modules from the bom

modules like this are deprecated https://github.com/FasterXML/jackson-datatype-jsr310 I'd go through them all and remove...

springboot Fully qualified URL's in HTTP request line doesn't find the resource

Hi, We're seeing a problem with Spring Boot 2.3.0.RELEASE when it comes to receiving HTTP 1.1 requests that has a reques...

springboot Incorrect sort command to mongo

Hi. I use Spring Boot with mongodb-starter(v.2.2.0).It seems that sorting doesn't work in some cases.I have entity:publi...

springboot InfluxMeterRegistry write counters with multi fields in a measurement one time?

Comment From: wilkinsonaInfluxMeterRegistry is part of Micrometer. The Micrometer Slack is a good place to ask this sort...

springboot SpringApplicationBuilder: Initialize siblings concurrently

The SpringApplicationBuilder supports the creation of hierarchical application contexts. Those contexts are initialized ...

springboot Unable to assert JSON keys with dot in it with JsonContentAssert (spring-boot-test:2.2.6-RELEASE)

Unable to assert JSON keys with dot in it with JsonContentAssert (spring-boot-test:2.2.6-RELEASE).Example:I have a valid...

springboot Switch from nullable method signature to Optional method signature

This is a part of the fix to #20901. I've decided to move one method to Optional to make it null-safe.Comment From: phil...
上一页 下一页
.