Otávio Santana
Otávio Santana
## Goal The goal of this proposal is to write an extension to each API that allows integration with Reactive Streams API. Briefly, Reactive Stream is an initiative to provide...
This proposal covers one way to load a Configuration implementation using [ServiceLoader](https://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html). The Configuration project has three types: * Column ConfigurationProvider * Document ConfigurationProvider * Key-Value ConfigurationProvider Eg; ```java ColumnConfiguration...
This epic issue aims to track all points that we need to improve this project to open source and align it as close as possible to the foundations such as...
We have a similar issue, including Docker, but with Travis CI and Circle CI emblem on the website. Website: https://charlescd.io/ ## Travis CI Could you check if there is a...
Charles CD needs to have a straightforward process to install, even to a developer. When I think about an open-source project, an easy setup-up is crucial to move the community...
Hello, I put the question in the StackOverflow and body answer it. I guess the answer is no. With CDI 2.0 we can improve that integration in several ways. I...
Let's move it to the Jakarta NoSQL spec as well. Should we have support to Record and more than a default constructor on Jakarta NoSQL? ```java @Entity public record Person(@Id...
```java @Query("select * from Variants where caseLevelData.biosampleId =@biosampleId skip @skip limit @limit") List findByBiosampleId(@Param("biosampleId") String biosampleId, @Param("skip") int skip, @Param("limit") int limit); ``` Unfortunately, this doesn't work either. I got...