John McClean

Results 57 issues of John McClean

Out of date - currently written for a much older version of Microserver

enhancement
help wanted

Video is using an ancient API

enhancement

Separate module for authentication and authorisation.

This might make application configuration simpler, and slightly more functional. Simplest example : ``` Microserver.of("my-app") .run(); ``` Example with configuration ``` Microserserver.of("my-app") .filters(Filter1.class,Filter2.class) .resourcesFromSpring(ResourceMarker.class,ResourceMarker2.class) .onPort(8080) .run(); ``` It would open...

question

I can submit a PR if you like. I think one curry() method per Function type that returns a chain of single parameter functions would be useful here instead.

T: Enhancement
P: Medium
T: Incompatible Change

Provide Jackson serialization and deserialization for cyclops persistent data types.

https://github.com/usethesource/capsule

enhancement

Will simplify the API / reduce cognitive overhead when attempting to find methods.

enhancement

Most, if not all, still describe earlier versions of Cyclops.