Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin 8, CDIView, and HashBang
We're not ready for Vaadin 8 but starting to look into it. We use CDIUI, CDIView, and URI Fragments extensively. One of the big things we see is new History Management to use PushState, which can avoid the use of HashBang. How does that relate to CDIVIew navigation which uses HashBang? Has Navigator's affect on urls changed with Vaadin 8.
Push state and navigators don't yet work together. You still need to use #! with Navigator in 8.0 I found this pull request in the repository. https://github.com/vaadin/framework/pull/8209