Nineya
Home
Blog
springboot Not Able to increase Hikari maximum connection limit size
2025-01-06 09:14:41
4648
using spring-boot-starter-data-jpa version 2.2.4. releasespring-cloud-dependencies Greenwhich.SR1Enabled below propertie...
springboot Running "format" in buildSrc isn't possible when there are errors
2025-01-06 09:14:34
1373
Hi,I just noticed that running ./gradlew format doesn't work, when there are errors that it should correct.E.g. in https...
SpringBoot Make @ConditionalOnProperty and @ConditionalOnBooleanProperty @Repeatable
2025-01-06 09:14:28
1563
I have a class that requires a couple of configuration properties to be set in order to instantiate a service, and also ...
springboot Use infinispan-hibernate-cache instead of hibernate-infinispan?
2025-01-06 09:14:21
2889
It looks like hibernate-infinispan is going to be deprecated and going forward we should prefer to use infinispan-hibern...
springboot Dynamic Code Evaluation: Unsafe Deserialization (Spring Boot 2) - how to avoid actuator related fortify issue, or is it a false positive?
2025-01-06 09:14:14
1112
Dynamic Code Evaluation: Unsafe Deserialization (Spring Boot 2) - how to avoid actuator related fortify issue, or is it ...
springboot Yaml with special maven resource delimiter will get parsing error during devtools automatic restart
2025-01-06 09:14:08
564
IssueWith latest Spring Boot v1.5.2:If the application.yml file contains special maven resource delimiter "@", during au...
springboot Fast Restart will not respect the changing of maven resource delimiter for YAML configuration file
2025-01-06 09:14:01
1164
IssueThis is the follow up of the issueshttps://github.com/spring-projects/spring-boot/issues/8438https://github.com/spr...
springboot Simplify application file encoding detection
2025-01-06 09:13:55
784
simplify application file encoding detection,return directly when the condition is not metComment From: snicollThanks fo...
springboot Polish
2025-01-06 09:13:46
52
This PR fixes some typos and polishes trivial stuff.
springboot Switch docker upgrade script to submit issue rather than pull-request
2025-01-06 09:13:41
1562
Comment From: dreis2211May I ask why, @philwebb ? Given that the initial call was made in favor of a PR.Comment From: mb...
springboot SpringBootTests fails after upgrading from 2.1.9 to 2.2.2 with org.h2.jdbc.JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation
2025-01-06 09:13:34
36473
I have a project that uses h2 in-memory database, I use data-h2.sql to load initial lookup data while project is starti...
springboot Upgrade Java 11 version in CI image
2025-01-06 09:13:26
134
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11...
springboot Upgrade Java 11 version in CI image
2025-01-06 09:13:21
134
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11...
springboot Upgrade Java 11 version in CI image
2025-01-06 09:13:15
134
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11...
springboot Support liveness and readiness state for Kubernetes
2025-01-06 09:13:09
28726
The new health indicator groups feature in Spring Boot 2.2 allows to create arbitrary health indicator groups. It would ...
springboot Switch docker upgrade script to submit issue rather than pull-request
2025-01-06 09:13:02
42
Forward port of issue #20976 to 2.3.0.RC1.
springboot Switch docker upgrade script to submit issue rather than pull-request
2025-01-06 09:12:56
38
Forward port of issue #20976 to 2.2.7.
springboot Annotation processor for auto configuration classes
2025-01-06 09:12:50
1369
Just an idea. How about having an annotation processor that populates spring.factories entries for auto configuration cl...
springboot Rewrite Actuator MVC adapter layer for Servlet Functional Endpoints
2025-01-06 09:12:43
2328
The Actuator MVC adapter layer is based on the MVC annotation model (especially AbstractWebMvcEndpointHandlerMapping, wh...
springboot @SpringBootTest not picking classes annotated by @Named with a constructor
2025-01-06 09:12:37
1516
@SpringBootTest(classes = ...) does not seem to pick classes annotated by JSR-330 @Named if they have a constructor. It ...
上一页
下一页
1
…
2185
2186
2187
2188
2189
…
2242
.