| glassfish:/annotation-framework/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
MAIN:dochez:20071011231431
by dochez on
11 October 2007, 18:14:31 -0500
(14 months ago)
Initial V3 branch check in. Workspace no longer buildable using v2 tools, see glassfish wiki V3 related pages on how to build V3 workspace. Note that all source code is not currently building since it…
./src/java/com/sun/enterprise/deployment/annotation/AnnotationHandler.java
1.5
./src/java/com/sun/enterprise/deployment/annotation/Scanner.java
1.6
GF_V3_PREWORK_BRANCH:psterk:20070927211213
by psterk on
27 September 2007, 16:12:13 -0500
(15 months ago)
Issue number: Added hg change set 04efc97a06b6 'changeset: added module owners, added gem and nucleus distributions' Obtained from: Jerome Dochez Submitted by: Paul Sterk Reviewed by:
./pom.xml
1.1.2.7
SJSAS91_FCS_BRANCH:prasads:20070924055312
by prasads on
24 September 2007, 00:53:12 -0500
(15 months ago)
Merging SAILFIN_BRANCH with SJSAS91_FCS_BRANCH
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.15.6.1
SAILFIN_BRANCH:prasads:20070819053508
by prasads on
19 August 2007, 00:35:08 -0500
(16 months ago)
Issue number: Obtained from: Submitted by: Prasad Subramanian Reviewed by: Extension Deployment SPI changes Plumbing code for plugging the ExtensionDeployment SPI in GlassFish. Tests run : PE QL de…
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.14.26.2
SAILFIN_BRANCH:prasads:20070706100326
by prasads on
06 July 2007, 05:03:26 -0500
(18 months ago)
Merging b54 from GlassFish TRUNK to SAILFIN_BRANCH
./build.properties
1.3.28.1
./build.xml
1.7.12.1
./maven.xml
1.5.28.1
./project.properties
1.3.28.1
./project.xml
1.4.28.1
GF_V3_PREWORK_BRANCH:dochez:20070605163953
by dochez on
05 June 2007, 11:41:07 -0500
(19 months ago)
big rework of the DOL interfaces, Deployment APIs. moved V3 public interfaces to a new module appserv-api. moved the deployment interfaces closer to their final state.
./pom.xml
1.1.2.6
./src/java/com/sun/enterprise/deployment/annotation/AnnotationHandler.java
1.3.16.1
./src/java/com/sun/enterprise/deployment/annotation/Scanner.java
1.4.16.1
MAIN:tcfujii:20070505052313
by tcfujii on
05 May 2007, 00:23:13 -0500
(20 months ago)
CDDL+GPL header updates.
./build.properties
1.4
./build.xml
1.8
./maven.xml
1.6
./project.properties
1.4
./project.xml
1.5
GF_V3_PREWORK_BRANCH:dochez:20070423224615
by dochez on
23 April 2007, 17:46:15 -0500
(20 months ago)
renamed modsys in hk2, rip modsys
./pom.xml
1.1.2.5
GF_V3_PREWORK_BRANCH:dochez:20070407042051
by dochez on
06 April 2007, 23:20:51 -0500
(21 months ago)
trunck merge Issue number: Obtained from: Submitted by: Reviewed by:
./src/java/com/sun/enterprise/deployment/annotation/factory/Factory.java
1.4.6.1
GF_V3_PREWORK_BRANCH:kohsuke:20070312174044
by kohsuke on
12 March 2007, 12:40:44 -0500
(21 months ago)
build infrastructure updated. (1) v2 profile is removed, (2) modules no longer publish to /glassfish/publish, and instead they follow the standard maven rules of pushing to ~/.m2/repository, (3) the d…
./pom.xml
1.1.2.4
MAIN:hzhang_jn:20070207223427
by hzhang_jn on
07 February 2007, 16:36:54 -0600
(23 months ago)
Fix for issue 2180. Fix high level FindBug errors. Reviewed by Tim. Passed deployment dev tests, PE-EE QL.
./src/java/com/sun/enterprise/deployment/annotation/factory/Factory.java
1.5
GF_V3_PREWORK_BRANCH:dochez:20070124182019
by dochez on
24 January 2007, 12:20:19 -0600
(23 months ago)
Extensive rework of the pom files to use better groupId, added preliminary PHP support Issue number: Obtained from: Submitted by: Reviewed by:
./pom.xml
1.1.2.3
GF_V3_PREWORK_BRANCH:dochez:20061206180213
by dochez on
06 December 2006, 12:02:13 -0600
(2 years 1 month ago)
changed parent pom to boostrap, added some utility APIs removed unused pom Issue number: Obtained from: Submitted by: Reviewed by:
./pom.xml
1.1.2.2
MAIN:dochez:20061023203329
by dochez on
23 October 2006, 15:33:29 -0500
(2 years 2 months ago)
file pom.xml was initially added on branch GF_V3_PREWORK_BRANCH. … 20 more files in changeset.
GF_V3_PREWORK_BRANCH:dochez:20061023203329
by dochez on
23 October 2006, 15:33:29 -0500
(2 years 2 months ago)
Added modularization framework and converted build system to use maven2. Only a subset of the modules are building with maven2. You can still use v1/v2 build commands to produce a v2 compliant appserv… … 46 more files in changeset.
MAIN:hzhang_jn:20060925192549
by hzhang_jn on
25 September 2006, 14:25:49 -0500
(2 years 3 months ago)
Performance improvement: issue 418. Adding infrastruture to exclude certain classes from annotation processing. The current excluded classes are: javax.servlet.GenericServlet javax.servlet.http.HttpS…
./build.xml
1.7
./src/java/com/sun/enterprise/deployment/annotation/skip-annotation-class-list
1.1
./src/java/com/sun/enterprise/deployment/annotation/factory/Factory.java
1.4
./src/java/com/sun/enterprise/deployment/annotation/impl/ComponentDefinition.java
1.7
MAIN:va146370:20060328044412
by va146370 on
27 March 2006, 22:44:12 -0600
(2 years 9 months ago)
An appropriate ErrorHandler is invoked if a NoClassDefFoundError is found while loading classes. This helps verifier in reporting the issue. Issue number: 456 Submitted by: Sanjeeb Sahoo Reviewed by: …
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.14
./src/java/com/sun/enterprise/deployment/annotation/impl/LocalStrings.properties
1.2
AS9_BETA_BRANCH:tcfujii:20060116061624
by tcfujii on
16 January 2006, 00:16:24 -0600
(2 years 11 months ago)
Updated copyright text/year.
./build.properties
1.2.2.1
./build.xml
1.5.2.1
./maven.xml
1.4.2.1
./project.properties
1.2.2.1
./project.xml
1.3.2.1
MAIN:tcfujii:20051225034839
by tcfujii on
24 December 2005, 21:48:39 -0600
(3 years ago)
Updated copyright text and year.
./build.properties
1.3
./build.xml
1.6
./maven.xml
1.5
./project.properties
1.3
./project.xml
1.4
MAIN:vijaysr:20051220032222
by vijaysr on
19 December 2005, 21:22:22 -0600
(3 years ago)
Support for @HandlerChain at client Refactoring of HandlerChain handler Fix for 6365145 Submitted by: Vijay Ramachandran Reviewed by: Jerome Dochez Tests : Deployment dev tests, Web vc dev tests, P…
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.12
MAIN:swchan2:20051216225436
by swchan2 on
16 December 2005, 16:54:36 -0600
(3 years ago)
Synopsis: fix CR 636415: SEVERE message in annotation processing should be passed to ErrorHandler.java DefaultErrorHandler.java, AbstractHandler.java Tests run: PE QL, deployment devtests Submitte…
./src/java/com/sun/enterprise/deployment/annotation/impl/DefaultErrorHandler.java
1.5
MAIN:dochez:20051208004909
by dochez on
07 December 2005, 18:49:09 -0600
(3 years 1 month ago)
Added convenience API Reviewed by: Shing Wai Chan
./src/java/com/sun/enterprise/deployment/annotation/AnnotationProcessor.java
1.5
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.11
MAIN:dochez:20051130202228
by dochez on
30 November 2005, 14:22:28 -0600
(3 years 1 month ago)
added a API to allow running the annotation processor with a set of classes. this will be useful when processing introspectors for instance. Ran CTS smoke, QL, EJB 3 devtests, Web services devtests R…
./src/java/com/sun/enterprise/deployment/annotation/AnnotationProcessor.java
1.4
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.10
./src/java/com/sun/enterprise/deployment/annotation/impl/ProcessingResultImpl.java
1.4
MAIN:dochez:20051130173725
by dochez on
30 November 2005, 11:37:25 -0600
(3 years 1 month ago)
Changed the logging level from Fine to Finer
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.9
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationUtils.java
1.6
./src/java/com/sun/enterprise/deployment/annotation/impl/DirectoryScanner.java
1.5
./src/java/com/sun/enterprise/deployment/annotation/impl/ProcessingContextImpl.java
1.4
MAIN:dpatil:20051110215359
by dpatil on
10 November 2005, 15:53:59 -0600
(3 years 1 month ago)
Fixing Issue#34 for building from NetBeans IDE Issue number: Obtained from: Submitted by: Dinesh Reviewed by:
./build.xml
1.5
MAIN:swchan2:20051108011826
by swchan2 on
07 November 2005, 19:18:26 -0600
(3 years 2 months ago)
Synopsis: fix CR 6338466: inheritance of type-level injections not working fix CR 6340961: activation config properties from @MessageDriven are not being processed when ejb-jar.xml…
./src/java/com/sun/enterprise/deployment/annotation/impl/ComponentDefinition.java
1.5
MAIN:dochez:20051104214530
by dochez on
04 November 2005, 15:45:30 -0600
(3 years 2 months ago)
Changed the annotation processor to not stop when exceptions are raised by annotation handler. Added the component info concept and greatly improved the error messaging Passed CTS, QL, deployment, ej…
./src/java/com/sun/enterprise/deployment/annotation/AnnotationProcessor.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/AnnotationProcessorException.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/ComponentInfo.java
1.1
./src/java/com/sun/enterprise/deployment/annotation/ErrorHandler.java
1.4
./src/java/com/sun/enterprise/deployment/annotation/Scanner.java
1.3
MAIN:dochez:20051101001905
by dochez on
31 October 2005, 18:19:05 -0600
(3 years 2 months ago)
Added the notion of overall result to the APT Reviewed by Shing Wai Chan Passed QL, CTS, deployment devtests, ejb30 devtests and webservices devtests
./src/java/com/sun/enterprise/deployment/annotation/HandlerProcessingResult.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/ProcessingResult.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.7
./src/java/com/sun/enterprise/deployment/annotation/impl/HandlerProcessingResultImpl.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/impl/ProcessingResultImpl.java
1.3
MAIN:dochez:20051027172417
by dochez on
27 October 2005, 12:24:17 -0500
(3 years 2 months ago)
Changed the APT to process superclasses Annotations when defined at the TYPE level Passed QL, CTS smoke, Ejb devtests, Deployment devtests (1 failure expected) Reviewed by: Shing Wai Chan
./src/java/com/sun/enterprise/deployment/annotation/impl/AnnotationProcessorImpl.java
1.6
./src/java/com/sun/enterprise/deployment/annotation/impl/ComponentDefinition.java
1.3
./src/java/com/sun/enterprise/deployment/annotation/impl/DirectoryScanner.java
1.3
MAIN:dochez:20051021170618
by dochez on
21 October 2005, 12:06:18 -0500
(3 years 2 months ago)
Renamed the project in build.xml and added a netbeans project
./build.xml
1.4
./nbproject/project.xml
1.1
|