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

Upgrade to a Java 11 baseline #931

Merged
merged 1 commit into from
May 24, 2022
Merged

Upgrade to a Java 11 baseline #931

merged 1 commit into from
May 24, 2022

Conversation

jponge
Copy link
Member

@jponge jponge commented May 24, 2022

Fixes #846
Fixes #847

@jponge jponge added this to the 2.0.0 milestone May 24, 2022
@jponge jponge requested a review from cescoffier May 24, 2022 14:02
Copy link
Contributor

@cescoffier cescoffier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah!

@jponge jponge enabled auto-merge May 24, 2022 14:03
@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #931 (55605eb) into main (78fb16b) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 55605eb differs from pull request most recent head 6c75aa5. Consider uploading reports for the commit 6c75aa5 to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #931      +/-   ##
============================================
+ Coverage     88.86%   88.89%   +0.03%     
- Complexity     3085     3088       +3     
============================================
  Files           391      391              
  Lines         12500    12499       -1     
  Branches       1590     1590              
============================================
+ Hits          11108    11111       +3     
- Misses          736      742       +6     
+ Partials        656      646      -10     
Impacted Files Coverage Δ
...perators/multi/processors/SerializedProcessor.java 75.24% <0.00%> (-9.91%) ⬇️
...allrye/mutiny/operators/uni/UniAndCombination.java 88.23% <0.00%> (-0.99%) ⬇️
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 74.78% <0.00%> (-0.85%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 84.19% <0.00%> (-0.31%) ⬇️
...y/operators/multi/replay/AppendOnlyReplayList.java 92.30% <0.00%> (-0.12%) ⬇️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 87.03% <0.00%> (+0.92%) ⬆️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.11% <0.00%> (+1.10%) ⬆️
...subscription/SwitchableSubscriptionSubscriber.java 95.20% <0.00%> (+1.60%) ⬆️
...io/smallrye/mutiny/operators/uni/UniMemoizeOp.java 91.26% <0.00%> (+1.94%) ⬆️
...operators/multi/builders/CollectionBasedMulti.java 96.77% <0.00%> (+3.22%) ⬆️
... and 2 more

@jponge jponge merged commit 04e0bc2 into main May 24, 2022
@jponge jponge deleted the java11-baseline branch May 24, 2022 14:16
@jponge jponge modified the milestones: 2.0.0, 2.0.0-milestone1 Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate module-info.java to the main source tree and remove moditect Upgrade compilers to Java 11
2 participants