Open maiconrocha opened 2 days ago
Please note that we do not officially support the build on Mac. We recommend to do the build on a Linux machine. See the readme: https://github.com/aws-observability/application-signals-demo?tab=readme-ov-file#prerequisite. However you are welcome to submit a PR if you get things working on mac.
As I am not a Java expert, I'm not sure if the fix I applied is following best practices or is something your team would recommend. I've decided to open the issue here in case other customers have stumbled across the same problem and may want a way to just fix the issue and keep moving with the build. I will let the maintainers of this repository decide whether to incorporate that fix into the code or not.
after running the following on my laptop Mac M1 chip
I faced the error:
In order to fix I had to update the file from spring-petclinic-admin-server/pom.xml:
from:
to:
Then I was able to build successfully: