Simon Martinelli

Results 44 comments of Simon Martinelli

Yes ``` db = new org.testcontainers.containers.PostgreSQLContainer("postgres:12.7") .withUsername("${db.username}") .withDatabaseName("jtaf4") .withPassword("${db.password}") db.start() project.properties.setProperty('db.url', db.getJdbcUrl()) ```

I have the same issue in one of my projects and I thought maybe someone might be interested in the Maven plugin configuration: ``` org.graalvm.buildtools native-maven-plugin true --initialize-at-build-time=org.slf4j.helpers ```

@pesse and @jgebal Have you had a look at how I do that in https://github.com/utPLSQL/utPLSQL-maven-plugin I even deploy to Maven Central.

1. Step: use GitHub Packages 2. Step: use JReleaser to deploy to various platforms (GitHub Packages, sdkman etc)

Thanks @aalmiray We already use these two plugins plus a checksum plugin to add the files to the release in Github. We will not use Github Packages.

Hi Raimund, Thanks for reporting this issue. There should be a dialog asking if you want to close and then the session will be closed as well. But for some...

That looks like a huge limitation because I cannot use the web component without using JavaScript.

Yes, the input is static generated in a Java app. With data it works fine. Thanks @rslawik