Release 1.2.5
What's Changed
- Update versions in pom.xml and documentation after 1.2.4.2 release by @github-actions in #1567
- update README.md for JDK 16+ issues by @agebhar1 in #1573
- Migration to sarif4j:0.3.0 by @nulls in #1577
- Enabled functionalTest in gradle plugin by @nulls in #1579
- Update dependency gradle to v7.6 by @renovate in #1581
- block version of kaml-jvm by @nulls in #1580
- Update all non-major dependencies (except core Kotlin) by @renovate in #1574
- Update Kotlin core dependencies to v1.7.22 by @renovate in #1582
- Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.4.0 by @renovate in #1583
- Update plugin org.gradle.test-retry to v1.5.0 by @renovate in #1584
- Fix diktat:fix by @nulls in #1585
- Update dependency org.codehaus.mojo:versions-maven-plugin to v2.14.1 by @renovate in #1590
- Fix the build status badge to show status from the
master
branch by @0x6675636b796f75676974687562 in #1591 - Update dependency org.codehaus.mojo:versions-maven-plugin to v2.14.2 by @renovate in #1592
- Update Demo link by @kgevorkyan in #1603
- Fixed WRONG_MULTIPLE_MODIFIERS_ORDER bug in SAM interface by @Cheshiriks in #1601
- Fixed CONSTANT_UPPERCASE doesn't handle number in middle name by @Cheshiriks in #1604
- Update plugin org.gradle.test-retry to v1.5.1 by @renovate in #1599
- Update Kotlin core dependencies to v1.8.0 by @renovate in #1596
- EMPTY_BLOCK_STRUCTURE_ERROR: is not raised on empty when block by @Cheshiriks in #1605
- CUSTOM_GETTERS_SETTERS false positive on the override of fields by @Cheshiriks in #1606
- BLANK_LINE_BETWEEN_PROPERTIES false positive by @Cheshiriks in #1608
- Update dependency gradle to v7.6.1 by @renovate in #1613
- Update plugin org.gradle.test-retry to v1.5.2 by @renovate in #1614
- Handling a package directive when nodes are moved by @nulls in #1616
- False positive with single expression functions that use multiple return keywords by @Cheshiriks in #1617
- Update all non-major dependencies (except core Kotlin) by @renovate in #1595
- Update Kotlin core dependencies to v1.8.10 by @renovate in #1610
- False positive WRONG_OVERLOADING_FUNCTION_ARGUMENTS by @icemachined in #1623
- loggers sometimes shouldn't be first by @sanyavertolet in #1624
- Ignore
external
interfaces when triggeringEXTENSION_FUNCTION_WITH_CLASS
by @0x6675636b796f75676974687562 in #1630 - Upgrade
com.github.gantsign.maven.plugin-tools:kotlin-maven-plugin-tools
by @0x6675636b796f75676974687562 in #1633 - Limit the maximum Maven Plug-in API version to be at most 3.6.4 by @0x6675636b796f75676974687562 in #1634
New Contributors
Full Changelog: v1.2.4.2...v1.2.5