Nineya
Home
Blog
SpringBoot Add support for InfluxDB 2.x
2025-01-07 01:01:36
823
There is a new client API for Influx 2.x (that's also compatible with 1.8.x). The new client is in a different package s...
SpringBoot Spring Boot logging and missing traces
2025-01-07 01:01:32
2301
I think there is a bug / problem in the way Spring Boot configures logging with Logback.Using Spring Boot 2.4.8 and Spri...
SpringBoot Add configuration property for Reactor Netty's idle timeout
2025-01-07 01:01:28
251
Through this change,Spring boot is setting its idleTimeout property for netty server to infinite.This is done by introdu...
SpringBoot Polish
2025-01-07 01:01:25
101
This PR fixes some typos and polishes trivial stuff.Comment From: wilkinsonaThanks very much, @izeye!
SpringBoot Deprecate SpringPhysicalNamingStrategy in favor of Hibernate 5.5's CamelCaseToUnderscoresNamingStrategy
2025-01-07 01:01:21
262
When https://github.com/hibernate/hibernate-orm/pull/4098 is merged and released we should consider dropping SpringPhysi...
SpringBoot Upgrade to Spring Data 2021.0.3
2025-01-07 01:01:04
709
Comment From: mp911deProject Dependencies Spring Data 2021.0.3Cassandra Driver (com.datastax.oss:java-driver-bom): 4.11....
SpringBoot Rework Jetty10Http2OverTlsTests to allow them to compile with Java 8
2025-01-07 01:00:55
147
Disabling compilation works well on the command line and with Eclipse's JDT compiler but causes problems in IntelliJ whe...
SpringBoot Upgrade to Spring Data 2020.0.11
2025-01-07 01:00:51
520
Comment From: mp911deProject Dependencies Spring Data 2020.0.11Cassandra Driver (com.datastax.oss:java-driver-bom): 4.9....
SpringBoot Without AspectJ, using @EnableGlobalMethodSecurity causes JDK proxies to be used by default
2025-01-07 01:00:45
7302
This is a followon to #16398, which was closed due to lack of reproducability, based on research for spring-projects/spr...
SpringBoot When the AOP autoconfiguration is turned off with attribute spring.aop.auto=false, it is ineffective to open the JDK agent with @EnableAspectJAutoProxy
2025-01-07 01:00:42
3237
When the AOP autoconfiguration is turned off with attribute spring.aop.auto=false, it is ineffective to open the JDK age...
SpringBoot How to edit .properties files with Spring Boot 2.5.2?
2025-01-07 01:00:33
4537
I have 3 .sql files:drop.sql (reset the DBMS every time I start the webapp)schema.sql (contains the DBMS schema)data.sql...
SpringBoot Add property for reactor-netty server idleTimeout
2025-01-07 01:00:30
1290
Add a configuration property for reactor-netty server's idleTimeout.Property name: server.netty.idle-timeoutProperty typ...
SpringBoot Test integration between Spring Boot image building and Paketo buildpacks
2025-01-07 01:00:26
1993
We'd like to introduce a new set of tests that verify the integration between the Spring Boot image building plugins and...
SpringBoot Add CI pipeline for JDK 17
2025-01-07 01:00:22
517
Hi,I'm at a point where my local tests are green (well, apart from some flaky Docker tests). The next step for official ...
SpringBoot Add @WebServiceServerTest annotation that can be used when testing SOAP server
2025-01-07 01:00:15
1410
Add @WebServiceServerTest and related test auto-configuration to allow slice testing of Spring Web Service server applic...
SpringBoot Disable failing Gradle plugin tests on JDK 17
2025-01-07 01:00:11
805
Hi,this is the last open item before we can create a JDK 17 pipeline - see #26767.I wanted to make an effort to not just...
SpringBoot Include spring-r2dbc?
2025-01-07 01:00:07
822
Probably the Spring Boot team is already keeping track of this internally, but org.springframework:spring-r2dbc was intr...
SpringBoot spring.webflux.base-path did not work in spring boot 2.5.2
2025-01-07 01:00:03
1259
spring boot version: 2.5.2java version: jdk 11maven : only webflux<dependency> <groupId>org.springfram...
SpringBoot Setting Gson as preferred mapper breaks controller methods returning JSON Strings
2025-01-07 00:59:58
2458
Setting gson as the preferred mapper via the spring.mvc.converters.preferred-json-mapper config property has the effect ...
SpringBoot problem of MongoDB
2025-01-07 00:59:54
576
In version of 2.5.x,I use @GeoSpatialIndexed in entity,but it doesn't work and it throws exception "geonear needs 2d or...
上一页
下一页
1
…
2018
2019
2020
2021
2022
…
2246
.