Tobias Brennecke

Results 23 comments of Tobias Brennecke

Thanks a lot for replying so quickly! Your are perfectly right in your [comment in the pull request](https://github.com/spockframework/spock/pull/818#issuecomment-361617672), sorry for wasting your time :-/ So as a result I took...

I came here and just wanted to ask the same question: How to decode everything to JSON or turn an exception into nothing in the error handler? I saw https://github.com/OpenFeign/feign/wiki/Custom-error-handling...

I also ran into this and got quite frustrated. Writing Yeoman generators is already a bit difficult, but writing a custom cli Frontend for a set of generators is nearly...

#### Package annotation based configuration #### Declaring Guards for packages Typically projects are structured into packages `com.example.projectA` and `com.example.projectB` etc. By placing a `package-info.java` into - `com.example` a set of...

Thank you both for your comments :) @BenRomberg sums up the problem quite perfectly. Guards are easier to review and maintain than to modfiy each test (250+ at my company)...

> Nowadays people are able to implement their own runners, but more problems > they have with existing JUnit runners which must be changed with a lot of > staff...

@james-nash Maybe it would be a good idea to simply mimic the structure of `_source/patterns` subfolders in `_data`, e.g. `_data/00-atoms/data.json` (plus `listitems`). This way we still can have a `_source/patterns/00-atoms/data.html`...