kkurczewski

Results 12 comments of kkurczewski

This is caused by [JEP 396](https://openjdk.org/jeps/396), Java 17 has [more restrictive approach](https://stackoverflow.com/questions/66974846/java-lang-exceptionininitializererror-with-java-16-j-l-classformaterror-access?noredirect=1&lq=1#comment125543467_67006749) regarding modules. As a **workaround** you have to pass `--add-opens=java.base/java.time=ALL-UNNAMED` with specified module and package in JVM args...

@neerajbadlani it worked for me out of the box (fresh installation). Are you sure you have git completions installed?

Two years later and it still works for me on fresh install, for the record, necessary config: ``` # .bashrc or .bash_aliases source ~/.fzf/fzf-bash-completion.sh bind -x '"\t": fzf_bash_completion' # enable...

Hello @jnizet As agreed I removed references to Ninja Squad from code. If there is something else you want to change please feel free to correct PR. Regarding next step,...

Okay. I don't wanna force you to do any action. Just googled up what options offers Github itself and thought it may be best (due auto-redirect for example).

I can try to provide fix for this in my free time if there is willingness from Spring Data team to merge such change. Personally I consider this as a...

Yes, that kinda would work but I feel this is little hackish... I need afterall make my own image which will still have dangling empty volume. Sorry if I'm sound...

Hi, As per [this post](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/): > We are monitoring telemetry for the usage of these commands and plan to fully disable them on 31st May 2023. **Starting 1st June 2023...

I don't know why this is marked papercut, it is second most voted issue and it isn't a debatable feature but a freaking bug. And reported back in 2021! After...