Commit 592df03
Undertow: ignore missing servlet class in web.xml
Avoids writing a null bean name to the bean archive, which causes a
later build failure.
Fixes quarkusio#43825
(cherry picked from commit df4696b)1 parent 4bbf29b commit 592df03
File tree
2 files changed
+12
-5
lines changed- extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment
2 files changed
+12
-5
lines changedextensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
433 | 437 | | |
434 | | - | |
| 438 | + | |
435 | 439 | | |
436 | | - | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
| |||
447 | 451 | | |
448 | 452 | | |
449 | 453 | | |
450 | | - | |
| 454 | + | |
451 | 455 | | |
452 | 456 | | |
453 | 457 | | |
| |||
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
474 | | - | |
| 478 | + | |
475 | 479 | | |
476 | 480 | | |
477 | 481 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments