-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues while building the project #49
Comments
The issue with the Authorization server shared above has been resolved by adding “mockito-core” dependency to “Wro4j-maven-plugin” in the authserver/pom.xml, as below:
Build progressed and finally failed at Monolithic:
I tried setting JAVA_HOME with JDK 8, 11, but nothing helped. Can you please provide some pointers on this? |
@idugalic |
Hi @odidev thanks for opening the issue. TBH, I have not run or updated this demo project for a long time. |
- only the minimum of library upgrades are done - the projects deserves overall upgrade on all dependencies
@odidev the latest commit seems to fix the issue with the build. Please notice that fix involved only necessary changes for the build to be successful. So, the majority of libraries/dependencies are outdated, and a major upgrade of all dependencies is preferred. If you are using this project in production, consider updating your dependencies to eliminate potential CVE/vulnerabilities. Let me know if you are fine with this, so we can close the issue? |
@idugalic Thank you for the PR. I am now able to build the project on both Linux AMD64 and ARM64 platforms. Next, I ran the application using
It seems like maven tries to download “com.idugalic” artifacts for Linux/ARM64 and failing at it. May I know, do you have any plans to support Linux/ARM64? Kindly let me know your thoughts. |
Hi Team, may I please know your thoughts on the Linux/ARM64 support in micro-company? |
Hi @idugalic , a gentle reminder!! While running the maven application on the Linux/ARM64 platform, it seems like maven tries to download “com.idugalic” artifacts for Linux/ARM64 and failing at it, as can be seen in the logs above. Can you please provide some pointers on the same? |
Hi Team, a gentle reminder!! |
Hi Team,
I am following the documents here: < https://github.com/idugalic/micro-company#running-instructions > to build the project on Ubuntu AWS instance.
After installing JDK 17, I executed
mvn clean install
, and the project failed to resolve the below maven plugin:Same results are found even with JDK 11 and 8.
I tried updating “ro.isdc.wro4j:wro4j-maven-plugin” from 1.7.6 to 1.10.1, but that didn’t help.
Can you please provide me with some pointers on this? Kindly let me know if you need any further information.
The text was updated successfully, but these errors were encountered: