Skip to content

1.21

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 11:22
· 216 commits to master since this release
access-modifier-1.21
60f20dd

👪 New home

Access Modifier has moved from @kohsuke's personal account into the @jenkinsci GitHub organisation

We're currently only publishing this to https://repo.jenkins-ci.org, if someone has a need for this to be in maven central then please open a GitHub issue here and we can discuss it.

Note: there were a number of failed releases during the migration due to this being the first maven plugin hosted in a long time and some additional configuration required for it

🚀 New features and improvements

  • Classes should be able to access their own fields and methods (#17) @t-8ch
  • Make Checker constructor public (#23) @sghill

📦 Dependency updates

👻 Maintenance

  • Output invoker failures in junit format (#39) @timja
  • Incrementalified. (#33) @timja
  • Initial metadata updates - dependabot, release-drafter etc (#34) @timja
  • Use jenkins pom + modernise (spotbugs) and add CI (#32) @timja
  • Support compiling with java level 11 (#29) @timja