springboot Upgrade Ubuntu version in CI images

Upgrade to ubuntu:bionic-20200311

springboot Upgrade Ubuntu version in CI images

Upgrade to ubuntu:bionic-20200311

springboot Remove plugin management for exec-maven-plugin

We currently provide plugin management for exec-maven-plugin and we specify the start class (if start-class is set). Thi...

springboot Favor exec-maven-plugin shorthand property over redefinition

With this change, users can now rely on the standardexec.mainClass property when executing the exec-maven-plugin.Users o...

springboot Polish LayersIndex

Hi,this PR polishes LayersIndex a bit.Cheers,ChristophComment From: dreis2211Build failures seem unrelated as the same i...

springboot @DataJpaTest using H2 with schema.sql and spring.datasource.schema-username fails

Currently, jdbcUrl is determined when spring.datasource.schema-usernameand spring.datasource.schema-password configurati...

springboot Properties files in subdirectories are not loaded when one file is empty

I have a directory structure like./config/configmaps/application.yaml./config/secrets/application.yamlCurrently ./config...

springboot Deployment to Wildfly fails without jetty-server on the classpath

Deployment of a trivial Spring Boot application to Wildfly fails with the latest Boot snapshots unless org.eclipse.jetty...

springboot @Validated class calls with suspend functions throw ArrayIndexOutOfBoundsException

If you mark a class as @Validated and at the same time you use suspend functions inside the class (kotlin compiler gener...

springboot SpringApplication.addListeners(…​) not working

I try to implement my own ApplicationListener as follows:package org.flowsen.listener;import org.apache.commons.logging....

springboot Spring devtools does not load classes generated by ActiveJDBC instrumentation correctly

The class file generated by ActiveJDBC cannot be recognized normally by the RestartClassLoader of spring devtools, and a...

springboot Don't use monospacing in documentation headings

Using back-ticks in headings doesn't produce great results with the HTML template. It's probably better if we remove the...

springboot spring-kafka state store health indicator

I accidentally opened an issue at spring-kafka project: https://github.com/spring-projects/spring-kafka/issues/1421In sh...

springboot Fix WebappLoader constructor deprecations

Forward port of issue #20832 to 2.3.0.RC1.

springboot Fix WebappLoader constructor deprecations

Hi,I just noticed two deprecation warnings coming from WebappLoader(Classloader) constructors. They should be removed in...

springboot Polish ConditionMessage#because()

Hi,I just noticed a tiny optimization opportunity in ConditionMessage#because to avoid unnecessary string concatenations...

springboot Polish ConditionMessage#because()

Forward port of issue #20847 to 2.3.0.RC1.

springboot Make new SpringBoot Test "args" support properties resolution and take part of the context hierarchy id

I think args should behave like properties and allow something like @SpringBootTest(args = "--myargfoo=${test.foo.value}...

springboot Use YAML compatible classpath.idx format

For consistency with #20860 we could change the classpath.idx to also be YAML compatible.

springboot Use a more compact layers.idx format

The current layers.idx format is quite verbose and also needs custom parsing code if third-parties are to read it.We cou...
上一页 下一页
.