Closed vw98075 closed 4 years ago
Looks like we forgot to replace some http
with https
in our templates (just documentation, so not critical), but the no http plugin is quite strict
Are you sure you have used to generate the latest jhipster version? In our templates we have https
. See https://github.com/jhipster/generator-jhipster/blob/cdb9ef09d7fb821402504ebc1c578c82a9026a93/generators/server/templates/src/main/java/package/config/CacheConfiguration.java.ejs#L333 Can you check your CacheConfiguration
file? Did you do an update from an older version?
The error doesn't occur after changing from http to https on the line. The version of JHispter isn't newly installed, but upgrade from an older version.
Did you choose to not override the cache configuration file? Will close this issue.
The error occurs right out of the box. I need to modify the file to get rid of the error. I don't know that this one shall be closed without change JHipster code because it causes a compile problem for the end-users.
When you do an update and keep the old file it will happen as we have integrated the no http plugin. For newly created project it should not happen. Can you reproduce the problem with a newly generated project?
I don't know whether there is some miscommunication or not. I upgraded the version with the command displayed when I started an older version of jhipster. The error was from projects generated with the latest version 6.7.1 last night. On Friday, February 28, 2020, 08:52:57 AM PST, Frederik Hahne notifications@github.com wrote:
When you do an update and keep the old file it will happen as we have integrated the no http plugin. For newly created project it should not happen. Can you reproduce the problem with a newly generated project?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Overview of the issue
with a test framework selected, I get an error on "checkstyleMain FAILED". I have this problem on UAA, Gateway as well as microservices.
Motivation for or Use Case
Need to make a build
Reproduce the error
Running the build comand "./gradlew build".
Related issues
Suggest a Fix
JHipster Version(s)
6.7.1
JHipster configuration
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
git version 2.7.4
node: v10.0.0
npm: 6.13.7
yeoman: 3.1.0
yarn: 1.9.4
Docker version 18.06.1-ce, build e68fc7a
docker-compose version 1.8.0, build unknown
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System