Chico Sokol

Results 41 comments of Chico Sokol

+1 on that. I'm going through the same issue. That's bad because you can't compose gelf logger other formatters such as `ActiveSupport::TaggedLogging::Formatter`. I'll try to monkey patch here and see...

I was able to integrate with the following patch: ```ruby class GELF::Logger alias_method :original_add, :add def add(level, message = nil, progname = nil) if message.nil? if block_given? message = yield...

About: > * `find-sec-bugs` for sbt to discover security issues It seems like `find-sec-bugs` cli tool analyses the `.class` binaries from the jar itself, so it should be fully compatible...

Do you think that integrating a `scalastyle` tool is really needed? To me it looks a little bit out of scope of the project as it's not related to infosec...

It seems like for maven projects, there's a maven official plugin that shows outdated dependencies: https://www.mojohaus.org/versions-maven-plugin/display-dependency-updates-mojo.html We could run that from the scanner and parse the output to find out...

For reference, I was able to find a hacky solution by resetting the container cache through reflection: ```java public class CustomDockerComposeRule extends ExternalResource { private DockerComposeRule delegate; public CustomDockerComposeRule(DockerComposeRule delegate)...

No, I didn't. In the end we migrated our code to use the dynamo mapper lib officially supported by aws. Em dom, 12 de mai de 2019 20:12, Khangaldyan escreveu:...

Its a useful feature! Just make sure to add it the the existing admind interface and we will probably accept your PR Em 17:01 qui, 12/02/2015, monitorjbl [email protected] escreveu: >...

I think it's a pity to rewrite the whole project. I'm pretty sure VRaptor is compatible with Java 9 so I think spending a little effort is worth to keep...

:+1: just subscribing :-)