Skip to content

Commit

Permalink
[eclipse-hawkbit#1510] Add Vaadin 8 UI discontinuation warning
Browse files Browse the repository at this point in the history
Could be disabled by setting spring property _hawkbit.server.ui.notification.text_ to empty value.
For instance by setting environment propery:
```shell
export HAWKBIT_SERVER_UI_NOTIFICATION_TEXT=
```

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
  • Loading branch information
avgustinmm committed Dec 13, 2023
1 parent d951cee commit ecbe67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawkbit-ui/src/main/resources/hawkbit-ui-defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ hawkbit.server.ui.links.documentation.distribution-set-invalidation=https://www.

# UI Favicon disabled to use our Eclipse icon
spring.mvc.favicon.enabled=false

hawkbit.server.ui.notification.text=<div style='padding-top: 10px;'><div style='border: 1px solid black; padding: 10px; padding-left: 30px; padding-right: 30px; background-color: yellow; color: black; font-weight: bold;'>Vaadin 8 hawkBit UI (<i>this UI</i>) is deprecated and will be discontinued! For more information check <a target="_blank" rel="noopener noreferrer" href="https://eclipse.dev/hawkbit/blog/2023-11-22-vaadin8_ui_discontinuation">Vaadin 8 UI discontinuation</a> announcement.</div></div>

0 comments on commit ecbe67c

Please sign in to comment.