nubes icon indicating copy to clipboard operation
nubes copied to clipboard

Annotation layer on top of Vert.x 3

Results 16 nubes issues
Sort by recently updated
recently updated
newest added

Your project, `aesteve/nubes`, depends on the outdated library FastClasspathScanner in the following source files: * [`src/main/java/com/github/aesteve/vertx/nubes/reflections/annotations/impl/FastclassPathScannerProvider.java`](https://github.com/aesteve/nubes/tree/master/src/main/java/com/github/aesteve/vertx/nubes/reflections/annotations/impl/FastclassPathScannerProvider.java) FastClasspathScanner has been significantly reworked since the version your code depends upon: * a...

I started using Nubes which is great and really makes things easier. However I noticed the Vert.x version supported is 3.3.3, which works. I would like to user a newer...

help wanted

i make server with nubes. but i can't use SessionHandler. when i route sessionHandler, server didn't work. then i saw a issue, use this code '(RoutingContext routingContext,Session session)'. i try...

I created [FastClasspathScanner](https://github.com/lukehutch/fast-classpath-scanner) for detecting classes and methods with specified Java annotations at runtime. Nubes currently uses [Reflections](https://github.com/ronmamo/reflections) for its annotation support, which is slower and buggier than FastClasspathScanner (in...

enhancement
help wanted

To open the door to [this proposal](https://groups.google.com/forum/#!topic/vertx/01tCUjTm01s), start a proof of concept within Nubes to map any `@FunctionalInterface` as a ` Handler` with "magic" parameter injection. Cannot be achieved as...

enhancement
help wanted

Whenever mapping body to a method parameter, check if bean validation is available is in the classpath. If it is, use it to validate the bean or fail with 400...

enhancement

1. in config.json 2. controller / controller ; route / route `@CORS("*")`

enhancement

`@StoreTo(path)` ? or something like that. For now, let users deal with since it can be done manually using Apex. But think about a set of annotations to deal with...

enhancement

Rely on https://github.com/vert-x3/vertx-web/pull/155 - create an annotation `@CSRF(String)` - create an annotation processor using the value of the CSRF annotation Maybe this could lead to new mechanisms in Nubes.

enhancement

See `jacocoTestReport` for more infos : ## Errors NotFound, Validation, ... And also RuntimeException marshalling in - ~~json~~ - ~~xml~~ - plainText - http status (`context.fail(400)` in XML) ## DateUtils...

enhancement