Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform JMS Connector thread pool to fix sized ThreadPool without rejection #2263

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

ozangunalp
Copy link
Collaborator

Move from CompletableFuture API to Mutiny

move from CompletableFuture API to Mutiny
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2023

Codecov Report

Merging #2263 (1d6ca7e) into main (83bedaa) will decrease coverage by 0.04%.
Report is 2 commits behind head on main.
The diff coverage is 77.96%.

❗ Current head 1d6ca7e differs from pull request most recent head 8cd6422. Consider uploading reports for the commit 8cd6422 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2263      +/-   ##
============================================
- Coverage     77.87%   77.83%   -0.04%     
- Complexity     3705     3740      +35     
============================================
  Files           301      311      +10     
  Lines         12355    12494     +139     
  Branches       1580     1589       +9     
============================================
+ Hits           9621     9725     +104     
- Misses         2018     2047      +29     
- Partials        716      722       +6     
Files Changed Coverage Δ
...va/io/smallrye/reactive/messaging/jms/JmsSink.java 74.73% <77.55%> (ø)
...rye/reactive/messaging/jms/IncomingJmsMessage.java 50.00% <77.77%> (+2.63%) ⬆️
.../smallrye/reactive/messaging/jms/JmsConnector.java 76.56% <100.00%> (ø)

... and 19 files with indirect coverage changes

@ozangunalp ozangunalp added the jms label Aug 16, 2023
@cescoffier cescoffier merged commit e8339ac into smallrye:main Aug 17, 2023
3 checks passed
@cescoffier cescoffier added this to the 4.10.0 milestone Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants