Caleb Cushing
Caleb Cushing
#### Feature summary It would be nice to be able to test java modularity. I'm not certain what the best API is. I imagine that it has to be a...
So in situation where I don't have gradle installed, I'm starting a new module/repo so no gradlew. And lets say for the sake of argument I don't have an IDE...
using Adding parenthesis around multiline returns (honestly not certain all of the rules) is how prettier treats typescript and thus the prettier-plugin-java treats java. I'd like a way to be...
While https://checkstyle.org/checks/sizes/filelength.html is nice, it has a problem, it includes *all* lines. From a quality perspective I'm less interested in the overall file size as in the violation of "Single...
To complement https://checkstyle.org/checks/sizes/outertypenumber.html | name | description | type | default | |------------|-----------------------------------------------------|------------|---------| | max | Specify the maximum number of inner types allowed. | [int] | 2 | OK....
So this particularly error seems kind of ludicrous to me Essentially this is only a security vulnerability if someone has added malicious code to your jvm. In most cases if...
given ```xml ``` I would like the reformat to be ```xml ``` instead of ```xml ``` note: obviously I've turned off whitespace sensitivity. I feel like this would be a...
Tried this in both opera, opera incognito, and chromium (which I never use (maybe ever on this computer)). I doubt this is limited to spring security, but I'm not certain...
`code_verifier`, `code_challenge`, and `code_challenge_method` would be nice.
I went looking through https://github.com/spring-projects/spring-graphql/tree/1.0.x/samples/webmvc-http-security/src/main which is linked from the reference docs. I'm left with some questions. How does it look to add the more or better yet less secured...