Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#353878 - regression in deployment performance

SVN trunk commit: Bug#353878 - regression in deployment performance

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=353878

 

Code review: Guy (pending)

 

Changes:

- Added JPA deployment performance tests.

- Changed MetadataAsmFactory to skip frames, code, debug when parsing class meta data.

- Added support for lazy MetadataClasses to lazily parse their fields/methods.

- Added method to MetadataFactorys to request lazy or non lazy metadata.

- Micro optimized processDescription code in MetadataAsmFactory.

- Changed metadata processing to request non lazy metadata for likely mapped classes, and lazy for all other classes.

 


Back to the top