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