George Gastaldi

Results 345 comments of George Gastaldi

Here is a test using assertions based on your report: ```java package org.jboss.forge.test.roaster.model; import org.jboss.forge.roaster.Roaster; import org.jboss.forge.roaster.model.source.JavaClassSource; import org.jboss.forge.roaster.model.source.JavaInterfaceSource; import org.jboss.forge.roaster.model.source.JavaSource; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import java.util.List; import static org.assertj.core.api.Assertions.assertThat;...

@astubbs you need to use `generated.setStringValue("truth-generator");` instead. The `setAnnotationValue` method is intended for cases where you want to add a nested annotation inside an annotation. Closing

Sure, that would be nice to have. Fancy submitting a PR? 😉

That makes sense. I'll leave it open until we get a better error message in this case

I can provision a new repository there, too bad we'll miss the GitHub stars. I can also move the repository there to preserve the stars if you make me an...

Repository moved. Here is a checklist of what needs to be done to integrate with the Quarkus tooling: https://hub.quarkiverse.io/checklist/#after-the-repository-is-created

Any estimate when this is going to be fixed?

One way to achieve this easily is to specify the JDK version in the Booster version. That would require zero changes in the frontend and the backend. The only change...

For the create flow we can add the versions as a drop-down Em Qua, 9 de jan de 2019 08:19, Andrew Lee Rubinger < [email protected] escreveu: > And for the...

@quintesse isn't a matter of creating separate S2I builder images?