Skip to content

Conversation

ppkarwasz
Copy link
Contributor

This change:

  • Deprecates public/protected hiding methods.
  • Removes package-private hiding methods.
  • For legacy modules that will disappear in 3.x, just suppresses the warning.

Closes #3601

This change:

- Deprecates public/protected hiding methods.
- Removes package-private hiding methods.
- For legacy modules that will disappear in 3.x, just suppresses the warning.

Closes #3601
@ppkarwasz ppkarwasz force-pushed the fix/3601_hiding_methods branch from 3c5949b to 88a2083 Compare April 11, 2025 11:03
@ppkarwasz ppkarwasz requested a review from vy April 11, 2025 11:04
@ppkarwasz ppkarwasz merged commit 1b544d3 into 2.x Apr 15, 2025
11 checks passed
@ppkarwasz ppkarwasz deleted the fix/3601_hiding_methods branch April 15, 2025 07:45
@ppkarwasz
Copy link
Contributor Author

@vy, thanks! 💯

ppkarwasz added a commit that referenced this pull request Apr 17, 2025
* Fix `SEI MET07-J` violations

This change:

- Deprecates public/protected hiding methods.
- Removes package-private hiding methods.
- For legacy modules that will disappear in 3.x, just suppresses the warning.

Closes #3601

* Try skipping required checks

skip-checks: true
ppkarwasz added a commit that referenced this pull request Apr 17, 2025
* Bump org.apache.logging:logging-parent from 12.0.0 to 12.1.0

Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/apache/logging-parent/releases)
- [Commits](apache/logging-parent@rel/12.0.0...rel/12.1.0)

---
updated-dependencies:
- dependency-name: org.apache.logging:logging-parent
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* style: reformat after `palantir-java-format` upgrade

* fix: remove Error Prone overrides

* chore: upgrade workflows to `logging-parent` version `12.1.0`

* Fix `SEI MET07-J` violations (#3602)

* Fix `SEI MET07-J` violations

This change:

- Deprecates public/protected hiding methods.
- Removes package-private hiding methods.
- For legacy modules that will disappear in 3.x, just suppresses the warning.

Closes #3601

* Try skipping required checks

skip-checks: true

* Fix compilation errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <[email protected]>
@ppkarwasz ppkarwasz removed this from the 2.25.0 milestone May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix SEI MET07-J violations
2 participants