Skip to content

Commit ed88155

Browse files
committed
Reverted test for 1.8 bytecode parsing - 4.0.x tests are still on target 1.7
Issue: SPR-11979
1 parent a3a76d8 commit ed88155

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-context/src/test/java/example/scannable/FooServiceImpl.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package example.scannable;
1818

19-
import java.util.Comparator;
2019
import java.util.List;
2120
import java.util.concurrent.Future;
2221
import javax.annotation.PostConstruct;
@@ -44,10 +43,6 @@
4443
@Service @Lazy @DependsOn("myNamedComponent")
4544
public class FooServiceImpl implements FooService {
4645

47-
// Just to test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces
48-
private static final Comparator<MessageBean> COMPARATOR_BY_MESSAGE = Comparator.comparing(MessageBean::getMessage);
49-
50-
5146
@Autowired private FooDao fooDao;
5247

5348
@Autowired public BeanFactory beanFactory;

0 commit comments

Comments
 (0)