-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
$$ bug-bounty $$https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/$500https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/changes: major ⭐theme: javav8
Milestone
Description
Overview of the issue
Migrate from Zalando (problem and problem-spring-web) to spring-projects/spring-framework#27052 coming with spring-framework 6.0.
According to spring-projects/spring-boot#32634, you might need to use a SNAPSHOT version (or 3.0.0-RC1 if it's released).
Motivation for or Use Case
Zalando's implementation doesn't support Spring Boot 3.
Reproduce the error
Create a new application using the ngx-default
example's .yo-rc.json
, then run mvn test
.
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "jhipsterSampleApplication",
"blueprints": [],
"buildTool": "maven",
"cacheProvider": "ehcache",
"clientFramework": "angular",
"clientPackageManager": "npm",
"clientTheme": "none",
"clientThemeVariant": "",
"creationTimestamp": 1596513172471,
"cypressCoverage": true,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"devServerPort": 4200,
"dtoSuffix": "",
"embeddableLaunchScript": false,
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableTranslation": true,
"entities": [],
"entitySuffix": "Entity",
"jhiPrefix": "myPrefix",
"jhipsterVersion": "7.9.3",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
"languages": [
"en",
"al",
"ar-ly",
"hy",
"by",
"bn",
"bg",
"ca",
"zh-cn",
"zh-tw",
"cs",
"da",
"nl",
"et",
"fa",
"fr",
"gl",
"de",
"el",
"hi",
"hr",
"hu",
"id",
"it",
"ja",
"ko",
"mr",
"my",
"pl",
"pt-br",
"pt-pt",
"ro",
"ru",
"si",
"sk",
"sr",
"es",
"sv",
"tr",
"ta",
"te",
"th",
"ua",
"uz-Cyrl-uz",
"uz-Latn-uz",
"vi"
],
"messageBroker": false,
"nativeLanguage": "en",
"otherModules": [],
"packageFolder": "tech/jhipster/sample",
"packageName": "tech.jhipster.sample",
"pages": [],
"prodDatabaseType": "postgresql",
"reactive": false,
"searchEngine": false,
"serverPort": "8080",
"serviceDiscoveryType": false,
"skipCheckLengthOfIdentifier": false,
"skipClient": false,
"skipFakeData": false,
"skipUserManagement": false,
"testFrameworks": ["gatling", "cypress"],
"websocket": false,
"withAdminUi": true
}
}
Related issues
Metadata
Metadata
Assignees
Labels
$$ bug-bounty $$https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/$500https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/changes: major ⭐theme: javav8