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

Jenkins 2.479.x migration #399

Merged
merged 7 commits into from
Feb 13, 2025
Merged

Jenkins 2.479.x migration #399

merged 7 commits into from
Feb 13, 2025

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Jan 4, 2025

Update code base to Java 17 and remove deprecated methods.

@uhafner uhafner added the breaking Breaking Changes label Jan 4, 2025
Copy link

github-actions bot commented Jan 4, 2025

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 98 passed)
   〰️   Line Coverage: 40% (328 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: 280 (total)
   💭   Cognitive Complexity: 103 (total)
   📏   Lines of Code: 2540 (total)
   📝   Non Commenting Source Statements: 835 (total)
   🔭   Access to foreign data: 105 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 321 (total)
   📲   Number of accessors: 17 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 277 (total)
   ➿   N-Path Complexity: 288 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

dependabot bot and others added 2 commits January 10, 2025 04:34
Bumps [edu.hm.hafner:codingstyle](https://github.com/uhafner/codingstyle) from 5.2.0 to 5.5.0.
- [Release notes](https://github.com/uhafner/codingstyle/releases)
- [Changelog](https://github.com/uhafner/codingstyle/blob/main/CHANGELOG.md)
- [Commits](uhafner/codingstyle@v5.2.0...v5.5.0)

---
updated-dependencies:
- dependency-name: edu.hm.hafner:codingstyle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…odingstyle-5.5.0' into jenkins-2.479.x

# Conflicts:
#	pom.xml
Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 98 passed)
   〰️   Line Coverage: 40% (328 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: 280 (total)
   💭   Cognitive Complexity: 103 (total)
   📏   Lines of Code: 2540 (total)
   📝   Non Commenting Source Statements: 835 (total)
   🔭   Access to foreign data: 105 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 321 (total)
   📲   Number of accessors: 17 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 277 (total)
   ➿   N-Path Complexity: 288 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

☀️   Quality Monitor

   🚦   Tests: No test results available
   〰️   Line Coverage: 0% (0 missed lines)
   ➰   Branch Coverage: 0% (0 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: <n/a>
   💭   Cognitive Complexity: <n/a>
   📏   Lines of Code: <n/a>
   📝   Non Commenting Source Statements: <n/a>
   🔭   Access to foreign data: <n/a>
   🔗   Class cohesion: <n/a>
   📤   Fan out: <n/a>
   📲   Number of accessors: <n/a>
   ⚖️   Weight of a class: <n/a>
   📐   Weighted method count: <n/a>
   ➿   N-Path Complexity: <n/a>


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/*-reports/TEST*.xml'! Configuration error for 'Tests'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Line Coverage'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Branch Coverage'?
No matching report files found when using pattern '**/target/**checkstyle-result.xml'! Configuration error for 'CheckStyle'?
No matching report files found when using pattern '**/target/pmd-*/pmd.xml'! Configuration error for 'PMD'?
No matching report files found when using pattern '**/target/spotbugsXml.xml'! Configuration error for 'SpotBugs'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cyclomatic Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cognitive Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Lines of Code'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Non Commenting Source Statements'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Access to foreign data'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Class cohesion'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Fan out'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Number of accessors'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weight of a class'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weighted method count'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'N-Path Complexity'?

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

☀️   Quality Monitor

   🚦   Tests: No test results available
   〰️   Line Coverage: 0% (0 missed lines)
   ➰   Branch Coverage: 0% (0 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: <n/a>
   💭   Cognitive Complexity: <n/a>
   📏   Lines of Code: <n/a>
   📝   Non Commenting Source Statements: <n/a>
   🔭   Access to foreign data: <n/a>
   🔗   Class cohesion: <n/a>
   📤   Fan out: <n/a>
   📲   Number of accessors: <n/a>
   ⚖️   Weight of a class: <n/a>
   📐   Weighted method count: <n/a>
   ➿   N-Path Complexity: <n/a>


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/*-reports/TEST*.xml'! Configuration error for 'Tests'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Line Coverage'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Branch Coverage'?
No matching report files found when using pattern '**/target/**checkstyle-result.xml'! Configuration error for 'CheckStyle'?
No matching report files found when using pattern '**/target/pmd-*/pmd.xml'! Configuration error for 'PMD'?
No matching report files found when using pattern '**/target/spotbugsXml.xml'! Configuration error for 'SpotBugs'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cyclomatic Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cognitive Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Lines of Code'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Non Commenting Source Statements'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Access to foreign data'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Class cohesion'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Fan out'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Number of accessors'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weight of a class'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weighted method count'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'N-Path Complexity'?

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Remove all references to deprecated code.
Remove deprecated methods.
Remove deprecated classes.
Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 98 passed)
   〰️   Line Coverage: 40% (326 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: 275 (total)
   💭   Cognitive Complexity: 103 (total)
   📏   Lines of Code: 2487 (total)
   📝   Non Commenting Source Statements: 825 (total)
   🔭   Access to foreign data: 104 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 316 (total)
   📲   Number of accessors: 17 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 273 (total)
   ➿   N-Path Complexity: 283 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 98 passed)
   〰️   Line Coverage: 40% (326 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: 275 (total)
   💭   Cognitive Complexity: 103 (total)
   📏   Lines of Code: 2487 (total)
   📝   Non Commenting Source Statements: 825 (total)
   🔭   Access to foreign data: 104 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 316 (total)
   📲   Number of accessors: 17 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 273 (total)
   ➿   N-Path Complexity: 283 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 98 passed)
   〰️   Line Coverage: 40% (326 missed lines)
   ➰   Branch Coverage: 47% (85 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🌀   Cyclomatic Complexity: 275 (total)
   💭   Cognitive Complexity: 103 (total)
   📏   Lines of Code: 2487 (total)
   📝   Non Commenting Source Statements: 825 (total)
   🔭   Access to foreign data: 104 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 316 (total)
   📲   Number of accessors: 17 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 273 (total)
   ➿   N-Path Complexity: 283 (total)


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 938249e into main Feb 13, 2025
29 checks passed
@uhafner uhafner deleted the jenkins-2.479.x branch February 13, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking Changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant