Daniel Zou

Results 12 comments of Daniel Zou

Thank you for giving this a try. I'll keep this issue open and see if anyone else is interested in trying to implement this feature.

Clarifying a point - I don't think the issue is limited to "resources" but rather any relative path used to reference files in a test of a child module.

I've been doing research on getting more complex unit tests that use mocking libraries working with native-build-tools, and I think there might be one benefit to running the tests beforehand....

Could you share your pom.xml file? Also, does your project build successfully if you run it locally or is it a buildpacks issue? Note that this error means that the...

Sorry for the delay, I'll take a look and update the corresponding docs. My initial guess is we need to change the [JAR Layout via the gradle property](https://docs.spring.io/spring-boot/docs/1.5.x/reference/html/build-tool-plugins-gradle-plugin.html#build-tool-plugins-gradle-configuration-custom-repackager) to do...

Sorry, I don't think it is possible to use it with Gradle right now due to this: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/445#issuecomment-823578792

I see, then forget about `UNAUTHENTICATED`; However I think `400/Bad Request` should be an indication that the request should not be retried, no?

Ah, so I am interpretting the 400 error-codes as an error being made on the caller's side - see this for what I had in mind: https://stackoverflow.com/questions/47680711/which-http-errors-should-never-trigger-an-automatic-retry I was thinking...

Hello, so to clarify, the position here is that this is working as intended? I can accept this outcome because I don't feel strongly, but I would only say there...

> Do we have any new update about this? `1.3.0` was released https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases > > `1.3.0` give error while builing with quarkus > > ``` > Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved...