Toon Geens

Results 5 issues of Toon Geens

I bumped into your project, following a link from https://softwareengineering.stackexchange.com/questions/303478/uncle-bobs-clean-architecture-an-entity-model-class-for-each-layer Looks pretty decent, but there are a couple of issues: `com.photoviewer.domain.repository.PhotoRepository` depends on `com.photoviewer.data.entity.PhotoEntity`, which violates the dependency rule I...

Should it be documented (or fixed) that `spring.security.filter.order` is ignored in the reactive stack ? Context: I'm trying to convert an auto-configuration-enabled library to the reactive-stack. It uses a filter...

type: documentation

Running docker version 1.10.3: ``` $ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock progrium/plugins Starting docker-plugins with: autoremove 1.0 disabled Removes any container that dies, including stops and kills envhooks 1.0...

bug

Would it be possible to release a new build with updated dependencies ? I can build this locally just fine, but some of your other projects (docker-plugins) are referencing the...

First of all: I have a need for an abstraction for http-clients and was about to start my own, but then I found `http-requests` - wow, exactly what I had...