Releases: ardoco/core
Releases · ardoco/core
v0.13.0
Commits since last release
- 1c364de Release 0.13.0
- ca1d208 Add commit hash to projects
- 53a9e45 Merge commit '64fe69d9cb0bd1d8913a7e9753ee29c3b7e58453' into feature/code-benchmark
- 64fe69d Squashed 'tests/tests-base/src/main/resources/benchmark/' changes from d45015f7..aa1f7e45
- 17298fb Remove singleton CodeItemRepository
- fdd4831 More shell starts
- 0a0b4ee Fix execution order to prevent erroneous caching
- 4410fca Remove Python from ShellVisitor
- a3e2128 Squashed 'tests/tests-base/src/main/resources/benchmark/' changes from fdb3db71..d45015f7
- b96699d Merge commit 'a3e2128149fce5814473b53b9a545c596e4a6a77' into feature/code-benchmark
- f8c68fd Initial version of integrated code
- 98784bb Merge commit 'a1cdcc4803d848c9355b94a96c6961f590a9fed7' as 'tests/tests-base/src/main/resources/benchmark'
- a1cdcc4 Squashed 'tests/tests-base/src/main/resources/benchmark/' content from commit fdb3db71
- a2805cf Prepare move of tests
- b0da96f Prepare for next development cycle
What's Changed
- Activate Custom GitHub Actions Runners by @dfuchss in #237
- Dependency(deps): Bump error_prone_core from 2.19.1 to 2.20.0 by @dependabot in #245
- Dependency(deps): Bump javaparser-core from 3.25.3 to 3.25.4 by @dependabot in #246
- Update Benchmark & Refactor Code Model by @dfuchss in #247
Full Changelog: v0.12.0...v0.13.0
v0.12.0
Commits since last release
- 3baf493 Release 0.12.0
- 9b4aae2 Auto-Update Dependencies
- Updated ${kotlin.version} from 1.8.22 to 1.9.0-RC
- 4a47db6 Prepare for next development cycle
What's Changed
- Add and update gold standards for SAD-Code TLR by @Gram21 in #242
- Feature/CSV-Output for TLR by @Gram21 in #243
- Fix gold standard for SAD-Code by @Gram21 in #244
Full Changelog: v0.11.0...v0.12.0
v0.11.0
Commits since last release
- a145cb0 Release 0.11.0
- ee470c2 Auto-Update Dependencies
- Updated ${kotlin.version} from 1.8.21 to 1.8.22
- Updated commons-io:commons-io:jar:2.12.0 to version 2.13.0
- Updated org.eclipse.jgit:org.eclipse.jgit:jar:6.5.0.202303070854-r to version 6.6.0.202305301015-r
- Updated commons-io:commons-io:jar:2.12.0 to version 2.13.0
- Updated org.eclipse.jdt:org.eclipse.jdt.core:jar:3.33.0 to version 3.34.0
- f3e171c Prepare for next development cycle
What's Changed
- Dependency(deps): Bump jackson.version from 2.15.1 to 2.15.2 by @dependabot in #236
- Dependency(deps): Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #241
- Dependency(deps): Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 by @dependabot in #238
- Dependency(deps): Bump dokka-maven-plugin from 1.8.10 to 1.8.20 by @dependabot in #240
- Dependency(deps): Bump versions-maven-plugin from 2.15.0 to 2.16.0 by @dependabot in #239
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Commits since last release
- e9339ea Release 0.10.0
- b5c3682 Auto-Update Dependencies
- Updated commons-io:commons-io:jar:2.11.0 to version 2.12.0
- Updated commons-io:commons-io:jar:2.11.0 to version 2.12.0
- Updated org.apache.opennlp:opennlp-tools:jar:2.1.0 to version 2.2.0
- Updated org.eclipse.jdt:org.eclipse.jdt.core:jar:3.31.0 to version 3.33.0
- Updated org.fuchss:xml-object-mapper:jar:0.4.1 to version 0.4.2
- Updated org.pygments:pygments:jar:1.5 to version 2.6.1
- 2d5d9b9 Bump to 0.10.0-SNAPSHOT
- 951b961 Fix name of profile
- cec8316 Update pom.xml
- 9170bdf Apply formatting changes
- e32023f Apply formatting changes
- 20bb9d5 Repair CodeItemRepository
- 285f369 Fix errors in pom due to merge
- 9b6f4f2 Fix bugs, issues, and smells
- d788eb9 Apply formatting changes
- d54f941 Fixed path to diagrams
- 46def0e Refactoring Utils classes
- b887190 Format code
- e71abfe Add test-jar dependency for pipeline runner tests
- 855bd19 Fix poms
- 2e9eef8 Repair Pom-bear
- 8f6ec5e Repair dependencies for pipeline
- 5ee95ba Align LISSA structure in pipeline
- 1c8a267 Remove dependency from ArDoCoResult to StateImpls
- 5e88558 Update profiles
- 57fef4c Add some documentation
- 3cd09b1 Add some documentation for SAD-SAM
- 34ebb88 Format code
- 3b8b124 Introduce single IT-class for TLR
- 75c471e Format code
- 684764d Improve IT runtime
- 8215343 Make Report a jar to allow tests to run
- 0e2b378 Align TLR-IT with the abstract base TLR class
- 11a1150 Update layer rule in ArchitectureTest
- 8bd39f1 Fix bug in CodeRunnerBaseTest
- 0074805 Improve style
- 3f622f4 Improve runner tests runtime
- 53abc2e Add serialized code models and their usages
- 1893a27 Add CodeModel serialization & deserialozation
- 62619cb Update duration calculation
- 4d6e215 Add expected results for SAD-SAM-CODE Eval
- 67eef63 Fix runtime display for pipeline
- c27a1fd Add SadSamCodeTLR Eval
- 1ff66c7 Update TLR Evaluation
- f70324d Unify CodeTraceabilityStates
- 23ea9cc Disable some tests
- 8424342 Add SAD-SAM-Code TLR with TransitiveTraceLinks
- cd3b537 Add evaluation for SAM-CODE TLR
- 8c8177c Restructure project at pipeline and test (cleanup)
- dd86803 Make ArCoTL runnable
- b6ec7f9 Add further processing for ArCoTL
- ed15d05 Fix ArchitectureTests
- 44a4fdd Adding base classes for SAD-SAM-Code-TLR
- ec68816 Add ARCOTL
- 5e48574 Add template classes for code traceability
- f29fa09 Update poms
- 7aefb61 Remove dependency to removed models-module from report
- 1a2c786 Simplify InstanceLink
- 3fffeaa Fix constructor in InstanceLinkImpl
- 81485d2 Unify TraceLinks (WIP)
- 1685da7 Apply spotless
- 9caa0ce Removed models module
- 8a5c5ba Remove old model
- a1e2f62 Add ARCOTL models
What's Changed
- Dependency(deps): Bump spotless-maven-plugin from 2.36.0 to 2.37.0 by @dependabot in #234
- Dependency(deps): Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #233
- Add TLR for SAM-Code and SAD-SAM-Code by @Gram21 in #232
- Cleanup pom.xml and rework build actions by @dfuchss in #235
Full Changelog: v0.9.3...v0.10.0
v0.9.3
Commits since last release
- 791afaf Auto-Update Dependencies
- Updated ${kotlin.version} from 1.8.21 to 1.9.0-Beta
- Updated org.xerial:sqlite-jdbc:jar:3.41.2.1 to version 3.42.0.0
- cc2dc6b Skipping Docker related JUnit tests if "NO_DOCKER" environment variable is set to true or if no docker is present
- b07e2cc Fixed expanding of tags
- 831ee73 Remove ratchet config, as it causes problems in the PRs
What's Changed
- Dependency(deps): Bump jackson.version from 2.15.0 to 2.15.1 by @dependabot in #228
- Dependency(deps): Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 by @dependabot in #227
- Dependency(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #229
- Dependency(deps): Bump error_prone_core from 2.19.0 to 2.19.1 by @dependabot in #230
- Dependency(deps): Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by @dependabot in #231
Full Changelog: v0.9.2...v0.9.3
v0.9.2
Commits since last release
- 87be1b2 Auto-Update Dependencies
- Updated ${junit.version} from 5.9.3 to 5.10.0-M1
- Updated org.fuchss:xml-object-mapper:jar:0.4.1 to version 0.4.2
- 96bbe81 Spotless to pom.xml
What's Changed
- Dependency(deps): Bump maven-failsafe-plugin from 3.0.0 to 3.1.0 by @dependabot in #226
- Dependency(deps): Bump docker from 0.8.2 to 0.8.3 by @dependabot in #225
- Dependency(deps): Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #224
- Dependency(deps): Bump error_prone_core from 2.18.0 to 2.19.0 by @dependabot in #223
- Dependency(deps): Bump flatten-maven-plugin from 1.4.1 to 1.5.0 by @dependabot in #222
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Commits since last release
- 4f9e14a Auto-Update Dependencies
- Updated io.github.ardoco:docker:jar:0.8.0 to version 0.8.2
- 4e17f23 Bump to next snapshot
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Dependency(deps): Bump sphinx from 6.1.3 to 6.2.1 in /docs by @dependabot in #217
- Dependency(deps): Bump stanford.corenlp.version from 4.5.3 to 4.5.4 by @dependabot in #216
- Dependency(deps): Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #214
- Dependency(deps): Bump junit.version from 5.9.2 to 5.9.3 by @dependabot in #215
- Deprecate Documentation by @dfuchss in #219
- Documentation Workflow by @dfuchss in #220
- Dependency(deps): Bump javaparser-core from 3.25.2 to 3.25.3 by @dependabot in #221
LiSSA
: First version that puts sketch recognition into a Pipeline in ArDoCo by @dfuchss in #218
Full Changelog: v0.8.2...v0.9.0
v0.8.2
Commits since last release
- 324f99f Auto-Update Dependencies
- Updated ${jackson.version} from 2.15.0-rc3 to 2.15.0
- Updated org.apache.opennlp:opennlp-tools:jar:2.1.1 to version 2.2.0
- f6c21ca Dependency(deps): Bump javaparser-core from 3.25.1 to 3.25.2
- 6fd21c5 Dependency(deps): Bump jacoco-maven-plugin from 0.8.8 to 0.8.9
- 646a899 Dependency(deps): Bump flatten-maven-plugin from 1.4.0 to 1.4.1
- 23df608 Fix missing URL in pom.xml
What's Changed
- Dependency(deps): Bump flatten-maven-plugin from 1.4.0 to 1.4.1 by @dependabot in #210
- Dependency(deps): Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #211
- Dependency(deps): Bump javaparser-core from 3.25.1 to 3.25.2 by @dependabot in #212
- Make ArDoCo a Platform with Runners by @Gram21 in #213
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Commits since last release
- d6be75a Auto-Update Dependencies
- Updated ${spotless.version} from 2.35.0 to 2.36.0
- Updated ${jackson.version} from 2.15.0-rc1 to 2.15.0-rc3
Full Changelog: v0.8.0...v0.8.1