Marcelo Shima

Results 205 issues of Marcelo Shima

.yo-rc.json file { "generator-jhipster": { "applicationType": "monolith", "authenticationType": "jwt", "baseName": "jhipsterSampleApplication", "blueprints": [], "buildTool": "maven", "cacheProvider": "ehcache", "clientFramework": "angular", "clientPackageManager": "npm", "clientTheme": "none", "clientThemeVariant": "", "clusteredHttpSession": false, "creationTimestamp": 1577000812973, "databaseType":...

theme: jhipster-internals
area: stale

##### **Overview of the feature request** We use jib for docker support, would be nice to move to [Cloud Native Buildpacks](https://docs.spring.io/spring-boot/reference/packaging/container-images/cloud-native-buildpacks.html). There a discussion in https://github.com/jhipster/generator-jhipster/discussions/26527 Recent issues with jib...

area: feature request :bulb:
theme: docker :whale:
v9

--- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where necessary -...

##### **Overview of the issue** `writeFiles` operation has a lot a legacy code inherited from `writeFileFromDisk`. It needs to be re-implemented following typed parameters. ##### **Reproduce the error** - ✅...

area: bug :bug:
theme: jhipster-internals

Related to https://github.com/jhipster/generator-jhipster/issues/27347 --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added...

theme: docker :whale:
theme: maven
theme: java

- unignore main eslint v9 template. - add multi step eslint v9 template. - drop and cleanup .eslint-rc - update dependencies

Allow `auditFramework` to be customized in JDL. Depends on https://github.com/jhipster/generator-jhipster/issues/27433 for tests and regression test.

--------- ## Purpose of this pull request? - [x] Documentation update - [ ] Bug fix - [ ] Enhancement - [ ] Other, please explain: ## What changes did...

… is deprecated. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptors#creating_a_shallow_copy Related to https://github.com/gulpjs/vinyl-fs/issues/356 Related to https://github.com/gulpjs/vinyl-fs/issues/354