You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by meeximum <gi...@git.apache.org> on 2017/02/17 11:24:06 UTC

[GitHub] cayenne pull request #174: Velocity parsing : Added ConcurrentHashMap for ca...

GitHub user meeximum opened a pull request:

    https://github.com/apache/cayenne/pull/174

    Velocity parsing : Added ConcurrentHashMap for caching the parsed nodes

    In our case this brings a performance improvement!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/meeximum/cayenne patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/174.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #174
    
----
commit c8afce4f89c9def3608b12824e6875ba32cd8bdf
Author: Markus Reich <re...@gmail.com>
Date:   2017-02-17T11:23:13Z

    Added ConcurrentHashMap for caching the parsed nodes
    
    In our case this brings a performance improvement!

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cayenne pull request #174: Velocity parsing : Added ConcurrentHashMap for ca...

Posted by meeximum <gi...@git.apache.org>.
Github user meeximum closed the pull request at:

    https://github.com/apache/cayenne/pull/174


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cayenne pull request #174: Velocity parsing : Added ConcurrentHashMap for ca...

Posted by meeximum <gi...@git.apache.org>.
GitHub user meeximum reopened a pull request:

    https://github.com/apache/cayenne/pull/174

    Velocity parsing : Added ConcurrentHashMap for caching the parsed nodes

    In our case this brings a performance improvement!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/meeximum/cayenne patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/174.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #174
    
----
commit c8afce4f89c9def3608b12824e6875ba32cd8bdf
Author: Markus Reich <re...@gmail.com>
Date:   2017-02-17T11:23:13Z

    Added ConcurrentHashMap for caching the parsed nodes
    
    In our case this brings a performance improvement!

commit 207c086f8d859f427f82f6a2236c42942bc9fb39
Author: Markus Reich <re...@gmail.com>
Date:   2017-02-17T11:37:30Z

    Added missing java.util.concurrent packages 
    
    ConcurrentHashMap,ConcurrentMap

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---