Skip to content

Update genjavadoc-plugin to 0.19#1178

Merged
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/genjavadoc-plugin-0.19
Mar 14, 2024
Merged

Update genjavadoc-plugin to 0.19#1178
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/genjavadoc-plugin-0.19

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates com.typesafe.genjavadoc:genjavadoc-plugin from 0.18 to 0.19

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (0.18).
You might want to review and update them manually.

daffodil-japi/build.sbt
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.typesafe.genjavadoc", artifactId = "genjavadoc-plugin" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.typesafe.genjavadoc", artifactId = "genjavadoc-plugin" }
}]
labels: library-update, old-version-remains, commit-count:1

Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

  • Do all automated continuous integration checks pass?
    Tests are running now, but docs built correctly locally
  • Is the update a patch, minor, or major update?
    Minor update, fixed use of java @Deprecated annotation with scala 2.13, does not affect daffodil
  • Is the license still compatible with ASF License Policy?
    Yes, still ALv2
  • Have any changes been made to LICENSE/NOTICE files that need to be incorporated?
    Not applicable, we do not distribute
  • Have any transitive dependencies been added or changed?
    Not applicable, we do not distribute

Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@tuxji tuxji merged commit 24eebf8 into apache:main Mar 14, 2024
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.

3 participants