File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/main/java/com/flowingcode/vaadin/addons/errorwindow Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 129129 <groupId >javax.annotation</groupId >
130130 <artifactId >javax.annotation-api</artifactId >
131131 <version >1.3.2</version >
132- </dependency >
132+ </dependency >
133+ <dependency >
134+ <groupId >jakarta.annotation</groupId >
135+ <artifactId >jakarta.annotation-api</artifactId >
136+ <version >2.1.1</version >
137+ <optional >true</optional >
138+ </dependency >
133139 </dependencies >
134140
135141 <build >
Original file line number Diff line number Diff line change 2525import com .vaadin .flow .router .ErrorParameter ;
2626import com .vaadin .flow .router .HasErrorParameter ;
2727import com .vaadin .flow .router .internal .DefaultErrorHandler ;
28- import javax .annotation .security .PermitAll ;
2928import org .apache .http .HttpStatus ;
3029
3130@ SuppressWarnings ("serial" )
3231@ DefaultErrorHandler
33- @ PermitAll
32+ @ javax .annotation .security .PermitAll
33+ @ jakarta .annotation .security .PermitAll
3434public class ErrorView extends VerticalLayout implements HasErrorParameter <Exception > {
3535
3636 @ Override
You can’t perform that action at this time.
0 commit comments