Nineya
Home
Blog
SpringBoot Unsupported api 17432576
2025-01-06 20:45:06
1778
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
2025-01-06 20:44:54
445
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
2025-01-06 20:44:47
1066
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
2025-01-06 20:44:41
170
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
2025-01-06 20:44:33
307
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
2025-01-06 20:44:27
166
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
2025-01-06 20:44:20
679
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
2025-01-06 20:44:14
1403
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
2025-01-06 20:43:59
280
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
2025-01-06 20:43:52
967
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
2025-01-06 20:43:45
21957
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
2025-01-06 20:43:36
1776
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
2025-01-06 20:43:29
4788
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
2025-01-06 20:43:22
3990
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
2025-01-06 20:43:15
684
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
2025-01-06 20:43:08
173
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
2025-01-06 20:42:59
11890
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
2025-01-06 20:42:50
248
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
2025-01-06 20:42:44
464
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
2025-01-06 20:42:34
322
Hi,this PR tackles #20119 as discussed.Let me know what you think.Cheers,ChristophComment From: dreis2211Apparently, I n...
上一页
下一页
1
…
2076
2077
2078
2079
2080
…
2246
.