Releases: DaGeRe/peass
Releases · DaGeRe/peass
peass-parent-0.4.0
What's Changed
- Update to Java 11, disabling support for Java 8 (allowing for update of Mockito to 5.12.0, teetime to 3.1.1 and removal of manually updated bytebuddy, that was necessary for Mockito compatibility)
- Rename
getDurationsVersion
togetDurationsCommit
inCauseTester
- Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in #181
- Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.1 to 2.22.0 by @dependabot in #183
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #184
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #187
Full Changelog: peass-parent-0.3.10...peass-parent-0.4.0
Peass 0.3.10
What's Changed
- Update to Kieker 1.15.4 and KoPeMe 1.3.11
- Add
executableCheckGoals
(that might differ for maven) - Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #163
- Bump org.apache.groovy:groovy-astbuilder from 4.0.13 to 4.0.14 by @dependabot in #164
- Bump info.picocli:picocli from 4.7.4 to 4.7.5 by @dependabot in #165
- Bump org.apache.groovy:groovy-astbuilder from 4.0.14 to 4.0.15 by @dependabot in #168
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #167
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #169
- Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.21.0 by @dependabot in #171
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #173
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1 by @dependabot in #172
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #175
- Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.21.0 to 2.21.1 by @dependabot in #176
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #178
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #177
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 by @dependabot in #180
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2 by @dependabot in #179
Full Changelog: peass-parent-0.3.9...peass-parent-0.3.10
Peass 0.3.9
What's Changed
- Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 by @dependabot in #155
- Bump maven-pmd-plugin from 3.13.0 to 3.21.0 by @dependabot in #156
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #154
- Bump maven-checkstyle-plugin from 2.17 to 3.3.0 by @dependabot in #153
- Bump maven-shade-plugin from 3.2.4 to 3.5.0 by @dependabot in #160
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #159
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #158
Full Changelog: peass-parent-0.3.6...peass-parent-0.3.9
Peass 0.3.6
- Minor bigfixes
- Update dependency versions
Peass 0.3.4
What's Changed
- Use mvn wrapper if present to execute maven tests
- Update to KoPeMe 1.2.1, so problems with mock initialization in
@BeforeEach
should disappear
peass-parent-0.3.3
What's Changed
- Visualize single commit tree (for better root cause understanding)
- Escape ${, so Javascript can be printed correctly
- Update the gradle file for sequentially execution by @bam-hbt in #93
- Update the gradle file for sequentially execution depending on statement #93 by @bam-hbt in #94
- fix editing execution mode by @bam-hbt in #95
- Search for pid in more lines for deletion of gradle daemon logfiles by @mawHBT in #96
- Cleaned up TestJVMArgsGradle, don't add whitespace in ArgLineBuilder.getJVMArgs by @mawHBT in #98
- Clean after checkout a commit by @bam-hbt in #99
- Corrected TestJVMArgsGradle, provide failing test for adding aspectJ if no testblock is present by @mawHBT in #101
- Extended testing for aspectJ-adding by @mawHBT in #104
- Fixed adding of aspectJ-line for IT if onlyOneCallRecording is set by @mawHBT in #105
- Some code cleaning by @mawHBT in #107
- Fixed detection of gradle module-names by @mawHBT in #108
- replace logs in german, correct constant by @amtsvch in #109
- check test class for mockito before adding "_peass_initializeMockito"… by @bam-hbt in #111
- fix executionConfig for clearMockitoCaches by @bam-hbt in #112
- Add methods to update versions in Gradle file for Anbox. by @alex-iotiq in #92
- Copy files required by KoPeMe to emulator by @metint in #115
- cleanup exceptions and correct log message by @amtsvch in #116
- Add external storage read/write permission for Android by @metint in #117
New Contributors
Full Changelog: peass-parent-0.3.1...peass-parent-0.3.3
Peass 0.3.1
What's Changed
- Check for empty static selection to avoid exceptions
- Use projectName instead of just name by @mawHBT in #87
- Added Resultfolders.getResultFolder by @mawHBT in #88
- Add adb pull command to copy measurementsTemp folder from emulator to the project folder. by @alex-iotiq in #89
- Add Test for changing System Property "execution mode" by @bam-hbt in #91
- Add exclusions to implementation dependencies in gradle.build for Emulator. by @alex-iotiq in #90
New Contributors
- @alex-iotiq made their first contribution in #89
Full Changelog: peass-parent-0.3.0...peass-parent-0.3.1
Peass 0.3.0
- Consistent naming: commit instead version
- Use copy instead clone for local git usage (to support git crypt usage, which otherwise needs to be decrypted everytime)
- Store methods that are freshly ignored
- Add
increaseVariableValue
- Separate
TestMethodCall
andTestClazzCall
- Adapt result file structure, so lengthy classnames do not result in errors
- Several bugfixes and dependency updates
Peass 0.2.1
What's Changed
- Several bugfixes and enhancements, including:
- [Feature] Command Option Forbidden Methods by @stro18 in #62
- Fix Visualization for parameterized Tests by @bam-hbt in #64
- Added file:// to git clone calls to avoid problems with git-lfs by @mawHBT in #66
- Typeerror corrected by @mawHBT in #68
- Dont use getIntegrationTestLine in GradleBuildfileEditor.enhanceTestTask by @mawHBT in #69
- Fix Testcase Pattern Generation Method by @bam-hbt in #71
- fix result reading for method with default visibility by @bam-hbt in #72
- Cleaning by @mawHBT in #75
Full Changelog: peass-parent-0.2.0...peass-parent-0.2.1
Peass 0.2.0
What's Changed
- Update to KoPeMe 1.1.0, so data are saved in JSON
- Change of interface:
version
renamed tocommit
- Use correct peass-jmh version in peass-starter by @mawHBT in #57
- throw Exception if smudge filter lfs failed by @bam-hbt in #58
- Make gradle Java/SpringBootPluginName configurable via cli by @bam-hbt in #59
- Several minor bugfixes
New Contributors
Full Changelog: peass-parent-0.1.13...peass-parent-0.2.0