newrelic / java-aws-lambda

AWS Lambda OpenTracing Java SDK
Apache License 2.0
11 stars 6 forks source link

Java-6228 add pull request workflow #38

Closed XiXiaPdx closed 3 years ago

XiXiaPdx commented 3 years ago

This is a copy and paste. However, I did change the Java version to 11, to match the other workflows.

I've noticed some of our other open repos use Java 8 while others use Java 11. Just wanted to call that out.

jeffalder commented 3 years ago

module-util uses Java 11 because it needs to target Java 9 for some features.

I also updated one of the Telemetry SDK components to use Java 11 because I used the google java formatter v0.9 because I upgraded to Gradle 6. I forget which one I did.

jeffalder commented 3 years ago

module-util uses Java 11 because it needs to target Java 9 for some features.

I also updated one of the Telemetry SDK components to use Java 11 because I used the google java formatter v0.9 because I upgraded to Gradle 6. I forget which one I did.

Also - no need to quote the Jira ticket here.