Skip to content

Releases: ASSERT-KTH/collector-sahab

v0.3.0

25 Apr 13:27
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 029f638 feat: update properties to 1.6 if it is 5 or 1.5 (#199)

🧰 Tasks

  • be45366 chore: releasing version 0.3.0
  • e0487dc chore: setting SNAPSHOT version 0.2.1-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v0.2.0

25 Apr 11:36
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 64cc8c7 feat: add option to clean up generated directories after JVM exit (#197)

🔄️ Changes

  • 385cd4c refactor: make hardcode consistent with actual behaviour (#193)

🧰 Tasks

  • dc6034e chore: releasing version 0.2.0
  • a7be54a chore(deps): update dependency fr.inria.gforge.spoon.labs:gumtree-spoon-ast-diff to v1.60 (#194)
  • 63d627a chore: setting SNAPSHOT version 0.1.7-SNAPSHOT

📝 Documentation

  • 65b48cc docs: fix default value of numberOfArrayElements
  • 3ed5dd7 docs: add artifact verification protocol (#189)

Contributors

We'd like to thank the following people for their contributions:

v0.1.6

24 Apr 15:13
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • e900ed1 fix: clone the first 20 elements of array (#191)

🔄️ Changes

  • 96eeffa style: please spotless
  • 12f2ff0 revert: Revert "chore: releasing version 0.1.6"
  • 48f18e5 revert: Revert "chore: releasing version 0.1.6"
  • 1ffe9ee revert: Revert "chore: releasing version 0.1.6"
  • 80d89f3 revert: Revert "chore: releasing version 0.1.6"

🧰 Tasks

  • f877f8c chore: releasing version 0.1.6
  • 2a95b17 chore: releasing version 0.1.6
  • a914931 chore: releasing version 0.1.6
  • bbb1504 chore: update jreleaser version
  • ff21763 chore: releasing version 0.1.6
  • 9531db9 chore: releasing version 0.1.6
  • b7d18c3 chore(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0
  • a05227c chore(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.9.0
  • 16ad213 chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.5.0
  • cfef8f8 chore: configure maven central deployment (#186)
  • 54af9b0 chore: setting SNAPSHOT version 0.1.6-SNAPSHOT

🛠 Build

  • 5057670 ci: comply with pomchecker run by jreleaser
  • c0e3970 ci: fix POM to comply with maven central requirements
  • aeb3003 ci: be consistent

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

v0.1.5

20 Apr 09:20
Compare
Choose a tag to compare

Changelog

🔄️ Changes

🧰 Tasks

  • a23b7e4 chore: releasing version 0.1.5
  • 2f0725a chore: set a real group ID (#184)
  • 8c08fde chore: remove redundant version
  • b090b08 chore: change commit message of renovate PRs
  • 7d697b6 chore: setting SNAPSHOT version 0.1.5-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v0.1.4

19 Apr 21:36
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • e766785 fix: clone array before storing it as runtime value (#179)
  • a2326b1 fix(deps): update dependency info.picocli:picocli to v4.7.3 (#180)

🧰 Tasks

  • 5a5ab86 chore: releasing version 0.1.4
  • e336fce chore: setting SNAPSHOT version 0.1.4-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v0.1.3

18 Apr 21:12
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • fd657ff fix: remove debugging configuration from compiler plugin (#178)

🧰 Tasks

  • 0f4d403 chore: releasing version 0.1.3
  • 98c5e5f chore: setting SNAPSHOT version 0.1.3-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v0.1.2

18 Apr 17:22
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 27f5dfa fix: set source and target version as 1.6 if they are 5 or 1.5 (#177)
  • b6dc916 fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.4.0-beta-2

🧰 Tasks

  • 6cabc11 chore: releasing version 0.1.2
  • 4aaff37 chore: specify the version of SNAPSHOT
  • 266cc57 chore: use tag name for name of the release
  • ea98d3c chore: setting SNAPSHOT version 0.1.1

Contributors

We'd like to thank the following people for their contributions:

v0.1.1

14 Apr 17:15
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • a29058f fix: append . to array element (#173)
  • f8c357d fix: print canonical class name instead of toString representation (#172)
  • 75f0829 fix: force fetching of agent (#171)

🧰 Tasks

  • 9847a2a chore: releasing version 0.1.1
  • 4aaee45 chore: contributor is a contributor!
  • 5698fbf chore: prevent files generated by jreleaser from being pushed (#170)
  • a14cf17 chore: delete files pushed by JReleaser
  • 1e127bc chore: setting SNAPSHOT version 0.1.0

Contributors

We'd like to thank the following people for their contributions:

v0.1.0

14 Apr 15:16
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • 1253a0a Merge pull request #69 from algomaster99/start-maintaining-version

🚀 Features

  • 71bc8b2 feat: add ability to run specific tests (#148)
  • 5172474 feat: integrate patch explainer to run along with Main (#147)
  • 92fcbf4 feat: parse default methods in interfaces (#118)
  • 6244924 feat: pass methods explicitly to record their return values (#76)

🐛 Fixes

  • 8bcf830 fix: prevent generation of backup poms (#167)
  • 7ad1712 fix: add more attributes to prevent build from failing (#161)
  • 60136b3 fix(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.8.3
  • 584b910 fix(deps): update dependency org.ow2.asm:asm-util to v9.5
  • 7c8a156 fix(deps): update dependency org.ow2.asm:asm-tree to v9.5
  • 319a09f fix(deps): update dependency org.ow2.asm:asm to v9.5
  • 3b58dc0 fix(deps): update dependency org.kohsuke:github-api to v1.314
  • 8c2d5f9 fix(deps): update dependency org.jsoup:jsoup to v1.15.4
  • e499e7b fix(deps): update dependency fr.inria.gforge.spoon.labs:gumtree-spoon-ast-diff to v1.59
  • 651c87a fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.2
  • 2f1b0c2 fix(deps): update dependency com.googlecode.json-simple:json-simple to v1.1.1
  • cb9b470 fix: prevent failing tests if none are found (#150)
  • 4713ab8 fix: put fully qualified class names with / as delimiter (#146)
  • 6da313e fix(deps): update dependency net.bytebuddy:byte-buddy-dep to v1.14.4
  • dba8a28 fix(deps): update dependency info.picocli:picocli to v4.7.2
  • d886b7b fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.3.0 (#132)
  • ed893af fix: include all line numbers that are part of multi-line expression (#121)
  • 45728df fix: ignore imports when computing mapping (#117)
  • ea1ad94 fix: add timeout so that event is not looked for forever
  • 1007c58 fix: fix serialisation of special floating value (#102)
  • e02b54d fix: serialise special floating point values (#100)
  • 145c948 fix: check for ignoring prior to performing operation on statement
  • 734a545 fix: skip lines in other file that are affected by pure insert and delete operations (#91)
  • 3eb35f1 fix: skip all statements inside inserted nodes (#89)
  • 6d5316c fix: correct computation of diff method when there is an InsertOperation (#75)
  • 3bec872 fix: optimise serialisation of output (#74)
  • 986e769 fix: put breakpoints inside case blocks (#70)

🔄️ Changes

  • 556b6c1 refactor: use one fixed path for chromium driver (#165)
  • e87123d refactor: use our own Pair (#157)
  • 412f874 refactor: use jackson in trace-diff (#156)
  • 035b6da refactor: move common utilities to commons module (#155)
  • ad63110 refactor: integrate PatchExplainer as trace-diff (#139)
  • 87c6aee refactor: remove unnecessary nesting
  • e0037b1 refactor: modularise project (#125)
  • 4aa3d36 refactor: use instrumentation to collect trace (#123)
  • ca668bc perf: destroy debuggee after the debugger ends (#120)
  • a33c5f9 refactor: rewrite MatchedLineFinder to find breakpoints using UNIX diff instead of AST diff (#93)
  • 47a344b style: mark options as required to prevent NPE
  • 229ced3 refactor: log invalid breakpoints (#71)

🧰 Tasks

  • 901237f chore: releasing version 0.1.0
  • e608ddf chore: fix name of artifact jar (#169)
  • 802ff45 chore: releasing version 0.1.0
  • cd23829 chore: package before release (#168)
  • be58a87 chore: releasing version 0.1.0
  • b47e5cd chore: add workflow to release collector-sahab (#166)
  • 307af29 chore(deps): update actions/checkout action to v3 (#138)
  • cb2ba05 chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.5.0
  • 502abff chore: remove assembly of trace-diff (#163)
  • 830acb2 chore: distinguish local directory easily
  • 843e8b8 chore: transform all POMs in all submodules (#160)
  • 772af15 chore: bundle agent (#159)
  • b778076 chore(deps): update actions/setup-java action to v3 (#154)
  • 623bdb4 chore: remove unused dependency (#158)
  • d8cf826 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.36.0
  • 5a85e4b chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.9
  • 40085ee chore: enable automerge
  • 9a210f1 chore: add renovate configuration
  • a1cda64 chore: port script from Python to Java (#127)
  • f979de8 chore: prevent creation of dependency-reduced-pom
  • edf7375 chore: rename package (#124)
  • bddecba chore: Port gson to jackson
  • 01ed5bc chore: rename argument file
  • 8b7744a chore: use @ to pass arguments to Java command (#111)
  • 138ce15 chore: fix clean up of generated directories
  • 5e7dbf3 chore: remove suppression of slf4j statements
  • 7dfc9ec chore: add features to run bribe-sahab on multiple commits simultaneously (#106)
  • 5d2980c chore: add config.json to gitignore
  • 645552f chore: make spotless compatible with maven 3.8.6 (#107)
  • 67ed8ab chore: wrap classpath finder inside try-catch
  • 05419f0 chore: prioritise our built classes (#99)
  • 0aa4b1f chore: run all JUnit tests in a single container (#97)
  • 49917a7 chore: update JUnitTestRunner to use the latest JUnit dependencies (#95)
  • b50a129 chore: sanitise bash input
  • 8888ff2 chore: remove explict setting of maven compiler version
  • e52a5c8 chore: handle multi-modular maven projects (#87)

📝 Documentation

  • d36c004 docs: add citation information
  • ad87ef5 docs: instruction to get chromium driver
  • b9d693a docs: update prerequisite
  • e2f384f docs: add example diff
  • fc4003e docs: add integration test badge
  • 28751ba docs: update README
  • 19bfdb8 docs: fix example

  • 0023c4c Revert "chore: releasing version 0.1.0"
  • 038303a Revert "chore: releasing version 0.1.0"
  • ae67783 tests: add infrastructure for integration tests (#162)
  • ca58725 tests: add infrastructure for integration tests (#162)
  • 243d983 doc: fix module names
  • 8d07eba doc: update README based on the sprint in the last two weeks 😌
  • 325bb98 doc: Give authorship to Khashayar
  • 24c50f0 refator: rename parent module (#126)
  • b7d5f7d tests: prove JUnit does not care about 'Test' prefix or suffix (#114)
  • ab964e0 tests: prove JUnit cannot discover tests in abstract classes (#113)
  • 17c910b tests: add test to check data is collected from methods that are run by nested tests
  • ee12bdd chrore: Use config file for JAR and output directory (#105)
  • fb1957c tests: load classpath from cp.txt (#98)
  • f0803bc Build classpath instead of copying dependencies (#96)
  • 5cbad7c tests: add test that shows inaccuracy between GitHub diff and AST Diff (#90)
  • b2de6b5 tests: add failing test for case when argument difference is not detected (#82)
  • 09d2702 tests: ensure methods.json is created even if there are no breakpoints (#81)
  • 501e6e0 tests: skip recording return values if fully qualified name does not match (#80)
  • 69088ca Prepare for next release

Contributors

We'd like to thank the following people for their contributions:

Release early-access

13 Apr 19:39
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

fc4003e docs: add integration test badge
ae67783 tests: add infrastructure for integration tests (#162)
ca58725 tests: add infrastructure for integration tests (#162)
502abff chore: remove assembly of trace-diff (#163)
830acb2 chore: distinguish local directory easily
7ad1712 fix: add more attributes to prevent build from failing (#161)
843e8b8 chore: transform all POMs in all submodules (#160)
60136b3 fix(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.8.3
584b910 fix(deps): update dependency org.ow2.asm:asm-util to v9.5
7c8a156 fix(deps): update dependency org.ow2.asm:asm-tree to v9.5
28751ba docs: update README
772af15 chore: bundle agent (#159)
b778076 chore(deps): update actions/setup-java action to v3 (#154)
623bdb4 chore: remove unused dependency (#158)
e87123d refactor: use our own Pair (#157)
412f874 refactor: use jackson in trace-diff (#156)
035b6da refactor: move common utilities to commons module (#155)
319a09f fix(deps): update dependency org.ow2.asm:asm to v9.5
19bfdb8 docs: fix example
3b58dc0 fix(deps): update dependency org.kohsuke:github-api to v1.314
8c2d5f9 fix(deps): update dependency org.jsoup:jsoup to v1.15.4
e499e7b fix(deps): update dependency fr.inria.gforge.spoon.labs:gumtree-spoon-ast-diff to v1.59
d8cf826 chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.36.0
651c87a fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.2
2f1b0c2 fix(deps): update dependency com.googlecode.json-simple:json-simple to v1.1.1
cb9b470 fix: prevent failing tests if none are found (#150)
243d983 doc: fix module names
8d07eba doc: update README based on the sprint in the last two weeks 😌
71bc8b2 feat: add ability to run specific tests (#148)
5172474 feat: integrate patch explainer to run along with Main (#147)
4713ab8 fix: put fully qualified class names with / as delimiter (#146)
5a85e4b chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.9
325bb98 doc: Give authorship to Khashayar
ad63110 refactor: integrate PatchExplainer as trace-diff (#139)
6da313e fix(deps): update dependency net.bytebuddy:byte-buddy-dep to v1.14.4
dba8a28 fix(deps): update dependency info.picocli:picocli to v4.7.2
d886b7b fix(deps): update dependency fr.inria.gforge.spoon:spoon-core to v10.3.0 (#132)
40085ee chore: enable automerge
9a210f1 chore: add renovate configuration
a1cda64 chore: port script from Python to Java (#127)
f979de8 chore: prevent creation of dependency-reduced-pom
24c50f0 refator: rename parent module (#126)
87c6aee refactor: remove unnecessary nesting
e0037b1 refactor: modularise project (#125)
edf7375 chore: rename package (#124)
bddecba chore: Port gson to jackson
4aa3d36 refactor: use instrumentation to collect trace (#123)
01ed5bc chore: rename argument file
ed893af fix: include all line numbers that are part of multi-line expression (#121)
ca668bc perf: destroy debuggee after the debugger ends (#120)
92fcbf4 feat: parse default methods in interfaces (#118)
45728df fix: ignore imports when computing mapping (#117)
b7d5f7d tests: prove JUnit does not care about 'Test' prefix or suffix (#114)
ab964e0 tests: prove JUnit cannot discover tests in abstract classes (#113)
8b7744a chore: use @ to pass arguments to Java command (#111)
138ce15 chore: fix clean up of generated directories
5e7dbf3 chore: remove suppression of slf4j statements
ea1ad94 fix: add timeout so that event is not looked for forever
7dfc9ec chore: add features to run bribe-sahab on multiple commits simultaneously (#106)
5d2980c chore: add config.json to gitignore
645552f chore: make spotless compatible with maven 3.8.6 (#107)
17c910b tests: add test to check data is collected from methods that are run by nested tests
ee12bdd chrore: Use config file for JAR and output directory (#105)
67ed8ab chore: wrap classpath finder inside try-catch
1007c58 fix: fix serialisation of special floating value (#102)
e02b54d fix: serialise special floating point values (#100)
05419f0 chore: prioritise our built classes (#99)
fb1957c tests: load classpath from cp.txt (#98)
0aa4b1f chore: run all JUnit tests in a single container (#97)
f0803bc Build classpath instead of copying dependencies (#96)
49917a7 chore: update JUnitTestRunner to use the latest JUnit dependencies (#95)
145c948 fix: check for ignoring prior to performing operation on statement
a33c5f9 refactor: rewrite MatchedLineFinder to find breakpoints using UNIX diff instead of AST diff (#93)
734a545 fix: skip lines in other file that are affected by pure insert and delete operations (#91)
5cbad7c tests: add test that shows inaccuracy between GitHub diff and AST Diff (#90)
3eb35f1 fix: skip all statements inside inserted nodes (#89)
b50a129 chore: sanitise bash input
8888ff2 chore: remove explict setting of maven compiler version
e52a5c8 chore: handle multi-modular maven projects (#87)
b2de6b5 tests: add failing test for case when argument difference is not detected (#82)
09d2702 tests: ensure methods.json is created even if there are no breakpoints (#81)
501e6e0 tests: skip recording return values if fully qualified name does not match (#80)
6244924 feat: pass methods explicitly to record their return values (#76)
47a344b style: mark options as required to prevent NPE
6d5316c fix: correct computation of diff method when there is an InsertOperation (#75)
3bec872 fix: optimise serialisation of output (#74)
229ced3 refactor: log invalid breakpoints (#71)
986e769 fix: put breakpoints inside case blocks (#70)
1253a0a Merge pull request #69 from algomaster99/start-maintaining-version
69088ca Prepare for next release