Skip to content

Commit

Permalink
feat: Throw a meaningful exception if deployed into a Servlet 5 conta…
Browse files Browse the repository at this point in the history
…iner (#14842) (CP: 23.2) (#15798)

* feat: Throw a meaningful exception if deployed into a Servlet 5 container (#14842)

For #14835

* Update flow-server/pom.xml

---------

Co-authored-by: Artur <artur@vaadin.com>
Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 2, 2023
1 parent ae25f54 commit 269b853
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.vaadin.servletdetector</groupId>
<artifactId>throw-if-servlet5</artifactId>
<version>1.0.2</version>
</dependency>

<!-- DefaultApplicationConfigurationFactory is declared as an OSGi
service -->

Expand Down

0 comments on commit 269b853

Please sign in to comment.