Skip to content

Releases: lazycece/au

v3.0.0

24 May 14:49
Compare
Choose a tag to compare

support java 17

v1.0.4

22 May 14:00
Compare
Choose a tag to compare

To optimize.

v2.0.0

21 May 16:16
Compare
Choose a tag to compare

Change servlet-api spec from javax to jakarta, environment as follow:

  • java 1.8+
  • jakarta.servlet-api 5.0.0

v1.0.3

17 Jun 14:48
Compare
Choose a tag to compare

fix dependencies version

v1.0.2

06 Feb 09:50
Compare
Choose a tag to compare

Solve the problem that the filter can only be obtained when the servlet is initialized

v1.0.1

20 Jan 06:57
Compare
Choose a tag to compare
  • Change the open source agreement from MIT to apache2.0.
  • Modify the response's wrapper and unwrapper.
  • Optimize code.