SpringBoot Error ResultSet Mapper JDBC Unsupported character encoding 'CP1252' Native Image

I get this error after runing a native image. Unsupported character encoding 'CP1252'Spring Boot 3.0.2Java 17Mysql 5.7Ub...

SpringBoot Allow different log level for FILE and CONSOLE appender

Fix gh-32075.Notice jul isn't supported yet.With this patch, we can set different log level for console and file append...

SpringBoot fix InMemoryUserDetailsManager: encode password if encoder is available

The InMemoryUserDetailsManager should encode generated password if the password encoder is provided.Comment From: wilkin...

SpringBoot Allow JMX Registration Policy to be set

Currently the JmxAutoconfiguration sets the RegistrationPolicy to FAIL_ON_EXISTING. However there can be situations wher...

SpringBoot Add Nomad to cloud platforms

This PR adds support for detecting Nomad as cloud platform. I added this so I can add Nomad-specific configuration with:...

SpringBoot Provide mechanism for just mapping an exception to a status code and use the default error handling afterwards

If an exception is directly annotated with @ResponseStatus(HttpStatus.NOT_FOUND) the default error page handling works a...

SpringBoot Building native image on Windows 10/11 - Docker (4.16.3) randomly hangs with paketo buildpack

Helloi'm having a hard time building a docker image from a spring boot application with packeto and spring-boot-maven-pl...

SpringBoot Auto-configure BatchInterceptor on the default ConcurrentKafkaListenerContainerFactory

As discussed in #32950, this auto-configures the default ConcurrentKafkaListenerContainerFactory with the single candida...

SpringBoot Support setting more properties of KafkaAdmin through external configuration

Hi, this PR adds the following configurable properties of KafkaAdmin :closeTimeoutoperationTimeoutautoCreateCloses gh-32...

SpringBoot Replace Base64Utils with JDK's Base64

This PR replaces Framework's Base64Utils with JDK's Base64 as it has been deprecated in https://github.com/spring-projec...

SpringBoot Remove EnabledForJreRange.min in PaketoBuilderTests

This PR removes unnecessary @EnabledForJreRange min attribute in the PaketoBuilderTests.Comment From: mhalbritterThank y...

SpringBoot Hazelcast auto-configuration loads configuration from custom locations without overriding and from default locations with overriding

use the hazelcast Config.loadConfig() which in turn calls Config.applyEnvAndSystemVariableOverrides() to override the lo...

SpringBoot Can not custom MySQL version for v2.7.8

For v3.0.2 we can still custom MySQL version byext { set('mysql.version', '5.1.49')}but for version v2.7.8 we can not c...

SpringBoot Property Override not Working For YML Files.

Spring Boot Version:1.5.10When I try to override a property in application.yml file while executing some tests, applicat...

SpringBoot Add Micrometer Tracing's CompositeSpanExporter

Micrometer Tracing comes with 3 generic interfaces, SpanExportingPredicate, SpanReporter and SpanFilter, thanks to which...

SpringBoot Add property headers in OtlpProperties

In Micrometer 1.11, headers property has been introduced.See https://github.com/micrometer-metrics/micrometer/pull/3600C...

SpringBoot Updated the docker url version

33983Comment From: wilkinsonaThanks for the PR but we prefer to process single-line version upgrades like this ourselves...

SpringBoot AutoConfiguration for Declarative Counter API in Micrometer

SynopsisAs part of this PR, Micrometer now supports a new annotation based and more declarative API to define Counters. ...

SpringBoot jshell-compatibility of JAR/WAR files

Hello. I am trying to run a jshell with a system classloader containing the classes from a fat-jar produced by the gradl...

SpringBoot A java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy was thrown when killing my app

“kill pid” to stop my app throws the exception as below:Exception in thread "Thread-7" java.lang.NoClassDefFou...
上一页 下一页
.