alxxyz

Results 10 issues of alxxyz

Where I can find the list with all *Community Edition Features* ? There is no link on the page https://www.arangodb.com/subscriptions

1 Question
3 Cluster
Waiting User Reply
3 ActiveFailover
3 Leader/Follower Replication

Currently in `Criteria` class we have the method ``` public Criteria orOperator(Criteria... criteria) { BasicDBList bsonList = createCriteriaList(criteria); return registerCriteriaChainElement(new Criteria("$or").is(bsonList)); } ``` This can be changed to ``` public...

status: ideal-for-contribution
type: enhancement

In our POJO we have 2 `Map` fields and both have keys prefixes. So it will very help if @JsonAnySetter annotation will support some prefixes and suffixes. ``` class Request...

``` @Document public class User { @Id private String id; private String name; } @Edge public class Friend { @Id private String id; @From private User user1; @To private User...

enhancement

``` @Document public class User { @Id private String id; private String name; } @Edge public class Friend { @Id private String id; @From private User user1; @To private User...

enhancement

We are using MSSQL client ``` io.vertx vertx-mssql-client 4.3.4 org.hibernate.reactive hibernate-reactive-core 1.1.9.Final ``` and when we send a query we are getting this error ``` ERROR 14760 --- [ntloop-thread-0] org.hibernate.reactive.errors...

We have multiple datasources in our Spring Boot application, and we get this error ``` org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' available: expected single matching bean but found 2:...

To protect `fetch` from overriding you store a copy. But what if XSS code will be executed before `const auth = new authModule();` ?

``` var st = auth.setToken; auth.setToken = (token) => { alert(token); st(token); } ```

At the moment we should call the action multiple times in case we have multiple secrets. It will be useful to set multiple secrets at once in one action call.

wontfix
idle