Remove support for Resin Servlet container
This commit removes all references to the Resin Servlet container, as it is not supported as of Spring Framework 6.0 because we require a JakartaEE baseline. Closes gh-33772
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -53,9 +53,6 @@ import org.springframework.util.ReflectionUtils;
|
||||
* web application). There is no direct API dependency between this LoadTimeWeaver
|
||||
* adapter and the underlying ClassLoader, just a 'loose' method contract.
|
||||
*
|
||||
* <p>This is the LoadTimeWeaver to use, for example, with the Resin application server
|
||||
* version 3.1+.
|
||||
*
|
||||
* @author Costin Leau
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user