SpringBoot No matching TransactionManager bean found for qualifier 'reactiveTransactionManager' - neither qualifier match nor bean name match!

The following error occurred when I used springboot (2.4.2) to connect neo4j:org.springframework.beans.factory.NoSuchBea...

SpringBoot Support zip64 format executable archives

I first wrote this in the Gradle forum, and they recommended me transfer it to here.I wasn't able to execute the war gen...

SpringBoot Run system tests on Java 17

With the release of Gradle 7.2-rc-1 it should now be possible to run our system tests on Java 17.Comment From: wilkinson...

SpringBoot javassist NullPointerException(at javassist.util.proxy.SecurityActions.setAccessible(SecurityActions.java:103))

Hi everyone.How to fix this bug.When a ran code with Java 11.0.2 and using deploy with tomcat 9.0.14, below error has oc...

SpringBoot [Mongo-Spring] Enhancement make @Id annotation be also a function or make it easier

Spring boot : 2.5.4Java : 16WhatPlease make a function available like @ Id Annotation Why ?I want to "bind" mongodb with...

SpringBoot HttpServletRequest.getParameter() of spring boot HandlerInterceptor returns null

I am overriding preHandle() method of Spring boot HandlerInterceptor. When I am invoking getParameter() method on HttpSe...

SpringBoot Image built by bootBuildImage crashes (Java 8)

The image built by ./gradlew bootBuildImage shows the error messages below.This error seems to be related by the release...

SpringBoot Docker run failed when creating container with spring-boot:build-image in java 8

Spring Boot version: 2.5.5Java Version: 1.8 (No issue when using Java 11)Issue with the maven spring-boot plugin for goa...

SpringBoot Actuator content negotiation handles a single Accept header with multiple values incorrectly

When the underlying web framework returns a single value for the Accept header that contains a comma-separated list of v...

SpringBoot ElasticsearchReactiveHealthIndicator can fail if ReactiveElasticsearchClient has custom header configuration

This PR changes the implementation of the ElasticsearchReactiveHealthIndicator class. In version 4.2.0 of Spring Data El...

SpringBoot Gradle tests show shutdown hook logs in Spring Boot >=2.5.1

In my Kotlin project, the logging shutdown hook doesn't seem to be registered in the tests as of Spring Boot 2.5.1. In 2...

SpringBoot Longer startup time after postgresql driver 42.2.23 upgrade in Spring Boot 2.5.3

I notice a strong degradation of startup time when updating my application from Spring Boot 2.5.2 to 2.5.3. The issue is...

SpringBoot NoSuchMethodError from oracle.ucp.jdbc.PoolDataSource.getPassword() when deriving a DataSource from a UCP PoolDataSourceImpl

PoolDataSource is an interface and the getPassword() method has been deprecated. It appears to be a default method that ...

SpringBoot ClassNotFoundException com.sun.xml.internal.bind.v2.ContextFactory

I think, that this is a bug.I migrate application from earlier version of Spring Boot and java 8 to 2.3.2.RELEASE and J...

SpringBoot Log ready time under 'spring.boot.application.ready' rather than 'spring.boot.application.running'

Currently SpringApplicationRunListeners logs ready time using spring.boot.application.running. I think we should change ...

SpringBoot Provide a specific exception and failure analysis for situations where more than one mutually exclusive configuration property has been configured

It'd be useful for https://github.com/spring-projects/spring-boot/pull/27992.Comment From: wilkinsonaHere's an example o...

SpringBoot Add Spring Integration default poller auto-config

When polling consumers or source polling channel adaptersare used in Spring Integration applications, they requiresome p...

SpringBoot Expose database initialization settings creator

~~I've created a class to provide exposing of SettingsCreator#createFrom. As it is now public, name SettingsCreator is n...

SpringBoot Batch apps with failed jobs should be able to return a non zero exit code

Currently if a Spring Batch Job's ExitStatus.ExitCode is FAILED the Boot application ends with a 0 exit code. However w...

SpringBoot Don't include spring-boot-loader.jar and spring-boot-jarmode-layer-tools.jar files in the source jar of spring-boot-loader-tools

The source jar for spring-boot-loader-tools currently includes the standard (not source) jars for spring-boot-loader and...
上一页 下一页
.