Nineya
Home
Blog
SpringBoot Add CI setup for Graal
2025-01-07 03:36:00
504
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
2025-01-07 03:35:57
1637
Schema & data files defined via properties are not added to the resource-config.json which causes application to err...
SpringBoot Fix deprecations in javadocs
2025-01-07 03:35:54
491
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
2025-01-07 03:35:51
174
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
2025-01-07 03:35:49
528
28597 is a prerequisite for this. Without it we would be unable to auto-configure an ElasticsearchOperations bean.Commen...
SpringBoot Support new ElasticsearchClient
2025-01-07 03:35:46
788
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
2025-01-07 03:35:44
7894
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
2025-01-07 03:35:41
3040
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
2025-01-07 03:35:35
302
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
2025-01-07 03:35:33
577
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
2025-01-07 03:35:30
2656
Getting this while deployment[main] INFO org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPost...
SpringBoot Circular dependency between SimpleMeterRegistry and EnableTimerObservationHandler
2025-01-07 03:35:27
1138
Marcin reported that bug which pops up in his tracing integration tests:┌─────┐| simpleMeterRegistry defined in class p...
SpringBoot Allow binding to package private methods
2025-01-07 03:35:24
8478
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
2025-01-07 03:35:20
3441
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.*
2025-01-07 03:35:17
9137
https://github.com/spring-projects/spring-boot/blob/ca0de4385c01cbbd120e96ec9f83427fb48c9a15/spring-boot-project/spring-...
SpringBoot Upgrade to Spring Data 2021.2.2
2025-01-07 03:35:15
2375
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
2025-01-07 03:35:10
699
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
2025-01-07 03:35:07
680
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
2025-01-07 03:35:04
16363
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
2025-01-07 03:35:02
763
Similar to #31278, it would be great to add resource hints for templates (if possible taking in account the configured v...
上一页
下一页
1
…
1917
1918
1919
1920
1921
…
2246
.