hilla icon indicating copy to clipboard operation
hilla copied to clipboard

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

`VaadinConnectAccessChecker` instance is created in `VaadinConnectControllerConfiguration`, BUT its non-final field `xsrfProtectionEnabled` is set by the `VaadinConnectController` in its constructor. That makes `VaadinConnectAccessChecker` a stateful singleton: 1. Before `VaadinConnectController` was initialized...

enhancement
hilla
code quality

In addition to maven plugin tasks, `DevModeInitializer` also triggers `TaskUpdateWebpack` to update webpack configuration before starting webpack dev server. However, it is currently using hard-coded output paths instead of `webpackOutputDirectory...

hilla
Severity: Major
Impact: Low

### Description of the bug In `webpack.generated.js` the public path is configured as ``` output: { filename: `${build}/vaadin-[name]-[contenthash].cache.js`, path: mavenOutputFolderForFlowBundledFiles, publicPath: 'VAADIN/', }, ``` Many plugins such as `css-loader` and...

hilla

When using typed endpoints and auto-generated TypeScript types, I expect that adding a `@JsonIgnoreProperties` annotation on a Java type or one of its properties not only excludes the listed properties...

hilla
Severity: Minor
Impact: Low

When using the `@PWA` annotation to make my Vaadin app installable to home screen, I want to see the application description specified in the `description` property of the `@PWA` annotation...

bug
hilla
Severity: Minor
Impact: Low

When updating an image, a web app manifest, or another resource cached by the Service Worker to be available offline, the update is not visible in the browser until the...

enhancement
hilla
offline
Impact: Low

To reproduce: 1. Start a Vaadin PWA and go to a client-side view in Chrome 1. Go offline via Chrome devtools 1. Make a modification to the client-side TS 1....

bug
hilla
offline
DX
live reload

I discussed the form package with @haijian-vaadin on the demo repo and @vlukashov on twitter. I have tried the framework in a Typescript project without Vaadin backend. It's quite powerful....

hilla

As a developer I want to install the `@vaadin/form` package from npm with `npm i @vaadin/form` so that I can use it in my projects without having the full Vaadin...

enhancement
hilla