Skip to content

Commit 0d87297

Browse files
authored
Remove remaining references to Hickory (mapstruct#2511)
1 parent c1fa9bd commit 0d87297

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<forkCount>1</forkCount>
3535
<assertj.version>3.17.2</assertj.version>
3636
<!-- automatically run annotation processors within the incremental compilation -->
37-
<!-- Needed for the hickory processor-->
37+
<!-- Needed for the gem tools processor-->
3838
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
3939
</properties>
4040

processor/src/main/java/org/mapstruct/ap/MappingProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
* <li>if no error occurred, write out the model into Java source files</li>
6868
* </ul>
6969
* <p>
70-
* For reading annotation attributes, gems as generated with help of the <a
71-
* href="https://java.net/projects/hickory">Hickory</a> tool are used. These gems allow a comfortable access to
72-
* annotations and their attributes without depending on their class objects.
70+
* For reading annotation attributes, gems as generated with help of <a
71+
* href="https://github.com/mapstruct/tools-gem">Gem Tools</a>. These gems allow comfortable access to annotations and
72+
* their attributes without depending on their class objects.
7373
* <p>
7474
* The creation of Java source files is done using the <a href="http://freemarker.org/"> FreeMarker</a> template engine.
7575
* Each node of the mapper model has a corresponding FreeMarker template file which provides the Java representation of

processor/src/main/java/org/mapstruct/ap/internal/gem/GemGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import org.mapstruct.tools.gem.GemDefinition;
3737

3838
/**
39-
* Triggers the generation of ge types using <a href="https://java.net/projects/hickory">Hickory</a>.
39+
* Triggers the generation of gem types using <a href="https://github.com/mapstruct/tools-gem">Gem Tools</a>.
4040
*
4141
* @author Gunnar Morling
4242
*/

0 commit comments

Comments
 (0)