Console Output (lines 338,392-338,413)

[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/REST/target/unwoven-test-classes
[INFO] Executed tasks
[INFO]
[INFO] --- resources:3.2.0:resources (default-resources) @ it-tidalwave-bluemarine2-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 11 resources to webapp
[INFO] Copying 1 resource
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ it-tidalwave-bluemarine2-rest ---
[WARNING] Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/REST/target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /org.springframework.beans.factory.annotation.Configurable,/org.springframework.web.bind.annotation.RestController,/javax.annotation.Nullable,/it.tidalwave.messagebus.annotation.ListensTo,/org.springframework.web.bind.annotation.ResponseBody,/org.springframework.web.bind.annotation.ResponseStatus,/org.springframework.web.bind.annotation.PathVariable,/javax.annotation.Nonnegative,/com.fasterxml.jackson.annotation.JsonPropertyOrder,/org.springframework.web.bind.annotation.RequestParam,/com.fasterxml.jackson.annotation.JsonInclude,/javax.annotation.Nonnull,/com.fasterxml.jackson.annotation.JsonIgnore,/it.tidalwave.util.annotation.VisibleForTesting,/it.tidalwave.messagebus.annotation.SimpleMessageSubscriber,/org.springframework.web.bind.annotation.RequestHeader,/javax.inject.Inject,/org.springframework.web.bind.annotation.RequestMapping
[WARNING] /var/jenkins_home/jobs/blueMarine2_Metrics/workspace/modules/REST/src/main/java/it/tidalwave/bluemarine2/rest/impl/MusicResourcesController.java:[322,32] [unchecked] unchecked cast
required: Finder<ENTITY>
found: FINDER
where FINDER,ENTITY,JSON are type-variables:
FINDER extends SourceAwareFinder<ENTITY,FINDER> declared in method <ENTITY,FINDER,JSON>finalized(FINDER,String,String,Function<ENTITY,JSON>)
ENTITY extends Object declared in method <ENTITY,FINDER,JSON>finalized(FINDER,String,String,Function<ENTITY,JSON>)
JSON extends Object declared in method <ENTITY,FINDER,JSON>finalized(FINDER,String,String,Function<ENTITY,JSON>)