Skip to content

Releases: ethlo/lamebda

v2.0.0

25 Mar 13:55
Compare
Choose a tag to compare

Support for Spring Boot 3.x

v1.3.2

16 Sep 13:16
Compare
Choose a tag to compare
  • Add alias to the UI/API response per project deployed
  • Remove work directory folders not currently in use

v1.3.1

16 Sep 10:45
Compare
Choose a tag to compare

Another fix related to the new Spring PathPattern parser and RequestMappingInfo: Now includes the class-level mapping in the full request mapping.

v1.3.0

15 Sep 13:25
Compare
Choose a tag to compare
  • Unregister mappings properly on unload
  • Internal changes to avoid handling Path objects as project keys

v1.2.2

15 Sep 08:35
Compare
Choose a tag to compare

Another fix for issue #47

v1.2.1

13 Sep 11:35
Compare
Choose a tag to compare

Follow-up fix for using PathPatternParser in Spring Web causing the state of the configuration to be validated before it was fully set up.

v1.2.0

12 Sep 07:45
5922145
Compare
Choose a tag to compare

What's Changed

v1.1.0

16 Aug 13:46
7c86e84
Compare
Choose a tag to compare

Fix for issue with multiple RequestMappingHandlerMapping beans in the application context

v1.0.4

27 Sep 09:16
Compare
Choose a tag to compare

What's Changed

v1.0.3

21 Mar 09:38
Compare
Choose a tag to compare

Support for bypassing the root context (from the project.properties). This is useful if you need to have pluggable functionality that can take over a URL in the application itself.