Simon

Results 5 comments of Simon

It would be nice to have overloaded methods e.g. in `Claims` e.g. ``` public Claims setExpiration(LocalDateTime date); public Claims setNotBefore(LocalDateTime date); public Claims setIssuedAt(LocalDateTime date); ``` Would you accept a...

The workaround `command: [ "/opt/mssql/bin/sqlservr" ]` did not work for me either.

I use the following workaround in our CI environment: - I use the option `command: [ "/opt/mssql/bin/sqlservr" ]` in docker compose - I just kill the process before I call...

@jest The output is `[/opt/mssql/bin/sqlservr]` And yes, since it is only a CI environment I destroy everything completly on each build ``` docker exec kill 1 || : docker-compose stop...

Any update on this issue? It is still existing in Payara 6.2023.5