-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
the annotation processing is not correct:
[INFO] --- apt:1.1.3:process (default) @ appointment-booking-app ---
error: Annotation processor 'com.mysema.query.apt.jpa.JPAAnnotationProcessor' not found
1 error
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ appointment-booking-app ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 3 resources from src\main\resources to target\classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ appointment-booking-app ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 49 source files with javac [debug parameters release 21] to target\classes
[INFO] Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
[WARNING] /C:/projects/jbf/java-backend-developer-app/src/main/java/com/capgemini/training/appointmentbooking/logic/mapper/AppointmentMapper.java:[14,27] Unmapped target property: "endsAt".
[WARNING] /C:/projects/jbf/java-backend-developer-app/src/main/java/com/capgemini/training/appointmentbooking/logic/mapper/AppointmentCtoMapper.java:[17,27] Unmapped target property: "endsAt".
Metadata
Metadata
Assignees
Labels
No labels