SpringBoot Exclude unwanted transitive dependencies from Apache Pulsar

Several of the Apache Pulsar libs are bringing along transitive dependencies (com.sun.activation:javax.activation and ja...

SpringBoot Upgrade to Pulsar Reactive 0.4.0

This commit updates the Reactive client used by Spring Pulsar to version 0.4.0. The updated client also fixes an issue w...

SpringBoot Use Spring Pulsar BOM

Spring Pulsar started providing a BOM in version 1.0.2-SNAPSHOT. This replaces the module specific list w/ the new BOM. ...

SpringBoot NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters

This commit removes the use of the Pulsar ObjectMapperFactory when converting the authentication config props map to a J...

SpringBoot Add link to Pulsar workaround when using environment variables for authentication

There is a section in the Pulsar client authentication reference guide that warns users of the lack of relaxed binding f...

SpringBoot Upgrade Pulsar to 3.2.0 and use Pulsar BOM

This commit updates Pulsar to 3.2.0 and leverages the newly added Pulsar BOM in order to ease dependency management.Comm...

SpringBoot Re-enable Spring Pulsar interceptor tests

The PulsarTemplate recently replaced its list of ProducerInterceptors with a list of ProducerBuilderCustomizers that cus...

SpringBoot Adjust Spring Pulsar test to use 'interceptorsCustomizers' field

Spring Pulsar 1.0.4-SNAPSHOT now includes a fix to properly cache any user-provided producer interceptors. The fix chang...

SpringBoot Add Spring Pulsar transaction support

Adds auto-config for Spring for Apache Pulsar transactions.Introduces new txn config props for template and listener und...

SpringBoot Pulsar auth parameters don't properly encode JSON values

The values in the spring.pulsar.client.authentication.param config props map are not currently JSON encoded. For simple ...

SpringBoot Spring Boot Maven Plugin - Publish latest tag by default when using a custom image name

By default, always publish an updated latest tag to the configured docker registry when using a custom docker image name...

SpringBoot Spring boot 2.7.6 throwing NoHandler Exception for GET '/test/v1'

I am using spring boot 2.7.6 and here is the application.properties filespring.mvc.servlet.path = /v3spring.mvc.throw-ex...

SpringBoot Dependency Versions page (docs.spring.io) is not populated

The official Dependency Versions page has no data. https://docs.spring.io/spring-boot/appendix/dependency-versions/index...

SpringBoot Error creating HealthEndpointConfiguration in AbstractAspectJAdvice.bindExplicitArguments in 3.2.6

I'm reporting a separate issue after my case was rejected to be part of https://github.com/spring-projects/spring-boot/i...

SpringBoot Broken KerberosRestTemplate after upgrading to Spring Boot 3.3.0

Hi Team,After upgrading my application from 3.2.5 to 3.3.0, the KerberosRestTemplate package (2.0.0, latest version) sta...

SpringBoot @JvmStatic missing for @DynamicPropertySource in @Testcontainers

Looks like @JvmStatic is missing for @DynamicPropertySource in @Testcontainers docs kotlin example. It should be static ...

SpringBoot HttpMessageConverters should distinguish between server and client converters

Unless I am mistaken, HttpMessageConverters is used on both client and server to provide a default set of message conver...

SpringBoot After upgrading, deploy:deploy uploads jars to a pom only endpoint

Hi,I'm having issues after upgrading from spring-boot-parent 3.2.5 to either 3.2.6 or 3.3.0.What I'm doing is running ma...

SpringBoot Low cardinality key for uri is reported as UNKNOWN in DefaultServerRequestObservationConvention

Hello community 👋,We have a test that validates the http.server.requests metric with tags collected in Micrometer in spr...

SpringBoot buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled

After upgrading to Boot 3.3.0 I noticed that the Gradle configuration cache throws an error. This is related to the conf...
上一页 下一页
.