Nineya
Home
Blog
SpringBoot Align default values for Cassandra's throttling properties
2025-01-06 21:03:18
1619
A number of properties in spring.data.cassandra.request.throttler have a default value in Spring Boot but their counterp...
SpringBoot Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension
2025-01-06 21:03:11
152
This PR fixes Javadoc @since tag for ConfigurationPropertiesReportEndpointWebExtension.See gh-24718Comment From: snicoll...
SpringBoot Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ
2025-01-06 21:03:03
218
In order to make sure that Jooq is used when flyway andliquibase beans are created and migrations are done,DslContextDep...
SpringBoot Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin
2025-01-06 21:02:52
386
The documentation doesn't make any recommendation at the moment, other than documenting the maven plugin before the mave...
SpringBoot Incorrect detection of Amazon Redshift
2025-01-06 21:02:44
2258
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
SpringBoot tomcat ssl jks keystore password not longer works after upgrade to 2.3.6
2025-01-06 21:02:37
4739
Hi After upgrade to 2.3.6 tomcat ssl keystore password no longer works server: port: 10002 ssl: key-store: xxx.jks ...
SpringBoot Fix MariaDB driver product name
2025-01-06 21:02:30
522
Fix MariaDB driver product name issue : https://github.com/spring-projects/spring-boot/issues/25127Comment From: snicoll...
SpringBoot Application freezes during startup if profile not found in logback-spring.xml
2025-01-06 21:02:24
2605
When there is a logback-spring.xml file available, if no logging config is given for the current run context, the applic...
SpringBoot Document Kafka Streams metrics support
2025-01-06 21:02:17
89
This PR documents Kafka Streams metrics support.Comment From: snicollThanks again @izeye
SpringBoot Auto-configure javax.jms.ExceptionListener
2025-01-06 21:02:03
118
See https://github.com/spring-projects/spring-framework/issues/22102Comment From: snicollClosing in favor of PR #25278
SpringBoot Using a database from Testcontainers requires explicit usage of ContainerDatabaseDriver
2025-01-06 21:01:57
10549
Used version: Spring Boot 2.4.1I'm using a MariaDB test container from the Testcontainers project. They say in the JDBC ...
SpringBoot Spring core 5 is not starting on tomcat 10
2025-01-06 21:01:50
24955
When I deploy my Spring Core application to the old tomcat 8, everything works just fine, application is deployed and al...
SpringBoot add configuration for maven-plugin to exclude provided scope dep.
2025-01-06 21:01:43
1217
Let's talk about more about the spring-boot-maven-plugin for provided scope in #8005 .In out project, there many not use...
SpringBoot Let TestRestTemplate.delete() return http status and body
2025-01-06 21:01:36
1578
I'm on Spring Boot 1.5.10.As far as I can see, all function signatures of TestRestTemplate.delete() are void methods.Thi...
SpringBoot Actuator not working properly for spring.config.activate.on-cloud-platform=kubernetes
2025-01-06 21:01:30
1287
When I enable the propertyspring.config.activate.on-cloud-platform=kubernetesThe actuator endpoint is not working proper...
SpringBoot Polish
2025-01-06 21:01:23
93
This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks again @izeye
SpringBoot Disable Gradle's welcome message in gradle.properties
2025-01-06 21:01:15
1176
Hi,I'm currently preparing the JDK 16 pipeline and noticed that the org.gradle.internal.launcher.welcomeMessageEnabled p...
SpringBoot Test that our property defaults align with Cassandra's defaults
2025-01-06 21:01:08
423
See https://github.com/spring-projects/spring-boot/issues/24189#issuecomment-764758231 for background. The default value...
SpringBoot @ConditionalOnDefaultWebSecurity not recognize WebSecurityConfigurerAdapter from auto configuration
2025-01-06 21:01:02
4375
Now i use spring 2.2.4 for my application. And i have custom starter, for Keycloak(FrontendSpringBootConfiguration.kt) w...
SpringBoot Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default
2025-01-06 21:00:54
2222
When I use version 2.4.2, package it into a jar, and run it with cmd: java -jar demo-0.0.1-SNAPSHOT.jar, the log output ...
上一页
下一页
1
…
2069
2070
2071
2072
2073
…
2246
.