Nineya
Home
Blog
SpringBoot Spring Web Flow starter
2025-01-07 02:56:07
10154
Create a starter for SWF to be able to easily integrate SWF configs into Boot apps. Not sure what it would look like, bu...
SpringBoot Simplify registration of Jackson mixin types
2025-01-07 02:56:02
1523
A common way to customize JSON representations with Jackson is to register mixin types. The currently most convenient wa...
SpringBoot Enhancement: properties for allow/deny on WebDataBinder
2025-01-07 02:55:58
1538
Not specifically for but certainly related to SONATYPE-2022-1764 https://blog.sonatype.com/new-0-day-spring-framework-vu...
SpringBoot Upgrade to Jackson 2.13.2.1
2025-01-07 02:55:55
3974
Comment From: breunSpring Boot Dependencies 2.6.6 manages jackson-bom.version at version 2.13.2.20220328, which manages ...
SpringBoot @ConditionalOnBean is inconsistent
2025-01-07 02:55:51
9079
I had a problem that a @Service I created with @ConditionOnBean had an error that this very bean is required to created ...
SpringBoot Upgrade to Hibernate 5.6.8.Final
2025-01-07 02:55:48
483
Comment From: TomerMadmonHi @snicoll Does this change fixing the StartingWith issue?Thanks in advanceTomerComment From: ...
SpringBoot toolchain not working when fork=false
2025-01-07 02:55:44
630
When configuring the boot plugin in fork=false (not default). The toolchains plugin has not effect and does not behave t...
SpringBoot Deprecate Atomikos support
2025-01-07 02:55:40
38898
Raised this issues for dependency upgrade because the latest open source (free) version (5.0.6) is available since Dec 1...
SpringBoot Consider moving LocalServerPort
2025-01-07 02:55:15
167
It feels like it should be in org.springframework.boot.web.context next to the ServerPortInfoApplicationContextInitializ...
SpringBoot Support only a single username and password for DataSource initialization
2025-01-07 02:55:11
1550
DataSource initialization currently supports separate username and password credentials for DDL (schema) and DML (data) ...
SpringBoot When Actuator's running on top of Spring MVC a WebEndpointResponse<Mono> response is not serialised correctly
2025-01-07 02:55:07
4349
The Actuator's endpoints are registered with Spring MVC through this handler method:https://github.com/spring-projects/s...
SpringBoot Boot v2.6.x breaks Mockito from v4.5.x
2025-01-07 02:55:04
7331
Using Mockito v4.5.0 (and 4.5.1) together with spring-boot-dependencies v2.6.7 throws this exception:It seems like you a...
SpringBoot BatchDataSourceScriptDatabaseInitializer does not find the Oracle schema scripts
2025-01-07 02:55:00
867
The script's been renamed in 5.0.0-M2 so we won't find it any more. Ideally, a test would have caught this when we upgra...
SpringBoot Improve testing of BatchDataSourceScriptDatabaseInitializer's schema resolution
2025-01-07 02:54:56
158
While #30564 only applies to 3.0, I think it's worth improving the tests in 2.6.x – where BatchDataSourceScriptDatabaseI...
SpringBoot Add WebClient based sender for Zipkin
2025-01-07 02:54:53
1141
We already have a RestTemplate based sender for Zipkin, we should add a WebClient based one, too. We can take the code f...
SpringBoot Hibernate service loading logs HHH000505 warnings for ServiceConfigurationError with Gradle-built jars since 2.5.10 when using Java 11 or later
2025-01-07 02:54:48
6868
Hi,after upgrading an internal customer project today from Spring-Boot 2.5.9 to 2.5.11 I noticed a malfunction of what I...
SpringBoot NVD reports CVE-2022-22965 for spring-boot 2.6.7
2025-01-07 02:54:45
1479
Hi, nvd.nist.gov seems to be reporting Spring4Shell vulnerability incorrectly. When we use the dependency-check-maven Ma...
SpringBoot spring.security.saml2.relyingparty.registration.*.asserting-party.* properties contain unwanted hyphen in asserting-party
2025-01-07 02:54:39
403
We try to avoid hyphens in property prefixes, reserving their use for the property's name. To align with this, spring.se...
SpringBoot DevTools sets deprecated spring.mustache.cache property
2025-01-07 02:54:36
724
Spring Boot 2.7 RC1, on startup, issues the following warning:The use of configuration keys that have been renamed was f...
SpringBoot Cryptic startup failure with bare LOGGING_LEVEL environment variable
2025-01-07 02:54:32
2607
Spring Boot supports configuring logging levels using environment variables, as described in https://docs.spring.io/spri...
上一页
下一页
1
…
1942
1943
1944
1945
1946
…
2246
.