Nineya
Home
Blog
软著申请
SpringBoot Error ResultSet Mapper JDBC Unsupported character encoding 'CP1252' Native Image
2025-01-07 04:56:28
4445
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
2025-01-07 04:56:25
1783
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
2025-01-07 04:56:23
273
The InMemoryUserDetailsManager should encode generated password if the password encoder is provided.Comment From: wilkin...
SpringBoot Allow JMX Registration Policy to be set
2025-01-07 04:56:20
661
Currently the JmxAutoconfiguration sets the RegistrationPolicy to FAIL_ON_EXISTING. However there can be situations wher...
SpringBoot Add Nomad to cloud platforms
2025-01-07 04:56:18
551
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
2025-01-07 04:56:15
3356
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
2025-01-07 04:56:12
15341
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
2025-01-07 04:56:10
190
As discussed in #32950, this auto-configures the default ConcurrentKafkaListenerContainerFactory with the single candida...
SpringBoot Support setting more properties of KafkaAdmin through external configuration
2025-01-07 04:56:07
158
Hi, this PR adds the following configurable properties of KafkaAdmin :closeTimeoutoperationTimeoutautoCreateCloses gh-32...
SpringBoot Replace Base64Utils with JDK's Base64
2025-01-07 04:56:03
426
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
2025-01-07 04:56:01
123
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
2025-01-07 04:55:58
2458
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
2025-01-07 04:55:55
1632
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.
2025-01-07 04:55:48
1316
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
2025-01-07 04:55:45
705
Micrometer Tracing comes with 3 generic interfaces, SpanExportingPredicate, SpanReporter and SpanFilter, thanks to which...
SpringBoot Add property headers in OtlpProperties
2025-01-07 04:55:42
154
In Micrometer 1.11, headers property has been introduced.See https://github.com/micrometer-metrics/micrometer/pull/3600C...
SpringBoot Updated the docker url version
2025-01-07 04:55:39
121
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
2025-01-07 04:55:35
2970
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
2025-01-07 04:55:33
3014
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
2025-01-07 04:55:30
4324
“kill pid” to stop my app throws the exception as below:Exception in thread "Thread-7" java.lang.NoClassDefFou...
上一页
下一页
1
…
1852
1853
1854
1855
1856
…
2246
.