olOwOlo

Results 5 comments of olOwOlo

Hi @coobird , Is there any update for this feature ❓

After some investigation, I found that transaction is supported by `MongoCollection` under the [`com.mongodb.client`](http://mongodb.github.io/mongo-java-driver/3.9/javadoc/com/mongodb/client/package-summary.html) package. Hi @michaelklishin , Is there a plan to support this? Shall we also need a...

Unlike the [Json API handle](https://github.com/yahoo/elide/blob/master/elide-core/src/main/java/com/yahoo/elide/Elide.java#L82), the [GraphQL handle](https://github.com/yahoo/elide/blob/master/elide-graphql/src/main/java/com/yahoo/elide/graphql/GraphQLEndpoint.java#L91) requires [Jersey](https://jersey.github.io/) library. However, so far it only supports `spring 4` (To be honest, I haven’t used this library yet). Therefore, I...

Looks like an Elide issue?

There are two hard-coded parameters `contentType` and `accept`, maybe we should change this behavior. https://github.com/illyasviel/elide-spring-boot/blob/fe8021f5dfb3161d7bcf01adf0b433e789584257/elide-spring-boot-autoconfigure/src/main/java/org/illyasviel/elide/spring/boot/autoconfigure/ElideControllerAutoConfiguration.java#L144-L145 Currently, you can try adding your own controller as follows: ```java @RestController @RequestMapping(value = "${elide.prefix:/api}")...