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

v5.0.0 API changes and features #776

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

v5.0.0 API changes and features #776

wants to merge 18 commits into from

Conversation

ascopes
Copy link
Owner

@ascopes ascopes commented Dec 29, 2024

V5.0.0 changes.

This includes an overhaul of the project to target Java 17 as a minimum version, which will allow support of AssertJ V4.0 once it is released, and allow the potential for ECJ support to be provided.

@ascopes ascopes added documentation Improvements or additions to documentation testing Improvements to test packs ci Changes to CI workflows maven Changes within Maven manifests enhancement Optimisations and internal improvements in the codebase. java Changes to Java code labels Dec 29, 2024
@ascopes ascopes self-assigned this Dec 29, 2024
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 91.54930% with 12 lines in your changes missing coverage. Please review.

Project coverage is 87.47%. Comparing base (975d5b5) to head (809f660).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...b/ascopes/jct/workspaces/impl/FileBuilderImpl.java 0.00% 3 Missing ⚠️
...ub/ascopes/jct/assertions/TypeAwareListAssert.java 0.00% 2 Missing ⚠️
.../jct/containers/impl/ModuleContainerGroupImpl.java 0.00% 2 Missing ⚠️
.../jct/workspaces/impl/AbstractManagedDirectory.java 0.00% 2 Missing ⚠️
...hub/ascopes/jct/workspaces/impl/WorkspaceImpl.java 90.47% 2 Missing ⚠️
...jct/containers/impl/PathWrappingContainerImpl.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #776      +/-   ##
==========================================
+ Coverage   87.21%   87.47%   +0.25%     
==========================================
  Files          99      100       +1     
  Lines        2942     2969      +27     
  Branches      229      232       +3     
==========================================
+ Hits         2566     2597      +31     
+ Misses        329      325       -4     
  Partials       47       47              
Files with missing lines Coverage Δ
...s/jct/assertions/AbstractContainerGroupAssert.java 100.00% <100.00%> (ø)
...b/ascopes/jct/assertions/JctCompilationAssert.java 100.00% <100.00%> (ø)
...opes/jct/assertions/TraceDiagnosticListAssert.java 100.00% <100.00%> (ø)
...es/jct/compilers/impl/JavacJctFlagBuilderImpl.java 97.56% <100.00%> (-0.12%) ⬇️
.../jct/compilers/impl/JctCompilationFactoryImpl.java 100.00% <100.00%> (ø)
.../containers/impl/ContainerGroupRepositoryImpl.java 59.68% <100.00%> (-0.92%) ⬇️
...pes/jct/diagnostics/TracingDiagnosticListener.java 100.00% <100.00%> (ø)
...ithub/ascopes/jct/filemanagers/ModuleLocation.java 100.00% <100.00%> (ø)
...ManagerAnnotationProcessorClassPathConfigurer.java 100.00% <100.00%> (ø)
...s/config/JctFileManagerLoggingProxyConfigurer.java 100.00% <100.00%> (ø)
... and 18 more

@ascopes ascopes changed the title Version 5.0.0 changes v5.0.0 API changes and features Jan 1, 2025
@ascopes ascopes force-pushed the v5 branch 2 times, most recently from 23c0839 to 809f660 Compare January 6, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to CI workflows documentation Improvements or additions to documentation enhancement Optimisations and internal improvements in the codebase. java Changes to Java code maven Changes within Maven manifests testing Improvements to test packs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant