Nineya
Home
Blog
软著申请
SpringBoot The HibernateJpaAutoConfiguration is after the DataSourceTransactionManagerAutoConfiguration when reference seata
2025-01-07 04:47:43
2203
see https://github.com/seata/seata/pull/5092The HibernateJpaAutoConfiguration is after the DataSourceTransactionManagerA...
SpringBoot Update HTTP 2 documentation for Java 17
2025-01-07 04:47:41
180
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.configure-http2 talks about Http 2...
SpringBoot RestTemplateBuilder and WebClient.Builder do not have instrumentation to propagate traces
2025-01-07 04:47:39
2080
In Spring Slueth, there was customizers for the WebClient and RestTemplate which would propagate traces between services...
SpringBoot Crosslinks should not include .html
2025-01-07 04:47:36
175
Forward port of issue #33259 to 3.0.x.Comment From: mhalbritterAs explained in https://github.com/spring-projects/spring...
SpringBoot ClassNotFound in native-image when using Kotlin: ServerHttpSecurity$AuthorizeExchangeSpec
2025-01-07 04:47:34
6270
I'm trying to migrate our project to spring boot 3 using graalvm and we have a number of issues with AOT and gradle:When...
SpringBoot Spring Boot native image fails when Thymeleaf Layout Dialect is used
2025-01-07 04:47:31
32409
Creating a very basic Spring Boot web application with Initializer and thymeleaf-layout-dialect, see attached zip../mvnw...
SpringBoot @ConfigurationProperties with Map does not work in native executable
2025-01-07 04:47:28
3329
Hi, in an application wie use a ConfigurationProperties class wich contains an HashMap. If this application runs as "nor...
SpringBoot Binding invokes a setter for an object instance that is bound via its constructor
2025-01-07 04:47:25
596
This (updated) project showcases the behavior: https://github.com/snicoll-scratches/demo-binderSimpleElement has one pub...
SpringBoot Nested properties without a setter can no longer be bound in 3.0
2025-01-07 04:47:22
19200
We are in the process of migrating to Spring Boot 3.0 and we noticed that nested properties without a setter can no long...
SpringBoot Unable to spy @Spy annotated field after migrated spring boot version from 2.7.7 to 3.0.1
2025-01-07 04:47:20
2375
Hello team,I am facing an issue and I couldn't find a way to solve this.Before changing the spring boot version from 2.7...
SpringBoot Expose more JNDI properties when configuring a JmsListenerContainerFactory
2025-01-07 04:47:17
2803
I want to use a JMS connection whose factory is stored in JNDI. To access the JNDI, I must specify the initial context f...
SpringBoot Not able to disable exporting metrices to influxDB via application properties in sprint boot tests
2025-01-07 04:47:14
12377
I am using spring-boot-starter-actuator,micrometer-core and micrometer-registry-influx dependencies in my spring boot ap...
SpringBoot Spring Boot maven plugin build-image will not work behind a http proxy with custom certificate
2025-01-07 04:47:12
16328
Hi,Spring Boot 2.3.1 maven plugin build-image will not work behind a http proxy with custom certificate. The certificate...
SpringBoot Enhance the output formats of the configuration processor of Spring Boot
2025-01-07 04:47:09
3427
I am maintaining a large application with hunderts of configuration properties. The ops teams would like to have a overv...
SpringBoot Using RedisTemplate in a MeterBinder causes a circular dependency
2025-01-07 04:47:06
3600
Spring Boot Version2.6.0+How to ReproduceImplments MeterBinder and inject RedisTemplate@Servicepublic class InMemoryUser...
SpringBoot Improve support for configuration metadata clients without classpath access
2025-01-07 04:47:04
2155
In our Spring Boot application we have serveral custom configuration properties. As some configuration properties are ma...
SpringBoot EndpointRequestMatcher should have a toString method
2025-01-07 04:47:01
293
Changes:This PR add toString()method in EndpointRequest.EndpointRequestMatcher as per the bug https://github.com/spring-...
SpringBoot Remove the run example
2025-01-07 04:46:58
394
As mention in #33482 , I have remove the run example from documentation.Comment From: pivotal-cla@sannanansari Please si...
SpringBoot Upgrade to Mockito 4.11.0
2025-01-07 04:46:54
121
Comment From: wilkinsonaThanks for the PR. As described in the template, we prefer to handle one-line upgrades ourselves...
SpringBoot Simplify AssertJ assertions and also make them more readable
2025-01-07 04:46:51
481
Simplified AssertJ assertions (e.g. instead of doing assertThat(list.size()).isEqualTo(2) one can do assertThat(list).ha...
上一页
下一页
1
…
1860
1861
1862
1863
1864
…
2246
.