This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138476

Summary: Change descriptor will be final class instead of interface
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed change

Description Petr Hejl 2008-06-27 12:57:01 UTC
AppChangeDescriptor is now API interface. The only implementation is j2ee private impl. There is new
DeploymentChangeDescriptor final class implementing this interface and used directly in any new api method. This is
compatible change.
Comment 1 Petr Hejl 2008-06-27 20:22:50 UTC
Created attachment 63620 [details]
proposed change
Comment 2 Petr Hejl 2008-06-27 20:27:23 UTC
This change is needed for "deploy on save" and is already implemented in http://hg.netbeans.org/jet-cos.

Will be merged on 07/07.
Comment 3 Petr Hejl 2008-07-08 13:58:55 UTC
Merged in trunk.