avaje / avaje-jex

Web routing for the JDK Http server
Apache License 2.0
23 stars 1 forks source link

Re-Add Static File support #73

Closed SentryMan closed 1 week ago

SentryMan commented 1 week ago

Adds support for creating handlers that serve static resources.

SentryMan commented 1 week ago

hmm, it would seem that it doesn't properly load when running a modular jar outside of jlink

SentryMan commented 1 week ago

@rbygrave please review when you find time

SentryMan commented 1 week ago

I think we should be good for an RC so I can try this stuff out for real. Unless you have some other ideas for features?

rbygrave commented 1 week ago

good for an RC

Yeah cool. I'll roll one out when I get home.

I will look to add a separate helper module to avaje-jex to support htmx features (to match the htmx support we have for nima/helidon).