lhotari commented on code in PR #21532:
URL: https://github.com/apache/pulsar/pull/21532#discussion_r1387537522
##########
pom.xml:
##########
@@ -85,7 +85,7 @@ flexible messaging model and an intuitive client
API.</description>
<pulsar.client.python.version>3.2.0</pulsar.client.python.version>
<!--config keys to configure test selection -->
-
<include>**/Test*.java,**/*Test.java,**/*Tests.java,**/*TestCase.java</include>
+ <include>*</include>
Review Comment:
Let's make this more restrictive since it was the default for Surefire, see
https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html#inclusions
.
Making it * results in scanning all class files, also class files for
lambdas and inner classes.
That was the reason why I changed it a long time ago.
--
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]