Anton Platonov
Anton Platonov
I am using intern in as a [yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) individual package dependency. By default, yarn is hoists all dependencies of a workspace in workspace root node_modules, meaning that the intern...
Add support for the `@JsonIgnore` annotation in the multi-module generator. When `@JsonIgnore` is specified for a field, the corresponding field should not be emitted in the `openapi.json` and the TypeScript...
As a developer, I want to forbid serialization for the particular bean field, so I apply the `transient` keyword: ```java public class UserInfo implements Serializable { private transient String encodedPassword;...
Lerna’s development seems inactive. Let us migrate away to another monorepo manager. Some alternatives to consider: - [Rush Stack](https://rushstack.io) - [Nx](https://nx.dev)
Add an article addressing extending the generator with plugins: - When to add generator plugins. Example features that could be added. - How to add a parser plugin - How...
As a developer, I want to add functionality to the runtime endpoint controller, so that a feature of my parser plugin is supported when handling endpoint requests. Examples of parser...
Some of the Hilla related artifacts are currently maintained and released in the platform repository, namely: - hilla - hilla-bom - hilla-maven-plugin - hilla-spring-boot-starter Let us move them to the...
- [ ] Update a checklist for releasing Hilla. - [ ] Make sure to include all the relevant parts. - [ ] Share and discuss with the platform team.