Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] SVN (main) Commit: Bug#269981 - Weave attribute accessors

Thanks,

Checked in the missing files.


-----Original Message-----
From: Mitesh Meswani [mailto:Mitesh.Meswani@xxxxxxx]
Sent: Wednesday, March 25, 2009 8:28 PM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] SVN (main) Commit: Bug#269981 - Weave attribute accessors

Hi James,

You might have forgotten to checkin newly added class
PersistenceObjectAttributeAccessor. This is causing the build to fail.

Regards,
Mitesh

James Sutherland wrote:
>
> SVN (main) Commit: Bug#269981 - Weave attribute accessors
>
> 
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=269981
>
> 
>
> Design doc:
>
> http://wiki.eclipse.org/EclipseLink/DesignDocs/221546(2.0
> <http://wiki.eclipse.org/EclipseLink/DesignDocs/221546%282.0>)
>
> 
>
> Changes:
>
> - Auto-init descriptor to use weaved reflection and constructor is
> using field access and was weaved.
>
> - Add get/set/new API to PersistenceObject
>
> - Add PersistenceObjectAttributeAccessor and InstantiationPolicy
>
> - Add generics to ClassDetails
>
> - Weave get/set/new methods if weaving internal (default)
>
> - Switch performance model to use field access
>
> - Add JPA concurrency tests to test build
>
> - Add error count to JPA concurrency tests
>
> - Fix merge performance test setup
>
> - Update JPA concurrency tests to use 32 connections
>
> 
>
> Code Review: Tom (pending)
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> eclipselink-dev mailing list
> eclipselink-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
>  
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top