Nineya
Home
Blog
软著申请
SpringBoot PropertiesLdapConnectionDetails should not be public
2025-01-07 22:01:02
369
This PR changes to make the PropertiesLdapConnectionDetails package-private as given that the other Properties...Connect...
SpringBoot memory overflow in org.springframework.boot.loader.LaunchedURLClassLoader
2025-01-07 22:01:00
1491
spring boot version: 2.3.6.RELEASEThe application's memory footprint was always high, so I downloaded the memory dump fi...
SpringBoot Upgrade Cassandra driver to 4.18.0 and change coordinates from com.datastax.oss to org.apache.cassandra
2025-01-07 22:00:51
651
As per https://github.com/spring-projects/spring-data-cassandra/issues/1467 and https://lists.apache.org/thread/mnvf77vs...
SpringBoot Add more gap between the orders of CloudFoundryVcapEnvironmentPostProcessor and ConfigDataEnvironmentPostProcessor
2025-01-07 22:00:48
829
CloudFoundryVcapEnvironmentPostProcessor's order is set to ConfigDataEnvironmentPostProcessor.ORDER - 1 to give it high...
SpringBoot JDK22 and GraalVM spring-boot:3.2.4:build-image failed: Builder lifecycle 'creator' failed with status code 51
2025-01-07 22:00:46
8326
Hello team,I would like to reach out to report a possible issue with spring boot 3.2.4, building native image with graal...
SpringBoot Shorten fragment links
2025-01-07 22:00:43
467
Our existing fragment links are too long and can be shortened now that we no longer publish a single page HTML document....
SpringBoot Replacement for 'fork' on spring-boot-maven-plugin
2025-01-07 22:00:40
4219
The problem is that we need to run the e2e tests (Cucumber) with some stubs and the Spring config server.Stubs and confi...
SpringBoot x-www-form-urlencoded escaping leads to truncated request
2025-01-07 22:00:38
2569
In Spring Boot Web, starting from version 3.2.0, there is an issue where the request body is truncated if it contains ch...
SpringBoot Add new ConditionalOnAnnotation for conditional bean loading
2025-01-07 22:00:35
1580
This commit introduces the ConditionalOnAnnotation, a custom conditional annotation that enables bean registration based...
SpringBoot Error to generate a container image using BuildPack, java 22 and SpringBoot 3.2.4
2025-01-07 22:00:32
14288
Spring Boot 3.2.4Java version 22Build container image using BuildPackHow to reproduce: Download the code from Spring Ini...
SpringBoot spring boot 3.2.4 version use pulsar 3.1.3 version , but i not want use 3.1.3 version , i want use pulsar 3.2.1 version , how do ?
2025-01-07 22:00:27
6949
in my idea parent module use bottom config:<parent> <!-- 从SpringBoot继承默认的配置 --> <groupId>org.spr...
SpringBoot Actuator configuration for endpoint exposure is overly complicated
2025-01-07 22:00:24
9864
Hello 👋 At the risk of sounding a bit slow, I'd like to raise awareness of something that's bothering me a little: The s...
SpringBoot 3.0 migration guide does not link to Spring Data
2025-01-07 22:00:21
2095
When upgrading an application that uses Spring Data to 3.0, one recurrent problem is repository methods disappearing as ...
SpringBoot Unsupported Media Type (415) in POST request after upgrading to 3.2.3
2025-01-07 22:00:19
5348
Currently, I have a REST service (user-service) running with:Java 17Spring Boot: 3.1.4 -> Jackson library: 2.15.2 -&g...
SpringBoot Do not use okhttp client
2025-01-07 22:00:16
1232
In my project, Okhttp exists in the classpath. Therefore, when initializing RestTemplate, OkHttp is selected from Client...
SpringBoot MethodArgumentNotValidException not raised anymore for jakarta validation
2025-01-07 22:00:13
5216
In the version of Springboot 3.2.1, following worked:class with jakarta.validation.constraints.Size annotation on a fiel...
SpringBoot CassandraDataAutoConfiguration's constructor should not require a CqlSession connection
2025-01-07 22:00:11
753
The constructor for CassandraDataAutoConfiguration requires a CqlSession connection (provided in CassandraAutoConfigurat...
SpringBoot Failed to parse docker JSON
2025-01-07 22:00:08
6655
Getting com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'name': was expecting (JSON String, Number, Ar...
SpringBoot Add Javadoc since to WebEndpointTest.Infrastructure
2025-01-07 22:00:05
197
This PR adds a Javadoc @since to the WebEndpointTest.Infrastructure.See gh-32054Comment From: wilkinsonaThanks, @izeye, ...
SpringBoot Upgrade gradle from 7.6.4 to 8.7
2025-01-07 22:00:02
266
Upgrade gradle from 7.6.4 to the latest new major version - 8.7Comment From: wilkinsonaThanks, but there's quite a bit m...
上一页
下一页
1
…
1709
1710
1711
1712
1713
…
2246
.