mcollovati / quarkus-hilla

A Quarkus extension to run Hilla applications on Quarkus.
Apache License 2.0
14 stars 0 forks source link

fix: replace usage of deprecate PathMatcher class #626

Closed mcollovati closed 6 months ago

mcollovati commented 6 months ago

PathMatcher has been deprecated in favor of ImmutablePathMatcher, and removed since Quarkus 3.9.

This change replaces the usage of the deprecated class, siwtching to ImmutablePathMatcher.

quarkus-hilla-bot[bot] commented 6 months ago

Format Checker Report

All files are correctly formatted

github-actions[bot] commented 6 months ago

Test Results

 47 files  ±0   47 suites  ±0   12m 9s :stopwatch: -1s 166 tests ±0  166 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  221 runs  ±0  221 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit fdfac37c. ± Comparison against base commit 523bb383.

github-actions[bot] commented 6 months ago

This issue has been resolved in 24.0.0-alpha2 (Release Notes)