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

Update QA & Nightly Checks - Non Major #733

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.pitest:pitest (source) 1.15.0 -> 1.17.3 age adoption passing confidence
info.solidsoft.gradle.pitest:gradle-pitest-plugin (source) 1.9.11 -> 1.15.0 age adoption passing confidence

Release Notes

hcoles/pitest (org.pitest:pitest)

v1.17.3

Compare Source

v1.17.2

Compare Source

v1.17.1

Compare Source

  • #​1353 Warn about future SCM goal removal
  • #​1355 Upgrade ASM for java 24 support
  • #​1359 Remove use of reflection based toString generator
  • #​1361 Initial support for cross module tests in maven

v1.17.0

Compare Source

  • #​1348 Extend transformation extension point
  • #​1349 Improve powermock stability

v1.16.3

Compare Source

  • #​1345 Improved delayed execution detection in static initialization code
  • #​1347 Auto add standard kotlin source dirs for maven projects

v1.16.2

Compare Source

#​1340 Show covering tests for surviving mutants in html report (thanks @​vivganes)
#​1342 / #​1343 Fix misleading logging of history paths (thanks @​vivganes)
#​1344 Mutate delayed execution code in enums and singletons

v1.16.1

Compare Source

#​1329 Prevent version clashes with aggregate goal when plugins use jackson

v1.16.0

Compare Source

  • #​1311 - Include unmodifiable collections stored directly to fields in the +funmodifiablecollection filter for defensive code
  • #​1319 - Use environment variables from surefire config
  • #​1322 - Automatically add -ea to enable assertions
  • #​1321 - Expand BuildVerifier interface

Api change in #​1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions.

v1.15.8

Compare Source

#​1310 Filter mutations to Collections.unmodifiable*
#​1309 Replace fields in argLines imported from surefire config
#​1308 Bump maven vcs versions

The filtering for #​1310 is off by default. To activate it add the filter string +funmodifiablecollection.

#​1309 adds a new maven property parseSurefireArgLine. This is set to true by default, but surefire argline parsing can now be disabled by setting it to false.

v1.15.7

Compare Source

#​1305 Coverage not recorded for code in packages name com.sun*

A filter intended to pickup legacy JDK classes in the "com.sun.*" package was missing a ', resulting in no code coverage being registered if the code under test happened to be in a package starting with "sun".

v1.15.6

Compare Source

  • #​1295 temporarily remove dynamic call tracking

Invoke dynamic call tracking for static initializer code will be reintroduced when additional logic to suppress mutation filtering for delayed execution code has been implemented.

v1.15.5

Compare Source

  • #​1292 Args lines taken from surefire config do not have properties replaced

v1.15.4

Compare Source

  • #​1288 - New extension point to allow custom coverage export formats
  • #​1289 - Parse argline configuration from surefire configuration
  • #​1274 Follow invoke dynamic calls when detecting static initializer only methods

Note, maven users who have previously needed to duplicate argline parameters between surefire and pitest's jvmArgs and argline parameters may need to adjust their configuration when upgrading. Entries supplied to surefire will now automatically be added to pitest.

v1.15.3

Compare Source

  • #​1271 - Double check thread status before marking minion as dead

v1.15.2

Compare Source

  • #​1268 - Filter Lombok NonNull checks
  • #​1267 - Expand test api to allow reporting of errors during test scanning

#​1267 will ensure that previously hidden errors encountered by the JUnit5 plugin will now be reported. This is a backwards compatible api change. It will have no effect until the JUnit5 plugin is updated to use the expanded api. The updated plugin will not be compatible with earlier versions of pitest.

v1.15.1

Compare Source

  • #​1260 Upgrade to ASM 9.6 for Java 22 support
  • #​1261 Do not error on pitest history files < 1.15.0
szpak/gradle-pitest-plugin (info.solidsoft.gradle.pitest:gradle-pitest-plugin)

v1.15.0

  • Automatically add junit-platform-launcher dependency to testRuntimeOnly for JUnit Platform projects - #​337 - help from Björn Kautler
  • Remove deprecated Project.getConvention() usage (in Gradle 8.2+) - #​343
  • PIT 1.15.0 by default
  • Basic regression testing with Gradle up to 8.3

Compatibility notes
Starting with PIT 1.14.0 (with pitest-junit-plugin 1.2.0+) junit-platform-launcher is no longer shaded and has to be explicitly added to avoid:
"Minion exited abnormally due to UNKNOWN_ERROR" or "NoClassDefFoundError: org.junit.platform.launcher.core.LauncherFactory".

As an experimental (incubating) feature, junit-platform-launcher is automatically added to the testRuntimeOnly configuration for the JUnit Platform projects.

PLEASE NOTE. This feature is experimental and might not work as expected in some corner cases. In that situation, just disable it with addJUnitPlatformLauncher = false and add the required dependency 'junit-platform-launcher' in a proper version to 'testRuntimeOnly' manually. More information: https://github.com/szpak/gradle-pitest-plugin/issues/337


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - "after 8am and before 11am every first day of month" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 31, 2024
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch 9 times, most recently from b74b348 to 30baeb2 Compare August 7, 2024 09:35
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch 2 times, most recently from b7df818 to 453ff83 Compare August 8, 2024 09:58
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch 5 times, most recently from 2da912d to fe6c544 Compare August 15, 2024 13:37
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from fe6c544 to 673651a Compare August 19, 2024 10:53
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 673651a to e94c72a Compare August 19, 2024 11:43
emily-whitley
emily-whitley previously approved these changes Aug 19, 2024
@emily-whitley
Copy link
Contributor

@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 7bf5432 to abbce29 Compare August 19, 2024 14:25
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from a302d62 to 1e6277d Compare November 26, 2024 10:57
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 1e6277d to 093806f Compare November 29, 2024 10:40
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 093806f to 86f36c7 Compare November 29, 2024 11:30
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 86f36c7 to b5c3bd5 Compare November 30, 2024 13:11
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch 2 times, most recently from 92ae6b7 to 3f2870a Compare December 6, 2024 10:03
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 3f2870a to 3cd5023 Compare December 9, 2024 08:00
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 3cd5023 to 36680cc Compare December 9, 2024 08:54
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 36680cc to c2ba801 Compare December 11, 2024 08:33
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from c2ba801 to 168841d Compare December 16, 2024 10:52
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 168841d to 9e9baeb Compare December 16, 2024 15:37
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 9e9baeb to 6380714 Compare December 18, 2024 09:54
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 6380714 to 49bf91d Compare December 19, 2024 14:40
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from 49bf91d to d4aa5a4 Compare December 19, 2024 15:57
@renovate renovate bot force-pushed the renovate/qa-and-nightly-checks-non-major branch from d4aa5a4 to 930d4a1 Compare December 19, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant