Anton Platonov

Results 73 issues of 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...

enhancement
effort-medium
priority-medium

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...

bug
hilla
Severity: Minor
Impact: Low

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;...

bug
hilla
Severity: Minor
Impact: Low

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)

hilla

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...

documentation
hilla

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...

hilla
needs design

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...

hilla
internal improvement

- [ ] Update a checklist for releasing Hilla. - [ ] Make sure to include all the relevant parts. - [ ] Share and discuss with the platform team.

hilla