darshanik commented on PR #544:
URL: https://github.com/apache/ranger/pull/544#issuecomment-2756274023

   Hi @mneethiraj @kumaab . 
   
   I tried to build the project with JDK 8 and 11 but the 
dependencies(**openmetadata-java-client-1.6.4.jar and 
openmetadata-spec-1.6.4.jar**) that are being used by my extended code for 
tagsync can only be compiled with JDK 17 and above.
   
   **Problem:**
   Existing JDK-8 and JDK-11 versions are having dependency conflict with my 
Changes(sync tags from openmetadata as source) because the openmetadata jars 
are compiled on JDk 17 and above
   
   **Suggested Solution:**
   
   I have spent sometime and was able to successfully build ranger along with 
my changes on open JDK 17 in my local machine.
   
   Following is the snap for your reference.
   
   <img width="959" alt="ranger_build_successful" 
src="https://github.com/user-attachments/assets/a8ca3bce-fe87-4a90-89e1-207846b556cc";
 />
   
   So I have added additional stages of build-17 and docker build-17 in the 
"maven.yml" file to test the build in my bracnh as part of PR workflow before 
asking you.
   
   However, I'm facing the following errors. I'm not sure if these errors are 
related to my changes. 
   
   <img width="951" alt="Ranger_build_Error_Github_workflow" 
src="https://github.com/user-attachments/assets/5bd1a1f9-b83f-4cfe-9236-4a84acd626f6";
 />
   
   If its not too much trouble, could you please guide me or suggest if there 
is any way that I can contribute my changes to Apache Ranger?
   
   Thank you so much for your patience and consideration.
   
   Please let me know if you need further details
   
   my email: mekapatidarsha...@gmail.com
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to