-
Updated
Sep 24, 2020 - JavaScript
jhipster
Here are 320 public repositories matching this topic...
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Jun 27, 2020 - Java
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 20, 2020 - JavaScript
Overview of the feature request
While I was working on my post with JHipster + VueJS side by side, I realized that the VueJS generator does not generate the components with protected properties.
This was also true for some time for Angular, but after some discussion it was merged
jhipster/generator-jhipster#8839
I open this issue to know if there is
-
Updated
Sep 15, 2020 - Java
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 26, 2018 - Java
-
Updated
Aug 13, 2020
-
Updated
Jul 9, 2017 - JavaScript
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 24, 2020 - HTML
JHOnline: improve UI
Overview of the issue
The UI can be improved, because today, it's not really beautiful...
- check box
- select too long
- etc.
The new to statistic needs to be removed.
It has been long time ago...
Motivation for or Use Case
**R
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Aug 21, 2020 - Xtend
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 13, 2020 - Java
Improve this page
Add a description, image, and links to the jhipster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jhipster topic, visit your repo's landing page and select "manage topics."



Overview of the issue
Convert usage of Java's
Optionalto the Kotlin built-in null safety features.Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m