Release 0.18.0
This release has been automatically deployed to Maven Central.
Artifacts:
org.openhab.tools.sat:sat-plugin:0.18.0org.openhab.tools.sat:sat-extension:0.18.0org.openhab.tools:openhab-codestyle:0.18.0org.openhab.tools.sat.custom-checks:checkstyle-rules:0.18.0org.openhab.tools.sat.custom-checks:pmd-rules:0.18.0org.openhab.tools.sat.custom-checks:findbugs-rules:0.18.0
Maven Central - SAT Plugin:
<plugin>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>sat-plugin</artifactId>
<version>0.18.0</version>
</plugin>Maven Central - SAT Extension:
<extension>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>sat-extension</artifactId>
<version>0.18.0</version>
</extension>Maven Central - Codestyle:
<dependency>
<groupId>org.openhab.tools</groupId>
<artifactId>openhab-codestyle</artifactId>
<version>0.18.0</version>
</dependency>What's Changed
- Check SAT with SAT 0.17.0 by @wborn in #476
- Start license headers with
/*instead of/**by @wborn in #477 - Remove PMD rule SimplifyBooleanReturns by @holgerfriedrich in #481
- Allow to configure the plugin to fail on any severity by @david-m-s in #478
- Upgrade dependencies, SpotBugs, PMD, CheckStyle by @holgerfriedrich in #480
- Use Spotless sortpom plug-in by @wborn in #482
- Upgrade all tools by @holgerfriedrich in #483
- Upgrade PMD to 7.14.0 and Checkstyle to 10.25.0 by @holgerfriedrich in #484
- Use Maven wrapper with GHA by @wborn in #485
- Use Maven 3.9.11 with wrapper and add checksum verification by @wborn in #486
- Upgrade commons-io to 2.20.0 by @holgerfriedrich in #489
- Upgrade PMD to 7.16.0 by @holgerfriedrich in #487
- Upgrade checkstyle to 10.26.1 by @holgerfriedrich in #488
- Enable Dependabot by @holgerfriedrich in #491
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #492
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #495
- Upgrade SpotBugs to 4.9.4 by @holgerfriedrich in #493
- Add check for Optional used as a field type by @jlaur in #490
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #498
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #500
- Upgrade SpotBugs to 4.9.8 by @holgerfriedrich in #501
- Add PMD rules for default locale, charset and time zone by @Nadahar in #499
- Dependabot for plugins by @holgerfriedrich in #503
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #522
- Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #520
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #518
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #521
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in #508
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #519
- Bump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.11 by @dependabot[bot] in #510
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.1 by @dependabot[bot] in #513
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.2 by @dependabot[bot] in #511
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.4 by @dependabot[bot] in #515
- Bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 by @dependabot[bot] in #512
- Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 by @dependabot[bot] in #517
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.46.1 by @holgerfriedrich in #523
- Upgrade dependencies by @holgerfriedrich in #525
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.8.2 to 3.15.2 by @holgerfriedrich in #524
- [checkstyle] OnlyTabIndentationCheck, OhInfXmlValidationCheck to report filename by @holgerfriedrich in #506
- Introduce release process through GHA by @kaikreuzer in #497
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #531
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #530
- Bump org.apache.maven:maven-plugin-api from 3.9.11 to 3.9.12 by @dependabot[bot] in #533
New Contributors
- @david-m-s made their first contribution in #478
- @jlaur made their first contribution in #490
- @Nadahar made their first contribution in #499
Full Changelog: 0.17.0...v0.18.0