You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2021/07/28 21:27:12 UTC

[atlas] branch branch-2.0 updated (f08a407 -> aee4903)

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

amestry pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.


    from f08a407  ATLAS-4340: Set Solr wait-searcher property to false by default to make Solr commits async
     new 089d2b0  ATLAS-4372: Upgrade nimbus-jose-jwt to 9.8.1
     new aee4903  ATLAS-4368: Atlas - Remove elasticsearch dependency or upgrade to 6.8.15

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:
 pom.xml        | 2 +-
 webapp/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[atlas] 02/02: ATLAS-4368: Atlas - Remove elasticsearch dependency or upgrade to 6.8.15

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

amestry pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit aee490390a704ddc457529b3d7f7a43421ccbbc4
Author: Disha Talreja <dt...@21984.local>
AuthorDate: Wed Jul 21 23:07:54 2021 -0400

    ATLAS-4368: Atlas - Remove elasticsearch dependency or upgrade to 6.8.15
    
    Signed-off-by: Ashutosh Mestry <am...@cloudera.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f23d13c..6609fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,7 +686,7 @@
         <curator.version>4.3.0</curator.version>
         <doxia.version>1.8</doxia.version>
         <dropwizard-metrics>3.2.2</dropwizard-metrics>
-        <elasticsearch.version>6.8.3</elasticsearch.version>
+        <elasticsearch.version>6.8.15</elasticsearch.version>
         <entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl>
         <enunciate-maven-plugin.version>2.13.2</enunciate-maven-plugin.version>
         <failsafe.version>2.18.1</failsafe.version>

[atlas] 01/02: ATLAS-4372: Upgrade nimbus-jose-jwt to 9.8.1

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

amestry pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 089d2b08c6a9eaba5a06591d3f752d6656dde4bf
Author: Disha Talreja <di...@gmail.com>
AuthorDate: Tue Jul 27 16:48:27 2021 -0400

    ATLAS-4372: Upgrade nimbus-jose-jwt to 9.8.1
    
    Signed-off-by: Ashutosh Mestry <am...@cloudera.com>
---
 webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index dd5dd82..3785b4e 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -439,7 +439,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>5.4</version>
+            <version>9.8.1</version>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>