Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import for no database configuration #15378

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

pascalgrimaud
Copy link
Member

Following #15349
It's for fixing compilation error, detected by daily builds:

[INFO] -------------------------------------------------------------
Error:  COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
Error:  /home/runner/work/jhipster-daily-builds/jhipster-daily-builds/app/src/main/java/com/mycompany/myapp/web/rest/AccountResource.java:[47,9] cannot find symbol
  symbol:   variable log
  location: class com.mycompany.myapp.web.rest.AccountResource
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.890 s
[INFO] Finished at: 2021-06-18T06:04:50Z
[INFO] ------------------------------------------------------------------------

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@vishal423
Copy link
Contributor

thanks @pascalgrimaud

@pascalgrimaud pascalgrimaud added this to the 7.1.0 milestone Jun 18, 2021
@pascalgrimaud pascalgrimaud merged commit 3411961 into jhipster:main Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants