Julien Dubois
Julien Dubois
Oh yes, the login:password must probably by urlencoded or something similar - that's definitely an issue!
I tried to find some documentation about this, but couldn't find any :-( So that's "normal" for basic authentication, but I don't know how it's supposed to be encoded.
Great thanks! Let's just document that
@pascalgrimaud one important change: this removes Logback as it's not supported by Spring Native.
@pascalgrimaud I added a GitHub Action step to automatically build the image, but it will only push it to GitHub packages if it's merged on the main branch. This is...
@pascalgrimaud for Git: in fact you're using JGit, which is a Java library and it is not compatible with GraalVM by default. I'm having a look at fixing this, but...
What do you think about recoding `tech.jhipster.lite.generator.project.infrastructure.secondary.GitUtils` and instead of using JGit (the Java implementation of Git that causes the issue), using an external command for Git like we do...
Thanks @DamnClin this is probably the easiest way to fix this!
We have different options, but for something simple/cheap/easy I would recommend you use MongoDB with the Spring MongoDB Starter. On Azure, I can host this on CosmosDB (they support the...
Oh thanks @Flanker32 ! I'm going to use your solution for my sample application, but it indeeds just looks like a workaround, and it would be better to solve it...