Michael Rimov
2011-11-08 00:43:08 UTC
Paul,
I was looking @ the diffs.... and this code in Iterative adapter:
if (injectionMembers == null) {
synchronized (this) {
if (injectionMembers == null) {
initializeInjectionMembersAndTypeLists();
}
}
}
Isn't that double-check locking and not really solving the race condition?
Or is Boolean assignment exempt from this kind of situation?
-Mike
-----Original Message-----
From: Paul Hammant [mailto:paul-POq8DFUn+***@public.gmane.org]
Sent: Monday, November 07, 2011 11:53 AM
To: dev-qxt/k92ZUMzOYGyH7mwfjrEhcVWVsK+***@public.gmane.org
Subject: Re: [picocontainer-dev] Release of Pico 2.14
My bad - I've only just done the nexus 'approval'. Give it four hours or
so. Meanwhile build from source :
http://svn.codehaus.org/picocontainer/java/2.x/tags/picocontainer-2.14/
mvn clean install -DskipTests -Preporting
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
I was looking @ the diffs.... and this code in Iterative adapter:
if (injectionMembers == null) {
synchronized (this) {
if (injectionMembers == null) {
initializeInjectionMembersAndTypeLists();
}
}
}
Isn't that double-check locking and not really solving the race condition?
Or is Boolean assignment exempt from this kind of situation?
-Mike
-----Original Message-----
From: Paul Hammant [mailto:paul-POq8DFUn+***@public.gmane.org]
Sent: Monday, November 07, 2011 11:53 AM
To: dev-qxt/k92ZUMzOYGyH7mwfjrEhcVWVsK+***@public.gmane.org
Subject: Re: [picocontainer-dev] Release of Pico 2.14
My bad - I've only just done the nexus 'approval'. Give it four hours or
so. Meanwhile build from source :
http://svn.codehaus.org/picocontainer/java/2.x/tags/picocontainer-2.14/
mvn clean install -DskipTests -Preporting
Hi Paul,
Will this release be deployed in Maven repository ?
Thanks
---------------------------------------------------------------------Will this release be deployed in Maven repository ?
Thanks
Hey Mike. The answer is I'm not sure. It's pretty up to date - go
for it: The stuff that's in the latest release isn't in 3.x / Git
yet.
- Paul
On Mon, Nov 7, 2011 at 10:38 AM, Michael Rimov
http://xircles.codehaus.org/manage_email
for it: The stuff that's in the latest release isn't in 3.x / Git
yet.
- Paul
On Mon, Nov 7, 2011 at 10:38 AM, Michael Rimov
Hey Paul,
What is the last change you ported over to Pico 3?
I'll be happy to manually port based on the diffs, but I wanted to
make sure before I started that I wasn't duplicating efforts.
---------------------------------------------------------------------What is the last change you ported over to Pico 3?
I'll be happy to manually port based on the diffs, but I wanted to
make sure before I started that I wasn't duplicating efforts.
http://xircles.codehaus.org/manage_email
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email