[jira] [Resolved] (ATLAS-4740) support build using higher version JDK, with 1.8 as target version

2023-04-04 Thread Madhan Neethiraj (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj resolved ATLAS-4740.
-
Fix Version/s: 3.0.0
   2.4.0
   Resolution: Fixed

> support build using higher version JDK, with 1.8 as target version
> --
>
> Key: ATLAS-4740
> URL: https://issues.apache.org/jira/browse/ATLAS-4740
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
> Fix For: 3.0.0, 2.4.0
>
>
> Atlas requires JDK8 to build. Recent changes in infra, like Jenkins, require 
> using JDK11 or above to build. Building with JDK8 results in the failure 
> given below.
>  
> To address this issue, Atlas should be updated to build using later version 
> JDK, still continuing to generate libraries for JDK8.
>  
> {noformat}
> [Atlas-master-snapshot-publish] $ /home/jenkins/tools/java/latest1.8/bin/java 
> -Xmx16g -Xms16g -Dfile.encoding=UTF-8 -Dproject.build.sourceEncoding=UTF-8 
> -cp 
> /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/conf/logging
>  jenkins.maven3.agent.Maven35Main 
> /home/jenkins/tools/maven/apache-maven-3.6.3 /home/jenkins/agent.jar 
> /home/jenkins/maven35-interceptor.jar 
> /home/jenkins/maven3-interceptor-commons.jar 36489
> Exception in thread "main" java.lang.UnsupportedClassVersionError: 
> hudson/remoting/Launcher has been compiled by a more recent version of the 
> Java Runtime (class file version 55.0), this version of the Java Runtime only 
> recognizes class file versions up to 52.0
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4740) support build using higher version JDK, with 1.8 as target version

2023-04-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708693#comment-17708693
 ] 

ASF subversion and git services commented on ATLAS-4740:


Commit d78c81ea6ccf25159fbabded1ed45e0b3320b92c in atlas's branch 
refs/heads/branch-2.0 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d78c81ea6 ]

ATLAS-4740: enable building Atlas using JDK versions higher than 8

(cherry picked from commit 7ab30522583167bb663b3ee7032a7b71a28025b5)


> support build using higher version JDK, with 1.8 as target version
> --
>
> Key: ATLAS-4740
> URL: https://issues.apache.org/jira/browse/ATLAS-4740
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
>
> Atlas requires JDK8 to build. Recent changes in infra, like Jenkins, require 
> using JDK11 or above to build. Building with JDK8 results in the failure 
> given below.
>  
> To address this issue, Atlas should be updated to build using later version 
> JDK, still continuing to generate libraries for JDK8.
>  
> {noformat}
> [Atlas-master-snapshot-publish] $ /home/jenkins/tools/java/latest1.8/bin/java 
> -Xmx16g -Xms16g -Dfile.encoding=UTF-8 -Dproject.build.sourceEncoding=UTF-8 
> -cp 
> /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/conf/logging
>  jenkins.maven3.agent.Maven35Main 
> /home/jenkins/tools/maven/apache-maven-3.6.3 /home/jenkins/agent.jar 
> /home/jenkins/maven35-interceptor.jar 
> /home/jenkins/maven3-interceptor-commons.jar 36489
> Exception in thread "main" java.lang.UnsupportedClassVersionError: 
> hudson/remoting/Launcher has been compiled by a more recent version of the 
> Java Runtime (class file version 55.0), this version of the Java Runtime only 
> recognizes class file versions up to 52.0
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4740) support build using higher version JDK, with 1.8 as target version

2023-04-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708692#comment-17708692
 ] 

ASF subversion and git services commented on ATLAS-4740:


Commit 7ab30522583167bb663b3ee7032a7b71a28025b5 in atlas's branch 
refs/heads/master from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=7ab305225 ]

ATLAS-4740: enable building Atlas using JDK versions higher than 8


> support build using higher version JDK, with 1.8 as target version
> --
>
> Key: ATLAS-4740
> URL: https://issues.apache.org/jira/browse/ATLAS-4740
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Madhan Neethiraj
>Assignee: Madhan Neethiraj
>Priority: Major
>
> Atlas requires JDK8 to build. Recent changes in infra, like Jenkins, require 
> using JDK11 or above to build. Building with JDK8 results in the failure 
> given below.
>  
> To address this issue, Atlas should be updated to build using later version 
> JDK, still continuing to generate libraries for JDK8.
>  
> {noformat}
> [Atlas-master-snapshot-publish] $ /home/jenkins/tools/java/latest1.8/bin/java 
> -Xmx16g -Xms16g -Dfile.encoding=UTF-8 -Dproject.build.sourceEncoding=UTF-8 
> -cp 
> /home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/apache-maven-3.6.3/conf/logging
>  jenkins.maven3.agent.Maven35Main 
> /home/jenkins/tools/maven/apache-maven-3.6.3 /home/jenkins/agent.jar 
> /home/jenkins/maven35-interceptor.jar 
> /home/jenkins/maven3-interceptor-commons.jar 36489
> Exception in thread "main" java.lang.UnsupportedClassVersionError: 
> hudson/remoting/Launcher has been compiled by a more recent version of the 
> Java Runtime (class file version 55.0), this version of the Java Runtime only 
> recognizes class file versions up to 52.0
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74375: ATLAS-4740: enable building Atlas using JDK versions higher than 8

2023-04-04 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74375/#review225352
---


Ship it!




Ship It!

- Sarath Subramanian


On March 30, 2023, 3:06 p.m., Madhan Neethiraj wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74375/
> ---
> 
> (Updated March 30, 2023, 3:06 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Jayendra Parab, Pinal Shah, Sarath 
> Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-4740
> https://issues.apache.org/jira/browse/ATLAS-4740
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> added build properties to generate binaries for 1.8
> 
> 
> Diffs
> -
> 
>   pom.xml 15aa57bc4 
> 
> 
> Diff: https://reviews.apache.org/r/74375/diff/1/
> 
> 
> Testing
> ---
> 
> pre-commit build and test run: 
> https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1335/
> 
> 
> Thanks,
> 
> Madhan Neethiraj
> 
>



[jira] [Commented] (ATLAS-4732) UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date entries

2023-04-04 Thread Prasad P. Pawar (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708668#comment-17708668
 ] 

Prasad P. Pawar commented on ATLAS-4732:


Hi,
Uploaded patch has the required date issue fixed.

> UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date 
> entries
> --
>
> Key: ATLAS-4732
> URL: https://issues.apache.org/jira/browse/ATLAS-4732
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-4732-UI-Setting-atlas.ui.date.format-to-certai.patch
>
>
> Pre-conditions:
> In atlas-application.properties, set the following:-
> {code:java}
> atlas.ui.date.format=DD/MM/ hh:mm:ss{code}
> Steps:
> 1. Create Business Metadata with a date type and assign to a Type (e.g. 
> hdfs_path)
> 2. Create an entity for the assigned Type (hdfs_path).
> 3. Add Business Metadata and select the created date type.
> 4. Populate this value with a date in DD/MM/ format, i.e. (06/03/2023)
> 5. Click Apply.
> 6. Click Save.
> The date changes to 03/06/2023 which is a completely different date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4732) UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date entries

2023-04-04 Thread Prasad P. Pawar (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad P. Pawar updated ATLAS-4732:
---
Attachment: 0001-ATLAS-4732-UI-Setting-atlas.ui.date.format-to-certai.patch

> UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date 
> entries
> --
>
> Key: ATLAS-4732
> URL: https://issues.apache.org/jira/browse/ATLAS-4732
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-4732-UI-Setting-atlas.ui.date.format-to-certai.patch
>
>
> Pre-conditions:
> In atlas-application.properties, set the following:-
> {code:java}
> atlas.ui.date.format=DD/MM/ hh:mm:ss{code}
> Steps:
> 1. Create Business Metadata with a date type and assign to a Type (e.g. 
> hdfs_path)
> 2. Create an entity for the assigned Type (hdfs_path).
> 3. Add Business Metadata and select the created date type.
> 4. Populate this value with a date in DD/MM/ format, i.e. (06/03/2023)
> 5. Click Apply.
> 6. Click Save.
> The date changes to 03/06/2023 which is a completely different date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (ATLAS-4732) UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date entries

2023-04-04 Thread Prasad P. Pawar (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad P. Pawar reassigned ATLAS-4732:
--

Assignee: Prasad P. Pawar

> UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date 
> entries
> --
>
> Key: ATLAS-4732
> URL: https://issues.apache.org/jira/browse/ATLAS-4732
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Prasad P. Pawar
>Priority: Major
>
> Pre-conditions:
> In atlas-application.properties, set the following:-
> {code:java}
> atlas.ui.date.format=DD/MM/ hh:mm:ss{code}
> Steps:
> 1. Create Business Metadata with a date type and assign to a Type (e.g. 
> hdfs_path)
> 2. Create an entity for the assigned Type (hdfs_path).
> 3. Add Business Metadata and select the created date type.
> 4. Populate this value with a date in DD/MM/ format, i.e. (06/03/2023)
> 5. Click Apply.
> 6. Click Save.
> The date changes to 03/06/2023 which is a completely different date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)