SEPA icon indicating copy to clipboard operation
SEPA copied to clipboard

Get notifications about changes in your SPARQL endpoint.

Results 18 SEPA issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Subscribing to any SEPA engine with a query containing an ASK statment causes unexpected behaviours in the engine **To Reproduce** Steps to reproduce the behaviour: 1. Use...

bug

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.31 to 9.37.2. Changelog Sourced from com.nimbusds:nimbus-jose-jwt's changelog. version 1.0 (2012-03-01) First version based on the OpenInfoCard JWT, JWS and JWE code base. version 1.1 (2012-03-06) Introduces...

dependencies

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** There are no notifications when the subscription (and update) queries use the default graph (by not specifying any graph in queries). **To Reproduce** Steps to reproduce the...

There is a bug on Client class in function addDefaultDatatype. When the bindings is null it explodes with a NullPointerException. To fix it I suggest to check che nullable value:...

bug

SPARQL endpoints support many Content-types, SEPA should at least provide the Content-types of the underlining SPARQL endpoint. Support formats like for example n-triples should make easier to parse CONSTRUCT queries....

enhancement
good first issue

I was working on DTN branch and I saw what, in my opinion, is an important error done in design time. The class JSAP violates the Liskov substitution principle (https://en.wikipedia.org/wiki/Liskov_substitution_principle),...

enhancement