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

Upgrading 4.5.2 to 4.5.3 problems #5906

Closed
1 task
fgustovo opened this issue Jun 10, 2017 · 1 comment
Closed
1 task

Upgrading 4.5.2 to 4.5.3 problems #5906

fgustovo opened this issue Jun 10, 2017 · 1 comment

Comments

@fgustovo
Copy link

Overview of the issue

I am running jhipster upgrade but after all process there is no change.

Motivation for or Use Case

i am tring to upgrade jhipster 4.5.2 to 4.5.3.
after upgrading, .yo-rc.json file shows jhipsterVersion still 4.5.2.
I then tried it with --verbose. I show that The new version(4.5.3) of jhipster-generator is installed but does not generate with it.
image
I dont know why..

JHipster Version(s)

4.5.2 -> 4.5.3

JHipster configuration

{
"generator-jhipster": {
"promptValues": {
"packageName": "a.b.c.d"
},
"jhipsterVersion": "4.5.2",
"baseName": "OakWebApp",
"packageName": "a.b.c.d",
"packageFolder": "a/b/c/d",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": true,
"jwtSecretKey": "########################################",
"clientFramework": "angular2",
"useSass": true,
"clientPackageManager": "npm",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}

Browsers and Operating System

Win10

  • Checking this box is mandatory (this is just to show you read everything)
@pascalgrimaud
Copy link
Member

There is already an opened ticket about the sub generator upgrade: #5883

I'm closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants