sujith-mn
sujith-mn
devon4j-kafka - spring kafka is superseded. The below comment is already there with the classes. @deprecated The implementation of devon4j-kafka will be abandoned. It is superseded by Springs Kafka implementation.
https://github.com/devonfw/devon4j/issues/542 discussion on removing/adapting Kafka
Script file attached, helps to improve speed. Details [P002116-1885.zip](https://github.com/devonfw/ide/files/8058780/P002116-1885.zip)
@maybeec the development and testing of the JIB is done already, IMHO we should go with it now as we do not have time to try spring boot for this...
Jib has a great feature where we can use it without docker being installed, as long as you store the Container Image on an external Container Registry (like DockerHub or...
it is working with the multimodule configuration link which is shared. Only the parent pom will have the JIB configuration, other modules does not need a configuration unless it is...
>The regular mvn compile should trigger buildTar as we concluded. This should be in a profile that is active by default. As you sayed earlier this goal will work without...
It is seems there is some issues with OCI format and tar file building. once the configuration ` OCI ` removed, the `no such file or directory` issue is NOT...