Draft
Conversation
6 tasks
scordio
reviewed
Aug 4, 2025
gradle/libs.versions.toml
Outdated
| asciidoctorj-pdf = "2.3.19" | ||
| asciidoctor-plugins = "4.0.4" # Check if workaround in documentation.gradle.kts can be removed when upgrading | ||
| assertj = "3.27.3" | ||
| assertj = "4.0.0-M1" |
Contributor
There was a problem hiding this comment.
We now publish snapshots:
Suggested change
| assertj = "4.0.0-M1" | |
| assertj = "4.0.0-SNAPSHOT" |
Member
Author
There was a problem hiding this comment.
Thanks! You don't publish snapshot Javadoc anywhere, do you?
Contributor
There was a problem hiding this comment.
If I'm not mistaken, the Javadoc JAR also gets generated and published to Maven Central, but I don't know how its content could be consumed/linked.
As part of version 4 work, I plan to publish the Javadoc also to our own domain to relax a bit the dependency to javadoc.io, and the new publishing will also include snapshot content.
25a3aa0 to
8911274
Compare
Member
Author
|
Looks like xmlunit needs to be adjusted due to assertj/assertj@989faf8 |
Contributor
Thanks for the heads up! We'll reach out to the project about it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Try out AssertJ 4.0 prior to its release.
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations