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

Improved log messages; Change of Maven plugin re: trans deps; Fix of deprecated API calls #529

Merged
merged 3 commits into from
Jan 21, 2022

Conversation

henrikplate
Copy link
Contributor

@henrikplate henrikplate commented Jan 20, 2022

The transitivity of app dependencies is established by examining the dependency trail, which avoids an inconsistency observed when using the deprecated method MavenProject.getDependencyArtifacts.

The use of deprecated APIs in JavaFileAnalyzer2 and InstrumentorFactory has been fixed.

Compilation with the maven-compiler-plugin makes use of the release parameter (instead of source and target, see here for more information), which implies that Steady can only be compiled with Java 9 or later versions.

TODOs

  • Tests
  • Documentation

@henrikplate henrikplate changed the title Changed logic to diff dir/trans dependencies; Improved log messages i… Improved log messages; Change of Maven plugin re: trans deps; Fix of deprecated API calls Jan 20, 2022
@henrikplate henrikplate merged commit e4aa8d2 into master Jan 21, 2022
@henrikplate henrikplate deleted the jar-analysis branch January 21, 2022 07:37
This pull request was closed.
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.

2 participants