assertj-assertions-generator-maven-plugin icon indicating copy to clipboard operation
assertj-assertions-generator-maven-plugin copied to clipboard

A maven plugin to generate assertions for your custom types

Results 30 assertj-assertions-generator-maven-plugin issues
Sort by recently updated
recently updated
newest added

I see that in the past 4 years there hasn't been any work done on the project. Issues aren't responded to and user-made and dependabot PRs aren't being merged. Is...

use Objects::deepEquals instead of deprecated Objects::areEqual

Assertions use `Objects::areEqual` method, which is deprecated. They should use `Objects::deepEquals` instead.

Recent versions of Maven validate used Plugins and warn if a plugin might not work in Maven 4.x This plugin is failing the validation: ``` [WARNING] * org.assertj:assertj-assertions-generator-maven-plugin:2.2.0 [WARNING] Plugin...

Actual version is org.assertj:assertj-core:3.19.0 looks like v2 not supported and i have an error `Could not find artifact org.assertj:assertj-core:jar:[2.0.0,2.99.0] in central (https://repo1.maven.org/maven2)`

fixes #93 requires https://github.com/assertj/assertj-assertions-generator/issues/194 to be merged first, since methods/classes introduced with that issue are used here.

Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.2 to 3.7.1. Release notes Sourced from maven-plugin-plugin's releases. 3.7.1 3.7.0 Bug [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets...

dependencies
java

Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.2 to 3.7.1. Release notes Sourced from maven-plugin-annotations's releases. 3.7.1 3.7.0 Bug [MPLUGIN-298] - The plugin descriptor generated by plugin:descriptor does not consider @ see javadoc taglets...

dependencies
java

all javax modules are being replaced with jakarta, this includes `@javax.annotation.Generated`. This is replaced by `@jakarta.annotation.Generated`, allow users to choose which annotation they want on the generated classes. (Related to...