Bug 1096014

Summary: glassfish-hk2: migrate to maven-processor-plugin
Product: [Fedora] Fedora Reporter: Michal Srb <msrb>
Component: glassfish-hk2Assignee: Michal Srb <msrb>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: java-sig-commits, msrb, puntogil
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glassfish-hk2-2.1.93-6.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-09 07:16:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Srb 2014-05-09 05:30:12 UTC
Description of problem:

glassfish-hk2 uses apt-maven-plugin for processing annotations at build time. Since apt is no longer available in JDK8, this package should use maven-processor-plugin instead.

Comment 1 Michal Srb 2014-05-09 07:16:35 UTC
This turned out to be only superfluous BR on apt-maven-plugin. One module in the project indeed uses old APT API, but we don't build/ship this particular module (and it's already fixed in upstream git repo). I've removed BR on apt-maven-plugin. Closing.