xtern opened a new pull request, #8001:
URL: https://github.com/apache/ignite-3/pull/8001

   https://issues.apache.org/jira/browse/IGNITE-28571
   
   he project does not compile under Java 11.
   
   The issue is due to 
https://github.com/apache/ignite-3/pull/7987/changes#diff-6367281ae0f24cf7b43a2f0df789f4c90928c0b52bad3952c20f5b1ccc03a6fcR120
   
   Method Stream.toList() was introduced in java 16.
   
   ```
   > ./gradlew build testClasses -x check
   
   
ignite-3/modules/transactions/src/test/java/org/apache/ignite/internal/tx/impl/PersistentTxStateVacuumizerTest.java:120:
 error: cannot find symbol
                   requestCaptor.getAllValues().stream().map(r -> 
r.transactionIds().size()).toList(),
                                                                                
            ^
     symbol:   method toList()
     location: interface Stream<Integer>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to