Martin Grotzke

Results 16 issues of Martin Grotzke

The page [SCS vs. Microservices](http://scs-architecture.org/vs-ms.html) says "Of course it is possible to split an SCS even further so it consists of microservices". Because it's often said that microservices have their...

For a file with log statements using string interpolation with the same variables scalastyle reports an error `The string literal " appears 3 times in the file`. E.g. ``` scala...

bug

I have a constructor with a default parameter value like this ``` java class Foo(val x: Int = 42) {...} ``` When running scalastyle with MagicNumberChecker enabled, it reports the...

feature

Verify compatibility of reflectasm with newer jdks. Jdk 9+ requires to change the source/target version from 1.5 to 1.6. I've not verified this locally, let's use travis for validation.

Great initiative to provide an OSS stack for e-commerce search! So far I haven't taken a closer look at the components and the integration yet. But I would be interested...

So that the error handler can use information of the request for handling the error, e.g. to log the request uri or some headers. Note that this is a binary...

Thanks for this nice theme! I tried it together with defined `paradoxGroups`, and the dropdown for this is not aligned correctly: ![language-switcher](https://user-images.githubusercontent.com/64285/42807204-78b6e166-89b0-11e8-8ec6-17a2759a4444.png)

This was discussed in issue #233: We should save every referer as OriginalUrl (that's used to return to after login) as long as it's _not_ a securesocial url.

We're going to use statsd+graphite for monitoring, and I'd like to see data collected by jhiccup there as well. Would it be possible to send data to statsd/graphite instead of...

When trying to connect to a sql server (specifying the instance) with a url like `jdbc:jtds:sqlserver://localhost/somedb;instance=someinst` everything following the semicolon is stripped off, and henplus reports a `java.lang.InternalError`: ``` Hen*Plus>...