@@ -554,7 +554,7 @@ public void testDecorationBlocked() throws Exception {
554
554
}
555
555
556
556
@ Test
557
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
557
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
558
558
@ AgentAttachmentRule .Enforce
559
559
@ IntegrationRule .Enforce
560
560
public void testNonCapturingLambda () throws Exception {
@@ -578,7 +578,7 @@ public void testNonCapturingLambda() throws Exception {
578
578
}
579
579
580
580
@ Test
581
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
581
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
582
582
@ AgentAttachmentRule .Enforce
583
583
@ IntegrationRule .Enforce
584
584
public void testNonCapturingLambdaIsConstant () throws Exception {
@@ -601,7 +601,7 @@ public void testNonCapturingLambdaIsConstant() throws Exception {
601
601
}
602
602
603
603
@ Test
604
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
604
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
605
605
@ AgentAttachmentRule .Enforce
606
606
@ IntegrationRule .Enforce
607
607
public void testLambdaFactoryIsReset () throws Exception {
@@ -621,7 +621,7 @@ public void testLambdaFactoryIsReset() throws Exception {
621
621
}
622
622
623
623
@ Test
624
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
624
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
625
625
@ AgentAttachmentRule .Enforce
626
626
@ IntegrationRule .Enforce
627
627
public void testArgumentCapturingLambda () throws Exception {
@@ -645,7 +645,7 @@ public void testArgumentCapturingLambda() throws Exception {
645
645
}
646
646
647
647
@ Test
648
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
648
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
649
649
@ AgentAttachmentRule .Enforce
650
650
@ IntegrationRule .Enforce
651
651
public void testArgumentCapturingLambdaIsNotConstant () throws Exception {
@@ -668,7 +668,7 @@ public void testArgumentCapturingLambdaIsNotConstant() throws Exception {
668
668
}
669
669
670
670
@ Test
671
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
671
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
672
672
@ AgentAttachmentRule .Enforce
673
673
@ IntegrationRule .Enforce
674
674
public void testInstanceCapturingLambda () throws Exception {
@@ -692,7 +692,7 @@ public void testInstanceCapturingLambda() throws Exception {
692
692
}
693
693
694
694
@ Test
695
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
695
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
696
696
@ AgentAttachmentRule .Enforce
697
697
@ IntegrationRule .Enforce
698
698
public void testNonCapturingLambdaWithArguments () throws Exception {
@@ -715,7 +715,7 @@ public void testNonCapturingLambdaWithArguments() throws Exception {
715
715
}
716
716
717
717
@ Test
718
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
718
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
719
719
@ AgentAttachmentRule .Enforce
720
720
@ IntegrationRule .Enforce
721
721
public void testCapturingLambdaWithArguments () throws Exception {
@@ -738,7 +738,7 @@ public void testCapturingLambdaWithArguments() throws Exception {
738
738
}
739
739
740
740
@ Test
741
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
741
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
742
742
@ AgentAttachmentRule .Enforce
743
743
@ IntegrationRule .Enforce
744
744
public void testSerializableLambda () throws Exception {
@@ -770,7 +770,7 @@ public void testSerializableLambda() throws Exception {
770
770
}
771
771
772
772
@ Test
773
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
773
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
774
774
@ AgentAttachmentRule .Enforce
775
775
@ IntegrationRule .Enforce
776
776
public void testReturnTypeTransformingLambda () throws Exception {
@@ -793,7 +793,7 @@ public void testReturnTypeTransformingLambda() throws Exception {
793
793
}
794
794
795
795
@ Test
796
- @ JavaVersionRule .Enforce (value = 8 , j9 = false )
796
+ @ JavaVersionRule .Enforce (value = 8 , atMost = 23 , j9 = false )
797
797
@ AgentAttachmentRule .Enforce
798
798
@ IntegrationRule .Enforce
799
799
public void testInstanceReturningLambda () throws Exception {
0 commit comments