eclipse-equinox / p2

Eclipse Public License 2.0
14 stars 40 forks source link

MirrorRequest: catch UnsupportedOperationException #252 #471

Closed jukzi closed 6 months ago

jukzi commented 7 months ago

and resolve deprecated call

https://github.com/eclipse-equinox/p2/issues/252

github-actions[bot] commented 7 months ago

Test Results

    6 files   -     3      6 suites   - 3   23m 21s :stopwatch: - 7m 10s 2 183 tests ±    0  2 179 :white_check_mark: ±    0  4 :zzz: ±0  0 :x: ±0  4 424 runs   - 2 215  4 417 :white_check_mark:  - 2 211  7 :zzz:  - 4  0 :x: ±0 

Results for commit bb78b655. ± Comparison against base commit e84b5a00.

laeubi commented 6 months ago

Please note that this does not ignores the exception as suggested by @merks here:

https://github.com/eclipse-platform/.github/issues/117#issuecomment-1512681071

so it might lead to a download never happens even though we just can't remove the descriptor (for whatever reasons).

jukzi commented 6 months ago

then would you mind to fix it accordingly?

laeubi commented 6 months ago

See: