naris

Results 13 issues of naris

I have a project that was generated by JHipster that has always used Java 11, which is specified in the POM. ``` 11 ${java.version} ${java.version} ``` However, every time .classpath...

need info

**Describe the bug** This plugin *constantly* parses .jdl files to produce a .png, regardless of whether or not the file has been changed or if it has already produced a...

I have asked this [question ](https://stackoverflow.com/questions/70610170/hibernate-throws-arrayindexoutofboundsexception-on-some-native-queries) in stack overflow. However, since this really looks like a bug in spring I am also creating this issue: I am using Java 11...

type: bug
in: query-parser

##### **Overview of the issue** I have a project with entities with relationships that refer to each other. There is an UPC Entity with a ManyToOne relationship with a Platform...

area: triage
theme: undefined

##### **Overview of the issue** The test cases/code generated have many issues that will cause them to fail. I have never been able to run ./mvnw verify and have it...

area: feature request :bulb:

##### **Overview of the issue** Every Time I upgrade a project (any project form any version to any other version of jhipster) it always fails with: ``` node:internal/modules/cjs/loader:936 throw err;...

theme: upgrade
$$ bug-bounty $$
$200

##### **Overview of the issue** When I add new entities to the jdl file, after migrating the project to jhipster 8.5.2 from jhipster 7.9.4 and earlier, it will no longer...

theme: JDL
area: needs-reproduction
theme: jhipster-internals

##### **Overview of the issue** When using an external OIDC provider (keycloak) running a newly generated jhipster app, after setting the issuer-uri to the keycloak server, the application works if...

area: triage
theme: keycloak

##### **Overview of the feature request** Currently Filtering has kinda sorta been somewhat implemented in the Angular client. If there is a filter in the URL it adds a notice...

area: feature request :bulb:
theme: angular

Similar to Issue #2359 if VS Code is running (with the vscode & the vscode-java extension enabled) then the java/jhipster/spring boot application will build, start and run successfully 1 time...