SpringBoot Add CI setup for Graal

Once the issues with Graal have been ironed out we should add a CI to ensure basic apps work.Comment From: marcellodesal...

SpringBoot Add resource hints for schema and data scripts

Schema & data files defined via properties are not added to the resource-config.json which causes application to err...

SpringBoot Fix deprecations in javadocs

Hi,this PR fixes a couple of deprecations in javadocs following some changes in Spring Framework.Cheers,ChristophComment...

SpringBoot Auto-configure Spring Data's new ReactiveElasticsearchClient in place of the old one

https://github.com/spring-projects/spring-boot/issues/28597 is a prerequisite for this as the new reactive client depend...

SpringBoot Remove support for Elasticsearch's RestHighLevelClient

28597 is a prerequisite for this. Without it we would be unable to auto-configure an ElasticsearchOperations bean.Commen...

SpringBoot Support new ElasticsearchClient

As discussed in #28496, we'd like to add dependency management and auto-configuration for the new ElasticsearchClient.Su...

SpringBoot Allow HTTP message converters to be auto-configured in a native image that is not a web app

When running the native-image from the spring-native rsocket sample in this branch, it fails with this exception:org.spr...

SpringBoot Add support for property binding in SpringApplication when running in native-image

I'm not entirely sure what's the problem, but the sample boot-features from spring-native doesn't work.It sets spring.ma...

SpringBoot Implement AOT support for Actuator

The actuator subsystem uses quite a lot of dynamic behaviour which is not supported out of the box on AOT / native-image...

SpringBoot AOT support for Actuator

This branch has some rough edges and is currently missing tests and I have to squash the commits.I've tested the actuato...

SpringBoot ReactiveMethodSecurityConfiguration not eligible for auto-proxying

Getting this while deployment[main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPost...

SpringBoot Circular dependency between SimpleMeterRegistry and EnableTimerObservationHandler

Marcin reported that bug which pops up in his tracing integration tests:┌─────┐| simpleMeterRegistry defined in class p...

SpringBoot Allow binding to package private methods

Currently JavaBeanBinder limits setters and getters to public methods. It would be nice to relax this requirement so tha...

SpringBoot Upgrade to Spring Kafka 3.0.0-M5

Comment From: wilkinsonaThe latest changes break retries due to there being no bean named 'org.springframework.kafka.ret...

SpringBoot When using Spring Data REST, spring.data.rest.* properties must be used rather than spring.data.web.pageable.* and spring.data.web.sort.*

https://github.com/spring-projects/spring-boot/blob/ca0de4385c01cbbd120e96ec9f83427fb48c9a15/spring-boot-project/spring-...

SpringBoot Upgrade to Spring Data 2021.2.2

Comment From: mp911deProject Dependencies Spring Data 2021.2.2Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....

SpringBoot Upgrade to Spring Data 2022.0.0-M5

Comment From: mp911deProject Dependencies Spring Data 2022.0.0Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....

SpringBoot Upgrade to Spring Data 2021.1.6

Comment From: mp911deProject Dependencies Spring Data 2021.1.6Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13....

SpringBoot Disable incompatible tests on macOS AArch64

This PR disables incompatible tests on macOS AArch64 as they are failing as follows:java.lang.IllegalStateException: An ...

SpringBoot Add resource hints for default templates location

Similar to #31278, it would be great to add resource hints for templates (if possible taking in account the configured v...
上一页 下一页
.