Skip to content

Commit b1a7274

Browse files
committed
Add release notes and add 2025.2 to the build matrix
1 parent b3a780a commit b1a7274

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- { jdk: 21, idea: 2024.2 }
1313
- { jdk: 21, idea: 2024.3 }
1414
- { jdk: 21, idea: 2025.1 }
15+
- { jdk: 21, idea: 2025.2 }
1516
- { jdk: 21, idea: LATEST-EAP-SNAPSHOT }
1617
name: 'IDEA ${{ matrix.version.idea }}'
1718
env:

change-notes.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<html lang="en">
22
<h2>1.9.1</h2>
33
<ul>
4+
<li>Improve error messages for reference inspection</li>
5+
<li>Disable unknown properties inspection on mapping composition annotations</li>
6+
<li>Treat methods in records only as getters</li>
47
<li>Fix collection / map getter write accessor not properly resolved</li>
8+
<li>Fix non-visible qualifiers being suggested in <code>qualifiedByName</code></li>
9+
<li>Fix string value in ValueMapping marked as an error</li>
10+
<li>Fix Lombok SuperBuilder properties not properly resolved</li>
11+
<li>Fix the incorrect warning "Unmapped target property" for enums implementing an interface</li>
12+
<li>Fix inspection "Target property must not be mapped more than once" when using target mapping to "."</li>
513
</ul>
614
<h2>1.9.0</h2>
715
<ul>

0 commit comments

Comments
 (0)