Urs Joss

Results 26 issues of Urs Joss

Thanks for the quick release of kluent-1.70 which solved my issues with java 11 in one project. Unfortunately, there was more lurking behind the wall, only found in another project:...

With the update of mockk from 1.13.9 to 1.13.10, some tests in some of our repos started to fail. Turns out that mocked calls that return inline value classes now...

Resolves #22 - Bumps almost all versions of dependencies to the current versions - except liquibase, where I only bumped to the latest 3.x version (3.10.3), but didn't invest into...

While the currently released version of jooq-modelator still works,it uses relatively old versinos of jOOQ, flyway and many other dependencies. Also, pulling the docker containers (postgres, mariadb) for newer versions...

https://github.com/apache/netbeans/releases/tag/21

- adds just recipe to run the application from sources (`just run`). - updates the README accordingly Easier to test after merge of #138.

Currently missing. See https://github.com/thinkingrock-gtd/tr-pc/wiki/Menu-Structure-ThinkingRock-3.7.0#menu-view

I included the Apple Application Menu platform dependency in PR #138. This supposedly allows to set the application name when running on MacOS. Evaluate the possibilities and effect of setting...

mac

It would be very helpful if we can use some annotation based approach to hint to the compiler about nullability of variables/parameters. See [here](https://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use) for an overview on such frameworks....