-
Updated
Dec 24, 2020 - JavaScript
jhipster
Here are 334 public repositories matching this topic...
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Dec 19, 2020 - Java
-
Updated
Nov 4, 2020 - Java
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 24, 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
Dec 11, 2020 - Java
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Aug 13, 2020
-
Updated
Oct 1, 2020 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Jul 9, 2017 - JavaScript
-
Updated
Dec 23, 2020 - HTML
Improve and fix the issues reported by SonarCloud; https://sonarcloud.io/dashboard?id=jhipster_jhipster-online
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Dec 23, 2020 - C#
-
Updated
Dec 12, 2020 - Xtend
-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 10, 2020 - JavaScript
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