Nineya
Home
Blog
SpringBoot After 2.2.0.release ,@CrossOrigin Access-Control-Allow-Origin responded twice
2025-01-06 18:39:35
3343
I used to use version 2.1.3 before. Today, after upgrading to 2.3.3, the browser CORS reported that it had responded to ...
SpringBoot Polish
2025-01-06 18:39:22
52
This PR fixes some typos and polishes trivial stuff.
SpringBoot RSocketPortInfoApplicationContextInitializer can throw NPE
2025-01-06 18:39:16
1676
RSocket supports transports that do not require networking (rsocket-local-transport). As such, when I implementated RSoc...
SpringBoot Exclude hibernate-jpa-2.1-api from data-jpa
2025-01-06 18:39:07
407
This dependency duplicates the classes from jakarta.persistence:jakarta.persistence-apiComment From: wilkinsonaThanks fo...
SpringBoot Support loading external configuration from files with no file extension
2025-01-06 18:39:00
515
See https://github.com/microsoft/azure-spring-boot/issues/926 and https://github.com/spring-projects/spring-boot/issues/...
SpringBoot Fail if import locations are not found
2025-01-06 18:38:54
1547
It's very easy to mistype a spring.config.import and have it silently fail. It would probably be better to throw an exce...
SpringBoot HttpRequestConfigTokenProvider getToken() returns null when call to the Config Server is made using ReloadableResourceBundleMessageSource.
2025-01-06 18:38:47
3337
@Overridepublic String getToken() { HttpServletRequest request = httpRequest.getIfAvailable(); if (request == null...
SpringBoot Endpoints for liveness and readiness are changed in Spring Boot 2.3.3
2025-01-06 18:38:37
10691
Recently, there have been a lot of issues with the liveness and readiness probes in Spring Boot, see for instance https:...
SpringBoot Cassandra-related integration tests are flaky
2025-01-06 18:38:30
226
DataCassandraTestWithIncludeFilterIntegrationTests.testService() failed recently as the init query timeout popped. Simil...
SpringBoot Provide a configuration property for Kafka listener container's idleBetweenPolls
2025-01-06 18:38:24
797
In my experience people sometimes need to control their consumption rate.Spring kafka support this: https://github.com/s...
SpringBoot Update transaction auto-configuration to backoff if a TransactionManager is defined
2025-01-06 18:38:17
1366
Spring Framework 5.2 has introduced a parent for the PlatfromTransactionManager that's also a parent for the newly intro...
SpringBoot Add support for streaming responses from actuator web endpoints
2025-01-06 18:38:10
1753
https://github.com/spring-projects/spring-boot/pull/21296 describes a use case for streaming a response from an actuator...
SpringBoot Filter test resources
2025-01-06 18:37:35
1788
It would be usefull to filter application*.yml in test resources by adding to Spring Boot parent POM:<build> &l...
SpringBoot spring-boot-starter-validation should use jakarta.el:jakarta.el-api instead of org.glassfish:jakarta.el
2025-01-06 18:37:29
388
The official artifact of Jakarta Expression Language is jakarta.el:jakarta.el-api as can be seen in their github project...
SpringBoot Checkstyle illegal package imports rule for Apache commons does not work
2025-01-06 18:37:19
945
We have a rule to prevent imports on several Apache Commons project using the following regex ^org\.apache\.commons\.(?!...
SpringBoot configuration properties R2dbcProperties.pool are not bound
2025-01-06 18:37:13
1081
With this application.yaml ...spring: r2dbc: url: "..." pool: initial-size: 5 validation-quer...
SpringBoot Saml2RelyingPartyAutoConfiguration should use RelyingPartyRegistrations
2025-01-06 18:37:04
1852
Like ClientRegistrations in Spring Security's OAuth 2.0 support, Spring Security's SAML 2.0 support can now prepare a Re...
SpringBoot Dependency convergence error for nimbus-jose-jwt when depending on spring-boot-starter-oauth2-client
2025-01-06 18:36:57
833
Fixes #22947Comment From: pivotal-issuemaster@ThomasKasene Please sign the Contributor License Agreement!Click here to m...
SpringBoot Freemarker is configured to prefer filesystem access by default
2025-01-06 18:36:50
3136
If I write a test that loads a template under src/main/resources/templates it works fine. If I then create a template un...
SpringBoot spring.profiles.active incorrect override
2025-01-06 18:36:43
3803
Spring Boot version: 2.1.7.RELEASE Java version: 11App server: WildFly Full 17.0.1.FinalI set spring.profiles.active via...
上一页
下一页
1
…
2124
2125
2126
2127
2128
…
2246
.