SpringBoot Unsupported api 17432576

When i updrade spring 2.2.4->2.4.2 and java 8->11 and kotlin 1.3.72->1.4.21 i see very strange error.Execution ...

SpringBoot Upgrade to Gradle 6.8.1

When upgrading, we should also update the Gradle plugin's compatibility testing so that the tests continue to cover the ...

SpringBoot Wrapper types are not displayed in actuator env endpoint

We have upgraded on off our projects at work to Spring boot 2.4. It seems like the way properties are serialized under /...

SpringBoot spring-boot-dependencies still contains dependency management for spring-boot-starter-data-solr

We removed our Data Solr support, including the starter, in https://github.com/spring-projects/spring-boot/issues/24939 ...

SpringBoot Remove message attribute instead of blanking it when Include.MESSAGE is not set

See #24661 for some more background. We originally blanked the message field rather than removing it. This was probably ...

SpringBoot Make more use of AssertJ's built-in map assertions

We have a few places in our tests where we call assertThat(map.containsKey(key)).isFalse(). We should use AssertJ's buil...

SpringBoot Change info endpoint to be secure and unexposed by default

This is a PR related to issue #24533 Comment From: mbhaveThanks for the PR @hatefpalizgar. I have left a comment regardi...

SpringBoot duplicate HttpMessageConverters when getMessageConverters() is called

we had a serious issue with some custom HttpMessageConverters so we debugged a little bit the code and had one observati...

SpringBoot Fix minor typo in pull request template

Minor typo fix you -> a, this could also be your instead.I love this idea of using a comment to warn about submitting...

SpringBoot Add reference to Ogham Spring Boot starters

I would like to include Ogham in Spring Boot official starters.The aim of Ogham is to simplify the code that sends email...

SpringBoot App starts but NPE is thrown in DefaultPropertyMapper

Hi, I just needed to catch my own app NPE but during startup, there are actually NPE's while starting Spring boot app: ...

SpringBoot Provide the ability to start the server after its initialized

I want to show my some static HTML page while spring context initializes. It should be visible when application starts a...

SpringBoot Different classloaders in jdk8 and jdk11

I'm upgrading a Spring Boot 2.2.2 application from Java 8 to 11. I've faced some ClassNotFoundExceptions because Java 11...

SpringBoot Upgrade to REST Assured 4.2.1

REST Assured is currently at version 4.3.x spring default is 3.3. Rest Assured 3.3 uses an older version groovy that gen...

SpringBoot Upgrade to Jackson 2.12.1

Comment From: philwebbInteresting that some classes have been renamed. I wonder if we should try to tolerate older Jacks...

SpringBoot Upgrade to Jackson Bom 2.12.1

Comment From: wilkinsonaLet's use https://github.com/spring-projects/spring-boot/pull/24415 to track this so that the co...

SpringBoot Context not being reused in tests when MockBeans are used

Hi!I would like to start a discussion about the mechanism of caching application contexts that are using @MockBeans acro...

SpringBoot Ignore major upgrades that are of no interest at the moment

There are a number of major upgrades, such as those for the switch to Java EE 9's jakarta.* namespace that we don't want...

SpringBoot Upgrade to Flyway 7.5.0

There are some new Teams-only properties related to the use of Conjur and Vault. Unfortunately, we can't test if we've m...

SpringBoot Upgrade to Groovy 3.0.7

Hi,this PR tackles #20119 as discussed.Let me know what you think.Cheers,ChristophComment From: dreis2211Apparently, I n...
上一页 下一页
.