springboot Fix typos

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

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

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

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 ?

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

spring: datasource: username: *** password: *** url: jdbc:postgresql://localhost:5432/*** data: rest: ...

springboot Add support for default Cassandra port

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

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

I have Spring Boot application with a custom ApplicationRunner:@SpringBootApplicationpublic class MainApplication { p...

springboot Update system requirements to reflect support for Java 14

Forward port of issue #20689 to 2.3.0.M4.

springboot Upgrade to Kotlin 1.3.71

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

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 ?

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

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

There's a bit of ceremony involved at the moment:@Testcontainers@ContextConfiguration(initializers = DataRedisTestIntegr...

springboot Add support for Java 14

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

Currently, GrcefulShutdown is geared towards web servers.One another aspect to consider for graceful shutdown is task sc...

springboot Cannot read asterisk character from yml

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

Upgrade to ubuntu:bionic-20200311Comment From: dreis2211I wonder why there was a second issue created. As I can't take a...
上一页 下一页
.