Martin Kamp Jensen

Results 5 issues of Martin Kamp Jensen

Trying to fix a conflict with [cassandra-driver-core](https://search.maven.org/search?q=g:com.datastax.cassandra%20a:cassandra-driver-core) (which has a couple of dependencies to `com.github.jnr` artifacts) by relocating package `jnr` to `com.spotify.docker.client.shaded.jnr`. As discussed at https://github.com/spotify/docker-client/pull/272#issuecomment-429827338. I did try to...

[DEPRECATED_API_SHOULD_NOT_BE_USED](https://github.com/TNG/ArchUnit/blob/1ed20d5ff815fc0f669b9e4b4ae1bbbd112c3ae5/archunit/src/main/java/com/tngtech/archunit/library/GeneralCodingRules.java#L510C34-L510C67) does not consider constants. For example, referring to ``` @Deprecated static final int CONSTANT = 42; ``` is not considered a violation. I extended [GeneralCodingRulesTest](https://github.com/TNG/ArchUnit/blob/1ed20d5ff815fc0f669b9e4b4ae1bbbd112c3ae5/archunit/src/test/java/com/tngtech/archunit/library/GeneralCodingRulesTest.java#L125) to demonstrate the issue:...

## Summary Please consider supporting that a configurable rule can be a [grouping of rules](https://www.archunit.org/userguide/html/000_Index.html#_grouping_rules). ## Type of Issue It is a : - [ ] bug - [x] request...

It would be helpful if the default instructions for Felix could be overwritten globally. E.g. instead of having to include the following for each artifact, it would just need to...

When using Spring Shell 3.3.x, the call at https://github.com/fonimus/ssh-shell-spring-boot/blob/main/starter/src/main/java/com/github/fonimus/ssh/shell/SshShellRunnable.java#L160 matches https://github.com/spring-projects/spring-shell/blob/v3.3.4/spring-shell-core/src/main/java/org/springframework/shell/ShellRunner.java#L51 instead of https://github.com/spring-projects/spring-shell/blob/v3.3.4/spring-shell-core/src/main/java/org/springframework/shell/jline/InteractiveShellRunner.java#L69. This leads to `ChannelSession[id=0, recipient=0]-ServerSessionImpl[]: unexpected exception` with stack trace: ``` java.lang.UnsupportedOperationException: Should get implemented together...