Filipe Roque

Results 24 comments of Filipe Roque

> Looked into the process for uploading an image from CI (since I don't want to do it manually). I just learned that Docker can build the image themselves: https://docs.docker.com/docker-hub/builds/

> Since you are running a multi-module maven project, the reactor will build module1 and its downstream dependencies (all modules dependent on module1) and release module2. Are you talking about...

@devinsba any news ? Is the method mentioned by @pcasaes the recommended solution ?

Running against latest v1.20.1 is not yet fixed. Testing with the flags in https://github.com/DataDog/dd-trace-java/issues/5042 produces a different output but not correct ```shell export VERSION="1.20.1" wget -nc https://github.com/DataDog/dd-trace-java/releases/download/v$VERSION/dd-java-agent-$VERSION.jar docker run \...

Having the (shared) binaries compiled upstream would be great for us. I am currently doing a manual cross compilation and persisting the objects to git: https://github.com/premium-minds/sonar-postgres-plugin/blob/master/generate_libpg_query.sh

@pnamburi-chwy thanks. that is very helpful. This can now be closed.

This is failling: ```java public static void main(String[] args) { final var options = JpaPersistOptions.builder().setAutoBeginWorkOnEntityManagerCreation(true).build(); Injector injector = Guice.createInjector(new PortugalDependencyModule(), new SpainDependencyModule(), new AndorraDependencyModule(), new JpaPersistModule("application-persistence-unit", options)); injector.getInstance(PersistService.class).start(); var uid...

This is something not currently supported. We are persistent payment information before persisting invoice information. Can not think of a workaround.

Issuing a Debit note is not a common use case, so it seems it was not implemented. No special reason for it. It was not intentionally excluded.