perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

#1093 Support .mjs file for MIME type auto detection #1094

Closed lawrenceching closed 5 years ago

lawrenceching commented 5 years ago

Signed-off-by: Lawrence Ching lawrence.ching.zh@gmail.com


After the fix, Chrome now can load the module file and execute successfully. image

And .mjs file is returned as application/json image

tipsy commented 5 years ago

Thanks!

lawrenceching commented 5 years ago

@tipsy , Hi man, may I know when we will have a RELEASE version in maven centre? I see that 2.8.0 is out there since Sep, 2018 and there are a couple of commits merged into master. What's release schedule for new commits?

tipsy commented 5 years ago

There's no set schedule, @perwendel will release a new version when there have been enough changes to warrant a new release.

lawrenceching commented 5 years ago

I'm looking forward to ".mjs" support in spark, @perwendel could you help to build a 2.8.1, please?