Skip to content

Commit 76b3b5a

Browse files
committed
Update CHANGES for GraalVM compabitility
1 parent 43c74d5 commit 76b3b5a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

CHANGES.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ This document is intended for CleanThat developers and users (e.g. through [Spot
22

33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format
44

5-
## [2.23 - Unreleased]
5+
## [2.23]
66

77
* `UnnecessaryModifier` is reworked for simplification. It includes further management of `record`. (https://github.com/solven-eu/cleanthat/pull/848)
8+
* `MutatorsScanner` now relies on a hard-coded list of classNames to enable GraalVM compability (https://github.com/solven-eu/cleanthat/pull/895)
89

9-
## [2.22 - Unreleased]
10+
## [2.22]
1011

1112
### Fixed
1213

MUTATORS.generated.MD

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -692,14 +692,6 @@ isDraft
692692

693693
languageLevel: jdk1
694694

695-
### [CompositeMutator](java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/composite/CompositeMutator.java)
696-
697-
Cleanthat own ID: CompositeMutator
698-
699-
isDraft
700-
701-
languageLevel: jdk1
702-
703695
### [CompositeWalkingMutator](java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/composite/CompositeWalkingMutator.java)
704696

705697
Cleanthat own ID: CompositeWalkingMutator

0 commit comments

Comments
 (0)