Denis

Results 25 issues of Denis

I have a page which loads `webcomponents-loader.js` , `polymer` `3.3.0` and this template: ``` import { PolymerElement } from '@polymer/polymer/polymer-element.js'; import { html } from '@polymer/polymer/lib/utils/html-tag.js'; class MyComponentElement extends PolymerElement...

wontfix

See `ClientSideExceptionHandlingIT::productionModeExceptions` . In CCDM branch there is no anymore compatibility mode. The test fails in NPM mode. The view is opened using URI mapping `view-production` (which is handled by...

hilla
internal improvement

`test-spring-security-fusion` is the only IT module which has `pnpm-lock.yaml` and `package.json`. The files are auto-regenerated and there is no point to have them in the VCS. They add extra complexity...

internal improvement

The main issue is #354 It causes https://github.com/vaadin/vaadin-upload-flow/issues/84 There an IT test for the https://github.com/vaadin/vaadin-upload-flow/issues/84. Currently it's disabled because the issue is not fixed. Here is the test method: https://github.com/vaadin/spring/blob/master/vaadin-spring-tests/test-spring-common/src/test/java/com/vaadin/flow/spring/test/UploadIT.java#L38...

testing
internal improvement

This PR allows to use Spring Profiles with Routes :https://github.com/vaadin/spring/pull/575 But it works _ONLY_ with Spring boot: because we are using a special way to find all classes annotated with...

bug
Impact: Low
Severity: Minor

Make tests for Spring for non root servlet context. Currently all existing tests are intended to work with root servlet context only. We need more tests which at least verifies...

spring
testing

@heruan commented on [Thu Dec 07 2017](https://github.com/vaadin/flow/issues/3111) When building many apps with Flow, I want to be able to create modules with shared/configurable routes and override them if needed, so...

needs design
enhancement
spring

@pleku commented on [Tue Dec 19 2017](https://github.com/vaadin/flow/issues/3180) ### Acceptance Criteria - There is an example of using an I18NProvider bean via Spring in the [flow-spring-tutorial](https://github.com/vaadin/flow-spring-tutorial) - pends on #2928 -...

documentation
enhancement
spring

@denis-anisimov commented on [Wed Oct 11 2017](https://github.com/vaadin/flow/issues/2657) At the moment there are a number of class that are implemented for Spring: service, servlet, session. It should be possible for the...

enhancement
spring

This ticket may be should be in the `platform`. The test should check that `vaadin-spring-starter` transitively introduces dependency to `vaadin-core` Fix for https://github.com/vaadin/spring/issues/356 removes `vaadin-spring-starter` dependency from our Spring add-on...

testing