Joakim Erdfelt

Results 489 comments of Joakim Erdfelt

New Staged potential release 9.4.54.v20240208 (reroll 1) is now staged at https://oss.sonatype.org/content/repositories/jetty-1876/

The output of your debug is useful! It is not an alias, if it was, then things get complicated. But the resulting resolved resource might be. Can you make this...

One bug has been discovered from your report. It has been addressed in PR #11412 This is unlikely to fix your specific issue though, just an ancillary bug that needs...

I understand this better now. Before I get into the why, let me start by giving you a working example. See: https://github.com/jetty/jetty-examples/tree/12.0.x/embedded/path-mapping-handler First, due to the bug in #11412 you'll...

Jetty 10 and Jetty 11 are now at End of Community Support. * #10485 You should be using Jetty 12 at this point in time. For more information see the...

Jetty 9 thru Jetty 11 are now at End of Community Support. See: * #7958 * #10485 You should be using Jetty 12 at this point in time. You are...

The way I see this happening ... 1. A new github action, with a cron schedule (daily or less frequent, maybe weekly?) 2. It checks `https://api.github.com/repos/cloudflare/quiche/releases/latest` for a new release....

One important thing to figure out is to have our "create issue" step not constantly create a new issue (each crontab) if one exists for that specific version.

Looks like we could even use the `gh` command (in the action) to do much of this. https://docs.github.com/en/actions/managing-issues-and-pull-requests/scheduling-issue-creation

Not reinventing dependabot, it wont make a branch / pr for sure. (as that is super complicated) And a https://github.com/cloudflare/quiche release is only source (it does not have binaries). Those...