Nineya
Home
Blog
springboot Fix typos
2025-01-06 08:45:02
1063
Hi,this PR fixes a couple of typos. I should note that the particular sentence in spring-boot-features still doesn't mak...
springboot Kotlin classes are missing from source JARs
2025-01-06 08:44:56
1199
Kotlin classes are not present in Spring Boot source JARs.For example, there is no org/springframework/boot/SpringApplic...
springboot Enhance bomr to handle Kotlin version upgrades
2025-01-06 08:44:49
801
The version is defined in gradle.properties as it's used in multiple places. This causes bomr to fail:> Task :spring-...
springboot Add property to transparently migrate deprecated endoint IDs
2025-01-06 08:44:43
3290
Currently Spring Cloud have a number of endpoints that use a legacy name (for example hystrix.stream). They would like t...
springboot SpringBootTest Incompatible with JUnit 5.6.x ?
2025-01-06 08:44:37
3326
Using Spring Boot 2.2.6.RELEASE, and without any other changes to my project, I upgraded JUnit dependency to 5.6.1. Aft...
springboot @BasePathAwareController with jackson-dataformat-xml returns 406
2025-01-06 08:44:30
3652
spring: datasource: username: *** password: *** url: jdbc:postgresql://localhost:5432/*** data: rest: ...
springboot Add support for default Cassandra port
2025-01-06 08:44:24
888
Follow-up of #18621In Spring Boot 2.2.x, Cassandra has a port defaulting to 9042 and contact-points as a list of host, d...
springboot Custom ObjectMapper not used in 2.2.x
2025-01-06 08:44:17
4003
When upgrading from Spring Boot version 2.1.13 to 2.2.6 my Jackson object mapper is no longer automatically registered a...
springboot @TestExecutionListeners makes @BeforeAll run before ApplicationRunner
2025-01-06 08:44:11
2485
I have Spring Boot application with a custom ApplicationRunner:@SpringBootApplicationpublic class MainApplication { p...
springboot Update system requirements to reflect support for Java 14
2025-01-06 08:44:03
41
Forward port of issue #20689 to 2.3.0.M4.
springboot Upgrade to Kotlin 1.3.71
2025-01-06 08:43:56
594
Hi,this PR upgrades to Kotlin 1.3.71.Cheers,ChristophComment From: wilkinsonaThanks for the PR, @dreis2211. As noted in ...
springboot Remove _embedded in HATEOAS link using spring-boot-2.2.1
2025-01-06 08:43:49
11206
I am using spring-boot-2.2.1 along with spring-HATEOAS. Hypermedia links are working fine but I see _embedded attribute ...
springboot Compabibility of v1.2.3 with Tomcat 7.0.100 ?
2025-01-06 08:43:43
2950
We upgraded our app from Tomcat 7.0.96 to 7.0.100 and found that although the app appears to start, it's not responding ...
springboot Do not attempt to detect Kubernetes as a cloud platform
2025-01-06 08:43:36
3370
A general principle behind Kubernetes design is; Meet the user where they are. This means that application developers sh...
springboot Make use of @DynamicPropertySource in our integration tests
2025-01-06 08:43:29
15617
There's a bit of ceremony involved at the moment:@Testcontainers@ContextConfiguration(initializers = DataRedisTestIntegr...
springboot Add support for Java 14
2025-01-06 08:43:23
171
Spring Boot 2.2. and 2.3 share the same Spring Framework version which has official support for Java 14. Let's backport ...
springboot Support task scheduler/executor shutdown in graceful shutdown
2025-01-06 08:43:17
1830
Currently, GrcefulShutdown is geared towards web servers.One another aspect to consider for graceful shutdown is task sc...
springboot Deprecate spring.mvc.pathmatch.use-suffix-pattern, spring.mvc.pathmatch.use-registered-suffix-pattern, and spring.mvc.contentnegotiation.favor-path-extension
2025-01-06 08:43:10
41
Forward port of issue #20528 to 2.3.0.M4.
springboot Cannot read asterisk character from yml
2025-01-06 08:43:04
320
Under spring-boot 2.2.2 environment, when my yml config like as :mmmm: { "GT-*" : GT-66666 }I used @Con...
springboot Upgrade Ubuntu version in CI images
2025-01-06 08:42:58
2500
Upgrade to ubuntu:bionic-20200311Comment From: dreis2211I wonder why there was a second issue created. As I can't take a...
上一页
下一页
1
…
2200
2201
2202
2203
2204
…
2246
.