solace-spring-cloud icon indicating copy to clipboard operation
solace-spring-cloud copied to clipboard

An umbrella project containing all Solace projects for Spring Cloud

Results 28 solace-spring-cloud issues
Sort by recently updated
recently updated
newest added

Bumps com.solacesystems:sol-jms from 10.21.0 to 10.23.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.solacesystems:sol-jms&package-manager=maven&previous-version=10.21.0&new-version=10.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps com.solacesystems:sol-jcsmp from 10.21.0 to 10.23.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.solacesystems:sol-jcsmp&package-manager=maven&previous-version=10.21.0&new-version=10.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

When consuming form a queue without queue_group. an exception might be thrown. Log of application: ``` 2024-02-13T14:12:20.082+01:00 INFO 1 --- [ main] c.s.s.c.s.b.p.SolaceQueueProvisioner : Connected test consumer flow to queue...

bug

Bumps `spring.boot.version` from 3.2.4 to 3.2.5. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.4 to 3.2.5 Release notes Sourced from org.springframework.boot:spring-boot-maven-plugin's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's...

dependencies

I was not able to test. `mvn install` and `mvn package` results in an error. ``` [ERROR] Failed to execute goal on project spring-cloud-stream-binder-solace: Could not resolve dependencies for project...

## What I want? Clear thread-names would be great. ## Why I want it? We have a lot consumers and got issues because of (unexpected) long-running consumer. I want to...

Hi Solace support, we found that there no related span info send out to solace while we use SpringBoot version 3.x, and SpringCloud Support Marcin Grzehszczak said That's a missing...

enhancement
tracked

It seems that if a Solace binder can not connect to a broker when starting up that it prevents the entire Spring Boot app from starting. In most cases this...

enhancement
tracked

Hi colleagues, I would like to know if there is a way to reprocess consumed messages that fails because of the **InterruptedException** error. _More details about our scenario:_ Our application...

The class where we have the listener (StreamListener) has the following thread pool naming standard: pool-11-thread-43 In the Spring Cloud Streams with Rabbit Binder, the thread pool prefix follows the...

question