Nineya
Home
Blog
软著申请
SpringBoot Break cycle between TransactionManagerCustomizers and TransactionManager
2025-01-07 17:03:29
1804
This looks like an issue in migrating to @AutoConfiguration as it used to be after.I also wonder why it should run befor...
SpringBoot HikariPool error at native startup with CRaC dependency
2025-01-07 17:03:25
1940
When trying to compile a native Spring Data JDBC + Boot 3.2.0-M3 app with CRaC dependency on the classpath, I get this e...
SpringBoot Support 'server.error.include-*' functionality when 'spring.mvc.problemdetails.enabled' is active
2025-01-07 17:03:23
738
If we add support for the RFC 7807 Problem Details spec by including the spring.mvc.problemdetails.enabled=true property...
SpringBoot Honor timeouts in Zipkin WebClient sender
2025-01-07 17:03:20
726
The WebClientSenderConfiguration contains the auto-configuration for the WebClient based Zipkin sender. The RestTemplate...
SpringBoot Use consistent capitalization in MySQL and MariaDB test names
2025-01-07 17:03:16
2026
While reading the code of Spring Boot, I noticed inconsistency in capitalization. Here are some instances:In most classe...
SpringBoot I have an issue hibernate validate is failing but I think everything is okay
2025-01-07 17:03:13
14725
I'm using flyway to migrate the dbSpring-boot version 3.0.5 with postgresqlI defined spring.jpa.hibernate.ddl-auto=valid...
SpringBoot Expose 'highlight_sql' Hibernate option to show colourized SQL statements in console
2025-01-07 17:03:10
1413
Affects: \Hibernate exposed the fancy 'SQL highlight' feature since v5.5 (see the PR at https://github.com/hibernate/hib...
SpringBoot Hibernate validate failed but I believe the db (flyway handle it) is okay
2025-01-07 17:03:05
44855
I'm using flyway to migrate the dbI defined spring.jpa.hibernate.ddl-auto=validateI start with an empty dbThe first star...
SpringBoot starter-data-r2dbc asks for vavr none() to be a Methodref constant
2025-01-07 17:03:02
3309
Problem: starter-data-r2dbc library throws exception when booting up a spring boot webflux project that also includes va...
SpringBoot Remove duplicate code in NettyWebServerFactoryCustomizer
2025-01-07 17:02:59
159
Since the PropertyMapper's alwaysApplyingWhenNonNull() has already been called, the subsequent whenNonNull() is unnecess...
SpringBoot Disable validate connection on borrow for Oracle UCP datasource
2025-01-07 17:02:57
2065
Removed setValidateConnectionOnBorrow method call while creating UCP datasource. This value should be false by default a...
SpringBoot Refer to ActiveMQ as ActiveMQ "Classic"
2025-01-07 17:02:52
283
The Apache ActiveMQ project has adopted the label "Classic" for the 5.x broker in order to more easily compare and contr...
SpringBoot Spring Boot 3.X and Java 17 - Bouncy Castle issue
2025-01-07 17:02:50
2377
We are using spring boot 3.1.4 and Java 17 , while generating the private key by using the bouncy castle jdk18on getting...
SpringBoot Provide a configuration property for RabbitMQ's max inbound message body size
2025-01-07 17:02:43
146
See https://stackoverflow.com/questions/77185001/spring-cloud-stream-with-rabbitmq-binder-throws-java-lang-illegalstatee...
SpringBoot Feature/isOnline
2025-01-07 17:02:41
319
Comment From: pivotal-cla@karthequian Please sign the Contributor License Agreement!Click here to manually synchronize t...
SpringBoot Spring Boot API Modules
2025-01-07 17:02:39
683
Our software provides extension points that are supposed to re-use the usual Spring property binding.To do so, we curren...
SpringBoot Add support for configuring non-standard JMS acknowledge modes
2025-01-07 17:02:36
1470
The spring.jms.listener.acknowledge-mode configuration property currently supports only (a subset of) standard acknowled...
SpringBoot Default value of spring.jmx.registration-policy is not documented
2025-01-07 17:02:33
254
https://github.com/spring-projects/spring-boot/pull/34122 should have added one. When I merged the contribution I missed...
SpringBoot Default value of spring.jmx.registration-policy is not documented
2025-01-07 17:02:29
233
Moves default value declaration of spring.jmx.registration-policy from hints to propertiesCloses #37596 Comment From: w...
SpringBoot Provide Service Connections for local Kubernetes Cluster
2025-01-07 17:02:26
3706
EnhancementAs a developer I would like to have Spring Boot provide a Service Connection for a local Kubernetes Cluster, ...
上一页
下一页
1
…
1772
1773
1774
1775
1776
…
2246
.