SpringBoot GH-39732 Update description of virtual threads

Comment From: wilkinsonaThanks for the PR but this is just a copy-paste of what's proposed in the issue. It's easier and...

SpringBoot foo test coverage for actuator ui somoke test

beforeafterFormat calibration performedComment From: wilkinsonaThanks for the proposal. From a smoke test perspective, t...

SpringBoot Default SpringBootTest to "spring.main.banner-mode=off"

Right now, tests driven by @SpringBootTest whirr up an application and a side effect is the spring boot logo in the logs...

SpringBoot "micrometer.observations.*" configuration properties should be "management.observations.*"

Introducing the micrometer.observations.annotations.enabled configuration property in that namespace was a mistake intro...

SpringBoot Nested jar URLs can not be resolved if the path contains spaces

URL can contains empty spaced encoded as %20, so it should be decoded before passing it to NestedLocation. NestedLocatio...

SpringBoot Supports negated matching conditions such as @ConditionalOnProperty

For @ConditionalOnProperty, It cannot express a property does not exist or not equal to specific value, we could introdu...

SpringBoot Creation of auto-configured DataSource fails when using UCP and the environment contains a non-enumerable property source such as JndiPropertySource

Spring boot fails to start when using UCP and Spring Boot 3.1.5 with JndiPropertySource enabled.This happens because UCP...

SpringBoot Order of applying and resolving within LoggingSystemProperties

This issue is reproducible in latest release 3.2.0 when using Logback with custom logback-spring.xml like:<?xml versi...

SpringBoot 403 FORBIDDEN response after upgrading to springboot 3.0.x

IssueType : BugSpringBoot Version : 3.0.13Problem Description:Http request with invalid MediaTypes in Accept header retu...

SpringBoot Move away from spring.factories for auto-configurations

Using spring.factories to find auto-configuration classes is causing problems with our native work. We initially used it...

SpringBoot @ConditionalOnProperty MatchIfMissing attribute not working as expected

Spring boot version: 3.2.2Scenario: Even though my application.properties did have power.level property, but the bean i...

SpringBoot Upgrade to Hibernate 6.4.4.Final

Comment From: wilkinsonaThis issue is noteworthy as 6.4.4.Final does not work in a native image. We can work around this...

SpringBoot Upgrade to Hibernate 6.4.4.Final

Comment From: wilkinsonaThis issue is noteworthy as 6.4.4.Final does not work in a native image. We can work around this...

SpringBoot Upgrade to Hibernate 6.2.22.Final

Comment From: wilkinsonaThis issue is noteworthy as 6.2.22.Final does not work in a native image. We can work around thi...

SpringBoot Add test coverage for ExampleController

add testHome() test case under SampleActuatorCustomSecurityApplicationTestsBeforeAfterFormat calibration performedCommen...

SpringBoot ServletInitalHandler and WebMvcMetricsFilter setting StatusCodes.INTERNAL_SERVER_ERROR.

We have encountered an issue in our application related to our custom filter Authenticationfilter in the Spring Security...

SpringBoot Spring Boot 3.2.2 new nested jar mechanism does not resolve resources containing space in the path

Hi,after we migrated from Spring Boot 3.1.8 to 3.2.2, our applications installed in path containing empty space suddenly...

SpringBoot Upgrade to Postgresql JDBC 42.6.1

Postgres JDBC 42.6.0 has a highly rated vulnerability reported against it, CVE-2024-1597.Postgres JDBC 42.6.1 was releas...

SpringBoot Allow Jackson StreamReadConstraints to be configured

Jackson 2.15 (v2.15.0-rc1 is out) has a default set of limits that it applies to inputs. Input Files that breach those l...

SpringBoot Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader

I run Spring Boot in a complex resource loading environment, and no matter how I declare the resource loader and start t...
上一页 下一页
.