Arne Franken

Results 115 comments of Arne Franken

Looking at the codeclimate test-reporter's code reveals that a whitespace separated list is expected as input: https://github.com/codeclimate/test-reporter/commit/b2ae857af964b1f4161d004238c45e1bf666f4f6 Unfortunately, this action does not support globbing for the environment variables (I'm guessing...

Is there any update on this? Any plan to support "xsi:type" for serialization and deserialization in Jackson XML? A workaround was suggested in comments to this issue, what would that...

@timpoultney are you using the [jmeter-example-workspace](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin-example)? You could refactor the POM to run the plugins with different profiles, and then activate them based on system properties: ``` run-jmeter-tests !my.activation.property ```

which types of reports do you want to add? It's easy to do that in your own project - each report can be added by adding a custom `Writer` implementation,...

from #786 > I have some use cases for s3mock, I use it in specs (no volume), as a local s3 compatible container for storing development uploads (no volume) and...

Even if it is not possible to start up the application with local files in place (for whatever reason, for example because files are unreadable or not found, or maybe...

unfortunately, it's not as simple as just merging the PR - this still does not support recovering all data, also there is no integration test yet as this is very...

thanks for the report. It seems that our etag handling is still inconsistent. There also does not seem to be a unit or integration test for the "if (not) modified...

This turned out to be more complex than I thought - will have to try out a few more things locally and against a real S3 object... Read the RFCs...

@ginkel just released 2.6.3 fixing ETag handling _yet again_ - hopefully for good!