Fintrospect v12.2.0 Release Notes

    • ๐ŸŽ Significant performance improvement by route matching on ModuleSpec context first and then on the whole path. This means that ModuleSpec contexts now CANNOT be shared at all, due to the routing matching just the Module context to select the Module and then then the rest of the path within that Module. For static resources, ๐ŸŒ StaticModule instances that share their context with another (e.g. for dynamic web resources at the root context), need to come before any partner ModuleSpec when creating the final service. Also, any overlapping ModuleSpecs will need to be combined into one.