jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

Jmix productionMode property does not affect Vaadin configuration #680

Closed Flaurite closed 3 years ago

Flaurite commented 3 years ago

Description

Remove vaadin.servlet.productionMode and use jmix.ui.productionMode.

Changes

jmix.ui.productionMode is false by default.

QA

  1. Create new project

  2. Launch the app and try to open Vaadin debug window by the following url postfix:

    http://localhost:8080/?debug

    The debug window in the bottom right corner should be visible.

  3. Add to the application properties:

    jmix.ui.productionMode=true
  4. Launch the app and try to open debug window like in the case above. There is no window should be visible.

reznikova21 commented 3 years ago

Jmix version: 1.1.0-SNAPSHOT - verified