GitHub user aefox opened a pull request:

    https://github.com/apache/camel/pull/1329

    Camel 10086 - Moved Pattern.compile() usages into static variables

    This PR covers a first set of changes for 
[CAMEL-10086](https://issues.apache.org/jira/browse/CAMEL-10086) which targets 
extracting some `Pattern.compile()` usages from within methods into static 
variables.
    
    Couple of things to note:
    - I did not pay attention and ended up with 3 commits. if this is a problem 
let me know and I'll close this PR, squash the commits on a new branch and 
re-raise
    - This PR also has some typo fixes and some license fixes (I found those by 
chance and could not leave them as they were); I hope that's ok

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

    $ git pull https://github.com/aefox/camel CAMEL-10086

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

    https://github.com/apache/camel/pull/1329.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 #1329
    
----
commit e785f4b38e8034242a3b4779a6b1f7ec24ca5479
Author: aefox <alexandru.enache...@gmail.com>
Date:   2016-12-04T17:10:25Z

    CAMEL-10086 moved Pattern.compile usages into static variables

commit 7d4fd6c1b590c33c378c56af4315b7bc97c44470
Author: aefox <alexandru.enache...@gmail.com>
Date:   2016-12-04T17:10:25Z

    CAMEL-10086 moved Pattern.compile usages into static variables

commit cc537416db2cd260468f1382b08988766d29aca3
Author: aefox <alexandru.enache...@gmail.com>
Date:   2016-12-04T19:09:32Z

    CAMEL-10086 Naming fixes + license updated in 2 java classes

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to