Denis Nikiforov

Results 8 issues of Denis Nikiforov

Hi I created a test repository with the following mapping: ``` [PrefixDeclaration] : http://www.semanticweb.org/dnikiforov/ontologies/2019/7/untitled-ontology-4# owl: http://www.w3.org/2002/07/owl# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# xml: http://www.w3.org/XML/1998/namespace xsd: http://www.w3.org/2001/XMLSchema# obda: https://w3id.org/obda/vocabulary# rdfs: http://www.w3.org/2000/01/rdf-schema# [MappingDeclaration] @collection [[ mappingId...

According to this answer https://stackoverflow.com/questions/28679934/why-is-delete-not-supported-on-to-many-association-resources-in-spring-data-rest DELETE method not supported for OneToMany and ManyToMany associations. It returns 405 Method not allowed. But this method is visible in Swagger UI and confuses...

status: waiting-for-triage

Возможно, кому-то пригодится. Сделал, чтобы при columns = 1 список литературы выводился в виде параграфов, а не таблицы: https://github.com/AresEkb/docs/commit/6958e4439c14bc05ae60a51a79d4c03d08e4bf89 И до кучи перевел некоторые вещи на английский для локали 1033....

We are trying to use https://github.com/keycloak/keycloak on JVM with Reflection API disabled. And get the following error: ``` WARNING: An illegal reflective access (setAccessible) operation has occurred WARNING: Illegal reflective...

Does CyclonDX Maven plugin support offline Maven mode? I get the following error "Failed to execute goal org.cyclonedx:cyclonedx-maven-plugin:2.7.10:makeAggregateBom (default-cli) on project ...: Goal requires online mode for execution but Maven...

Here is a [sample project](https://github.com/AresEkb/spring-data-rest-agg-coll-test) There are two entities: ```java @Entity public class Parent { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String name; @OneToMany(mappedBy = "parent", cascade =...

status: waiting-for-triage

### Proposal I need TOC to be numbered for the most of the files. So I set `markdown.extension.toc.orderedList` to `true`. But headings in some of the files are already numbered,...

Area: Configuration
Area: Table of contents

Hi! Thanks for your feedback on stackoverflow! I need an entity inheritance in my project. For clarity, let the model will be something like: (I'm afraid to talk too much...

feature