Anthony Dahanne
Anthony Dahanne
Hello @pivotalgeorge ! Thanks for your submission! @pivotal-david-osullivan is working on a big change and would like to merge it before yours. We'll update you!
ugh... with the recent deprecation of v2, let's see what we can do with this PR...
Perfect! thanks @dmikusa and @c0d1ngm0nk3y !
completed in latest build: https://github.com/paketo-buildpacks/java/releases/tag/v17.0.0
also had ``` 13:57:29.771 I - andler-0 : Completed initialization in 0 ms 13:57:37.963 I - andler-1 : Couldn't read class metadata for interface org.springsource.restbucks.order.OrderProjection. Input property calculation might fail...
it's possible that the Rest API does not handle the error cases very well, hence some 500 ``` Http failure response for http://localhost:8080/orders/search/findByStatus?status=jjj: 500 OK { "cause": { "cause": {...
Actually, on a Mac Silicon, you can use the existing Go buildpack that is amd64 only, to build an arm64 image: ``` --env CGO_ENABLED=0 --env GOARCH=arm64 ``` and you're good...
Hello, I've tried to reproduce the issue in a public CI, for everybody to see how to reproduce. I've successfully built on a Windows 10 machine, ``` Nom du système...
can we close the issue?