You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/08 13:58:19 UTC

[commons-pool] branch master updated (3d7337c -> c9f61e3)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git.


    from 3d7337c  Use US English spelling.
     new 9e82bc8  Cache ~/.m2 dir for GitHub builds.
     new 5de186a  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git
     new c9f61e3  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml | 6 ++++++
 1 file changed, 6 insertions(+)


[commons-pool] 03/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit c9f61e36b119a824c6c02ee6009eddae47bfecef
Merge: 5de186a 3d7337c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 31 09:07:29 2020 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git

 src/changes/changes.xml                               | 2 +-
 src/main/java/org/apache/commons/pool2/PoolUtils.java | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[commons-pool] 01/03: Cache ~/.m2 dir for GitHub builds.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 9e82bc8bbc33bbcffd57022686d11edc055cb1ea
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 21:18:00 2020 -0400

    Cache ~/.m2 dir for GitHub builds.
---
 .github/workflows/maven.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1ab7063..05a1832 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,6 +32,12 @@ jobs:
         
     steps:
     - uses: actions/checkout@v2.3.2
+    - uses: actions/cache@v2
+      with:
+        path: ~/.m2/repository
+        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+        restore-keys: |
+          ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v1.4.0
       with:


[commons-pool] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 5de186ad645ef790c4c370096ffbcd5b51d6c7c9
Merge: 9e82bc8 f337409
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 11 08:49:43 2020 -0400

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-pool.git

 src/test/java/threading_pool/ObjectPoolIssue.java | 156 ----------------------
 1 file changed, 156 deletions(-)