Nineya
Home
Blog
SpringBoot Upgrade to Logback 1.2.5
2025-01-07 01:14:13
446
The current version (1.2.3) has bugsI have seen that many branches have already upgraded to 1.2.5, except the 2.3.x bran...
SpringBoot Add new auto-configuration properties for jms.
2025-01-07 01:14:09
6583
Now you can use spring.jms.subscription-shared=truespring.jms.subscription-durable=truefor making your jms subscription ...
SpringBoot Make the build's artifacts, not just its build-info.json, available to the publish-gradle-plugin task
2025-01-07 01:14:03
129
Comment From: wilkinsonaClosed by https://github.com/spring-projects/spring-boot/commit/6be27e2212fc9b6d8bf3832804c21a56...
SpringBoot Update CI to replace $GITHUB_PASSWORD
2025-01-07 01:13:57
778
Note: GitHub has discontinued password authentication to the API starting on November 13, 2020 for all GitHub.com accoun...
SpringBoot Staging fails with GH007: Your push would publish a private email address
2025-01-07 01:13:52
145
It looks like the email address for the build user has been made private. We should be able to use the @users.noreply.gi...
SpringBoot Update CI to use token rather than password
2025-01-07 01:13:49
131
See https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ Comment From: wilkinsonaDuplica...
SpringBoot Hazelcast Cache Metric Error with Spring Boot 2.0.2
2025-01-07 01:13:46
4936
Hello everyone,I've just upgraded Spring Boot from 2.0.1 to 2.0.2 and now our application doesn't startup anymore becaus...
SpringBoot Polish access modifiers for test classes
2025-01-07 01:13:42
531
This PR polishes access modifiers for test classes.Comment From: philwebbI thought we has a checkstyle for this at one p...
SpringBoot Fix broken links in docs
2025-01-07 01:13:39
231
Hi,I just noticed a couple of broken links on https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsin...
SpringBoot Enhance operability of spring-boot-maven-plugin with maven_opts maven.config
2025-01-07 01:13:35
729
As a spring-boot 2.2.0.RELEASE and above user, I want the spring-boot-maven-plugin to read the properties that I define ...
SpringBoot Spring Boot breaks error handling of servlets with chunked encoding
2025-01-07 01:13:32
3965
When streaming response of unknown size one encounters error in the middle of the stream, there is a need to break the ...
SpringBoot Document how to use WebTestClientBuilderCustomizer to configure REST Docs' parameterized output
2025-01-07 01:13:27
2168
We already have an example showing how to do it with MockMvc. It'd be good to have an equivalent example for WebTestClie...
SpringBoot Use "2012" for copyright beginning year
2025-01-07 01:13:22
455
This PR changes to use "2012" for the copyright beginning year as it seems to be a typo of "2012" based on the copyright...
SpringBoot Revert changes for #26252 once CI is using 8u302 or later
2025-01-07 01:13:17
106
JDK-8157190 has been fixed in 8u302. Once CI has upgraded we should revert the workaround added in #26252.
SpringBoot -Dspring.profiles.active ignored when mvn spring-boot:run
2025-01-07 01:13:06
7854
Upgrading 1.0.2.RELEASE->1.1.0.RELEASE changed how passing profile to mvn spring-boot:run works, the -Dspring.profile...
SpringBoot Support @ConfigurationProperties with third party collections
2025-01-07 01:12:58
3691
It's not possible to use @ConfigurationProperties with third party collections such as Guava's ImmutableList.I couldn't ...
SpringBoot Thymeleaf sec: Tags causes UnsupportedOperationException when WebSecurity is configured with EndpointRequestMatcher
2025-01-07 01:12:54
8558
If a WebSecurityConfiguration contains EndpointRequestMatchers, for example like thispublic class WebSecurityConfig exte...
SpringBoot When using HighlightingCompositeConverter or custom one we get LOGBACK: No context given for ch.qos.logback.core.spi.ContextAwareBase
2025-01-07 01:12:49
2081
Please use attachedlogback-spring.xml.txt sample logback-spring.xml to reproduce the issue. This issue is when we use 'h...
SpringBoot Make it easier to add new configuration options to ApplicationContextRunners
2025-01-07 01:12:46
639
AbstractApplicationContextRunner currently has a nine-parameter constructor and a nine-parameter newInstance method, bot...
SpringBoot spring-boot-configuration-metadata leaks enforced dependency constraints into consuming builds
2025-01-07 01:12:43
2532
A minimal reproducible build.gradle:apply plugin: 'java'dependencies { testImplementation platform('org.springframewo...
上一页
下一页
1
…
2010
2011
2012
2013
2014
…
2246
.