Josiah Noel
Josiah Noel
So, I'm working with Mongo change streams. ` reactiveMongoTemplate.changeStream("Manga", FULL_DOC, Manga.class)` But I'm getting this error when I try to subscribe to events: ``` Error processing com.mongodb.reactivestreams.client.internal.MongoDatabaseImpl@414f8bf8 Exception is org.bson.codecs.configuration.CodecConfigurationException:...
I just think they're neat
Fixes #2368 - Adds `module-info` to most modules
I'd be great if JDBI supplied full Java module descriptors. This would allow modular project to [create application images](https://dev.java/learn/jlink/), as jlink only support explicit module-infos. If you're worried about Java...
- Changes the `Module` interface to use `Type[]` instead of `Class[]` - Updates generator to allow generic types to be added to auto provides/requires via `GenericType` - updates the maven/gradle...
The new maven plugin can register services post compilation, so we can disable module-info validation when we detect it's presence. also the new plugin solves #496
So the thought here is that we can directly read the `requires` and `provides` via the external provider and determine the wiring order in the generator. Then we can generate...
as the title says
- Adds the `Observer`, `Event`, and `ObserverManager` classes for registering observer methods and firing events. - Adds new `@Observes` annotation and generates code to register in DI classes - Adds...
It seems exceedingly unlikely that the JDK devs will add a mechanism to allow modular applications to register services via annotation processing like we can in the classpath. I'm thinking...