Y. Luis

Results 17 comments of Y. Luis

Seems https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/docs/USER_GUIDE.adoc hasn't been updated accordingly yet.

Rebased from `master`. I have not had a lot of time to check it. Hope I can later.

@goodboy, currently I am not working on any related project and I am afraid I will not have enough time for the time being, but thanks for asking.

Not sure if related (I'm a novice with Quarkus) but I am trying to run a Quarkus app in a local container and use [remote development mode](https://quarkus.io/guides/maven-tooling#remote-development-mode) and I'm facing...

Sure. I am trying an app based on a Maven multi-module project [here](https://github.com/PacktPublishing/Designing-Hexagonal-Architecture-with-Java/tree/main/Chapter15), with the following `Dockerfile`: ``` FROM azul/zulu-openjdk-alpine:17 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' # We make four distinct layers so...

Yes, my `bootstrap/application.properties` file: ``` quarkus.datasource.reactive.url=postgresql://poc-process-db:5432/postgres quarkus.datasource.username=docker quarkus.datasource.password=pass quarkus.datasource.db-kind=postgresql quarkus.hibernate-orm.database.generation=drop-and-create quarkus.devservices.enabled=true quarkus.http.cors=true quarkus.package.type=mutable-jar quarkus.live-reload.password=changeit quarkus.live-reload.url=http://localhost:8080 ```

I launch `quarkus:remote-dev` from the root of the project. The only I do is `./mvnw clean package -DskipTests`, should I try running `quarkus:remote-dev` from the application module? Should I run...

OK but then for live reload to work, it is required to launch from project's root, does that confirms the error comes from a bug?

> @y-luis-rojo would you be able to test a custom branch of quarkus? I can try. Could you please share documentation on how to do it? Maybe you could publish...