Mridula

Results 125 comments of Mridula

jib-maven-plugin 3.4.4 and jib-gradle-plugin 3.4.4 have been released (https://github.com/GoogleContainerTools/jib/releases) to address https://github.com/GoogleContainerTools/jib/issues/4265 and https://github.com/GoogleContainerTools/jib/issues/4265. Please let us know if you're running into any further issues!

TODO: Once a new version of shared-configurations has been published, update the POM.

Next error: ``` [ERROR] The project com.example.appengine:helloworld-jdk21:1.0-SNAPSHOT (/tmpfs/src/github/java-docs-samples/appengine-java21/helloworld/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.example.appengine:helloworld-jdk21:1.0-SNAPSHOT: Could not find artifact com.google.cloud.samples:shared-configuration:pom:1.2.1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong...

> I agree, the most current version available is 1.2.0. Can you rebuild this PR using v1.2.0? Thanks for the question, @telpirion. v1.2.0 brings in an older version of the...

@sheikhoo Appreciate you bringing this to our attention. Unfortunately, it appears that Jib isn't compatible with different numeral systems at the moment. And adding support for it is not going...

Thanks for the link! Hm after trying this out locally, it looks like the same logic as in #4048 still results in the test getting stuck indefinitely (at `CharStreams.toString(stdout)` now)...

After digging a little further and experimenting with the `examples/helloworld` sample, it appears that this issue doesn't occur when the following setup is used: ``` plugins { id 'java' id...

Stacktrace: ``` 2024-08-26T10:48:27.892-0400 [DEBUG] [TestEventLogger] com.google.cloud.tools.jib.gradle.SingleProjectIntegrationTest > testBuild_dockerClient STARTED 2024-08-26T10:48:37.334-0400 [LIFECYCLE] [org.gradle.cache.internal.DefaultFileLockManager] 2024-08-26T10:48:37.334-0400 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared lock on daemon addresses registry. 2024-08-26T10:48:37.334-0400 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Lock acquired on...

@krishnakekan619 Are you in a multi-project setup? Perhaps something like https://github.com/GoogleContainerTools/jib/blob/master/examples/multi-module/README.md?plain=1 could be used in this case.

Thanks for the comment @mnk! Closing this issue as the fix for this was released with 3.4.5 (https://github.com/GoogleContainerTools/jib/issues/4267#issuecomment-2741158450)