SpringBoot Add support for InfluxDB 2.x

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

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

Through this change,Spring boot is setting its idleTimeout property for netty server to infinite.This is done by introdu...

SpringBoot Polish

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

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

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

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

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

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

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?

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

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

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

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

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

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?

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

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

Setting gson as the preferred mapper via the spring.mvc.converters.preferred-json-mapper config property has the effect ...

SpringBoot problem of MongoDB

In version of 2.5.x,I use @GeoSpatialIndexed in entity,but it doesn't work and it throws exception "geonear needs 2d or...
上一页 下一页
.