Nineya
Home
Blog
springboot Application Run failed java.lang.NoClassDefFoundError
2025-01-06 09:38:50
1001
I am upgrading my spring boot app (fro 1.x to 2.x). I am getting below exception while deploying the App in WAS server.(...
springboot Spring Boot and Spring Data Rest - java.lang.IllegalAccessError
2025-01-06 09:38:44
3738
Under WildFly 10.1.0.Final I am getting:java.lang.IllegalAccessError: class org.springframework.data.rest.webmvc.Reposit...
springboot Bean class placeholders doesn't work in 2.2.1.RELEASE
2025-01-06 09:38:37
529
Previously (in 2.1.10.RELEASE and below) it was possible to use placeholders in place of bean class:< bean id="s...
springboot Kafka 2.5.0 with 2.2.6 spring boot
2025-01-06 09:38:31
924
Caused by:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'spring.kafka-org.sprin...
springboot Spring Boot cli: provide examples using Mongodb
2025-01-06 09:38:24
829
Feature request: There are plenty of docs for using mongo with spring boot, but none with spring boot cliThe spring boot...
springboot Spring Boot 2.2.6
2025-01-06 09:38:18
1285
When I use spring boot of version 2.2.6, I also use spring boot starter data redis.At this time,using fastjson does not ...
springboot Add Period converter support
2025-01-06 09:38:11
534
As suggested by @odrotbohm, It would be nice to have a Period converter similar to the Duration one we provide. Comment ...
springboot Binder @DefaultValue does not work with PropertyEditor converters
2025-01-06 09:38:05
15247
Version informationSpring-boot version: 2.2.6.RELEASEIssue reproduction and actual resultI have some simple constructor-...
springboot Remove deprecated configuration properties
2025-01-06 09:37:58
1085
Hi,I just noticed that the deprecated server.connection-timeout was deprecated in 2.1.x already (see #18473) . While rel...
springboot Staging release fails with parent path issue
2025-01-06 09:37:52
507
[FATAL] Non-resolvable parent POM for com.example:test-spring-boot-2.3.0:0.0.1-SNAPSHOT: Could not transfer artifact org...
springboot Managed JDBC driver is not deregistered on context shutdown
2025-01-06 09:37:46
24649
Hi,I created a new Spring Starter Project in STS (3.6.3.SR1 for Mac) with no code changes and ...pom.xml<?xml version...
springboot Add InputStreamSourceToByteArrayConverter
2025-01-06 09:37:39
347
It would be useful if the ApplicationConversionService could convert between InputStreamSource instances (for example a ...
springboot In an immutable @ConfigurationProperties object nested properties object is null when no nested property specified
2025-01-06 09:37:33
2837
Version informationSpring-boot: 2.2.6.RELEASEReproductionI have an immutable @ConfigurationProperties class with nested ...
springboot Only enable flaky test support on CI
2025-01-06 09:37:26
36
Having them locally can be annoying.
springboot Maven plugin examples for build-image command line properties are incorrect
2025-01-06 09:37:18
676
The 2.3.0.M4 docs contain these examples: $ mvn spring-boot:build-image -Dspring-boot.build-image:builder=mine/java-cnb-...
springboot Improve handling of cancelled requests when publishing WebClient metrics
2025-01-06 09:37:11
6264
Currently, MetricsWebClientFilterFunction does handle the signal via doOnEach() method. When a timeout cancels the pipel...
springboot Upgrade to Flyway 6.3.3
2025-01-06 09:36:58
45
Comment From: wilkinsonaSuperseded by #21269.
springboot Enable transaction auto-configuration when using @DataMongoTest and there is a MongoTransactionManager bean
2025-01-06 09:36:52
6276
Using @DataMongoTest currently does not enable auto-configuration for transactions which means that tests for transactio...
springboot Do not auto-create IMDG instance when Jet is present
2025-01-06 09:36:45
4031
Spring Boot automatically creates a Hazelcast instance when either Config bean exist or when it finds a configuration fi...
springboot Fix checkstyle violation
2025-01-06 09:36:37
380
Hi,commit 1abe0f16d0575e53464182935e6ba8a7646fd265 has introduced two checkstyle violations, which this PR fixes.Cheers,...
上一页
下一页
1
…
2178
2179
2180
2181
2182
…
2246
.