You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/12/17 03:55:39 UTC

[geode] branch master updated (ecd2377 -> 020abc3)

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

onichols pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from ecd2377  Replacing master with contents of rel/v1.14.2
     new 532c24b  GEODE-9655: Bump shiro-core from 1.7.1 to 1.8.0
     new 020abc3  Enable LGTM as PR-gating checks (#7197)

The 2 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:
 .asf.yaml                                                              | 3 +++
 .../org/apache/geode/gradle/plugins/DependencyConstraints.groovy       | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt      | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

[geode] 01/02: GEODE-9655: Bump shiro-core from 1.7.1 to 1.8.0

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

onichols pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 532c24b27e98cf58680d53bd910c0889825e55cc
Author: Owen Nichols <on...@apache.org>
AuthorDate: Tue Sep 28 16:50:06 2021 -0700

    GEODE-9655: Bump shiro-core from 1.7.1 to 1.8.0
---
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index c505fef..e8022c5 100644
--- a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -123,7 +123,7 @@ class DependencyConstraints implements Plugin<Project> {
         api(group: 'javax.annotation', name: 'jsr250-api', version: '1.0')
         api(group: 'javax.ejb', name: 'ejb-api', version: '3.0')
         api(group: 'javax.mail', name: 'javax.mail-api', version: '1.6.2')
-        api(group: 'javax.resource', name: 'javax.resource-api', version: '1.7.1')
+        api(group: 'javax.resource', name: 'javax.resource-api', version: '1.8.0')
         api(group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0')
         api(group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1')
         api(group: 'joda-time', name: 'joda-time', version: '2.10.9')
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index a11f79b..912e4ba 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -1022,7 +1022,7 @@ lib/jackson-core-2.12.1.jar
 lib/jackson-databind-2.12.1.jar
 lib/javax.activation-api-1.2.0.jar
 lib/javax.mail-api-1.6.2.jar
-lib/javax.resource-api-1.7.1.jar
+lib/javax.resource-api-1.8.0.jar
 lib/javax.servlet-api-3.1.0.jar
 lib/javax.transaction-api-1.3.jar
 lib/jaxb-api-2.3.1.jar

[geode] 02/02: Enable LGTM as PR-gating checks (#7197)

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

onichols pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 020abc3ba9554c67f69d00d3cbe26023c24d0498
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Thu Dec 16 19:41:58 2021 -0800

    Enable LGTM as PR-gating checks (#7197)
    
    (cherry picked from commit 48ccfe734aac39107c1fa16e2e961027089cb85e)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 279389d..a80149f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,6 +41,9 @@ github:
           - concourse-ci/build
           - concourse-ci/unit-test-openjdk11
           - concourse-ci/unit-test-openjdk8
+          - "LGTM analysis: Java"
+          - "LGTM analysis: Python"
+          - "LGTM analysis: JavaScript"
 
       required_pull_request_reviews:
         dismiss_stale_reviews: false