To clear these sorts of caches, you should be able to use
BuildContextManager.clearBuildContext().
Just fyi.
-john
On Sep 24, 2007, at 2:42 AM, Milos Kleint wrote:
On 9/24/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote:
that's exactl
Just to be clear, the ProjectBuildCache is currently stored in a
ThreadLocal, by way of the BuildContextManager.
The BuildContext stuff needs a little more love, definitely, but this
cache should not be a memory leak now, unless I'm missing something...
-john
On Sep 24, 2007, at 2:42 AM, M
On 9/24/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote:
>
> > that's exactly what I wanted to know. So we then agree than this must
> > be cleared at the end of each execution. If that's the case then no
> > caching is needed, but we would
On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote:
that's exactly what I wanted to know. So we then agree than this must
be cleared at the end of each execution.
For snapshots definitely. In the embedder releases should not change.
For a quick fix, yes just flush them post execution.
On 23 Sep 07, at 8:54 PM 23 Sep 07, Carlos Sanchez wrote:
that's exactly what I wanted to know. So we then agree than this must
be cleared at the end of each execution. If that's the case then no
caching is needed, but we would need a cache per execution request to
allow concurrent executions
that's exactly what I wanted to know. So we then agree than this must
be cleared at the end of each execution. If that's the case then no
caching is needed, but we would need a cache per execution request to
allow concurrent executions
On 9/23/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> On 23
On 23 Sep 07, at 8:28 PM 23 Sep 07, Carlos Sanchez wrote:
Hi, this is a thread to gather other people's opinions on the usage of
caching inside core maven
While using the embedder I've come across some caching issues, mainly
MNG-3008, but also MNG-3170 and MNG-3013
For instance in org.apache.
Hi, this is a thread to gather other people's opinions on the usage of
caching inside core maven
While using the embedder I've come across some caching issues, mainly
MNG-3008, but also MNG-3170 and MNG-3013
For instance in org.apache.maven.project.build.ProjectBuildCache
projects are being cache