Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flyteorg/flytekit-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.55
Choose a base ref
...
head repository: flyteorg/flytekit-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.56
Choose a head ref
  • 8 commits
  • 20 files changed
  • 5 contributors

Commits on Apr 18, 2024

  1. Copy the full SHA
    50d37e4 View commit details

Commits on May 14, 2024

  1. Update README.md (#290)

    Update the version to the latest release
    
    Signed-off-by: Andy Czerwonka <[email protected]>
    andyczerwonka authored May 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e3926b5 View commit details

Commits on May 16, 2024

  1. [Snyk] Upgrade org.scala-lang:scala-reflect from 2.12.18 to 2.13.13 (#…

    …288)
    
    * fix: upgrade org.scala-lang:scala-reflect from 2.12.18 to 2.13.13
    
    Snyk has created this PR to upgrade org.scala-lang:scala-reflect from 2.12.18 to 2.13.13.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/org.scala-lang/scala-reflect/
    
    See this project in Snyk:
    https://app.snyk.io/org/flyte/project/0b0d7686-0bdd-4b9d-bfea-d4c4ce2b903b?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    * chore: mvn spotless:apply
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    ---------
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Roger Torrentsgenerós <[email protected]>
    3 people authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    810041a View commit details
  2. [Snyk] Upgrade com.google.api.grpc:proto-google-common-protos from 2.…

    …30.0 to 2.36.0 (#289)
    
    * fix: upgrade com.google.api.grpc:proto-google-common-protos from 2.30.0 to 2.36.0
    
    Snyk has created this PR to upgrade com.google.api.grpc:proto-google-common-protos from 2.30.0 to 2.36.0.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-common-protos/
    
    See this project in Snyk:
    https://app.snyk.io/org/flyte/project/0631be49-03a8-4bec-a1a3-6f3ceca5643d?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    * chore: mvn spotless:apply
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    * chore: bump protobuf-java
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    ---------
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Roger Torrentsgenerós <[email protected]>
    3 people authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    229ffd8 View commit details
  3. [Snyk] Upgrade com.google.errorprone:error_prone_annotations from 2.2…

    …4.0 to 2.26.1 (#287)
    
    * fix: upgrade com.google.errorprone:error_prone_annotations from 2.24.0 to 2.26.1
    
    Snyk has created this PR to upgrade com.google.errorprone:error_prone_annotations from 2.24.0 to 2.26.1.
    
    See this package in Maven Repository:
    https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations/
    
    See this project in Snyk:
    https://app.snyk.io/org/flyte/project/319e0940-fab5-4c2d-abc6-529b593cac2d?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    * chore: mvn spotless:apply
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    
    ---------
    
    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Co-authored-by: Roger Torrentsgenerós <[email protected]>
    3 people authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b3409eb View commit details
  4. fix: restore 2.12.18 version (#292)

    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    trutx authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    daac164 View commit details
  5. chore: bump scala versions to fix vulns (#293)

    Signed-off-by: Roger Torrentsgenerós <[email protected]>
    trutx authored May 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9b53439 View commit details
  6. Copy the full SHA
    7416e20 View commit details
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -94,8 +94,8 @@ Scala 2.12 and Scala 2.13 are supported.

```scala
libraryDependencies ++= Seq(
"org.flyte" % "flytekit-java" % "0.3.15",
"org.flyte" %% "flytekit-scala" % "0.3.15"
"org.flyte" % "flytekit-java" % "0.4.35",
"org.flyte" %% "flytekit-scala" % "0.4.35"
)
```

2 changes: 1 addition & 1 deletion flyteidl-protos/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flyteidl-protos</artifactId>
2 changes: 1 addition & 1 deletion flytekit-api/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-api</artifactId>
4 changes: 2 additions & 2 deletions flytekit-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

<groupId>org.flyte</groupId>
<artifactId>flytekit-bom</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>

<packaging>pom</packaging>

@@ -48,7 +48,7 @@
<scm>
<connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection>
<developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection>
<tag>0.4.55</tag>
<tag>0.4.56</tag>
<url>https://github.com/flyteorg/flytekit-java</url>
</scm>

2 changes: 1 addition & 1 deletion flytekit-examples-scala/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-examples-scala_2.13</artifactId>
2 changes: 1 addition & 1 deletion flytekit-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-examples</artifactId>
2 changes: 1 addition & 1 deletion flytekit-jackson/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-jackson</artifactId>
2 changes: 1 addition & 1 deletion flytekit-java/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-java</artifactId>
2 changes: 1 addition & 1 deletion flytekit-local-engine/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-local-engine</artifactId>
2 changes: 1 addition & 1 deletion flytekit-scala-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
2 changes: 1 addition & 1 deletion flytekit-scala_2.12/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
2 changes: 1 addition & 1 deletion flytekit-scala_2.13/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<!-- can't use properties, artifact name should be constant -->
2 changes: 1 addition & 1 deletion flytekit-testing/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>flytekit-testing</artifactId>
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>integration-tests</artifactId>
2 changes: 1 addition & 1 deletion jflyte-api/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>jflyte-api</artifactId>
2 changes: 1 addition & 1 deletion jflyte-aws/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>jflyte-aws</artifactId>
2 changes: 1 addition & 1 deletion jflyte-google-cloud/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>jflyte-google-cloud</artifactId>
2 changes: 1 addition & 1 deletion jflyte-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>jflyte-utils</artifactId>
2 changes: 1 addition & 1 deletion jflyte/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>
</parent>

<artifactId>jflyte</artifactId>
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

<groupId>org.flyte</groupId>
<artifactId>flytekit-parent</artifactId>
<version>0.4.55</version>
<version>0.4.56</version>

<packaging>pom</packaging>

@@ -69,7 +69,7 @@
<scm>
<connection>scm:git:https://github.com/flyteorg/flytekit-java.git</connection>
<developerConnection>scm:git:https://github.com/flyteorg/flytekit-java.git</developerConnection>
<tag>0.4.55</tag>
<tag>0.4.56</tag>
<url>https://github.com/flyteorg/flytekit-java</url>
</scm>

@@ -97,18 +97,18 @@
-->
<auto-service.version>1.1.1</auto-service.version>
<auto-value.version>1.10.4</auto-value.version>
<common-proto.version>2.30.0</common-proto.version>
<common-proto.version>2.36.0</common-proto.version>
<grpc.version>1.59.1</grpc.version>
<!-- must be aligned with netty version -->
<!-- see: https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
<netty.tcnative.version>2.0.52.Final</netty.tcnative.version>
<picocli.version>4.7.5</picocli.version>
<protobuf.version>3.25.1</protobuf.version>
<protobuf.version>3.25.2</protobuf.version>
<sl4j.version>1.7.36</sl4j.version>
<!-- also remember to bump the version in flytekit-bom module -->
<spotless.version>2.21.0</spotless.version>
<spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile>
<error_prone.version>2.24.0</error_prone.version>
<error_prone.version>2.26.1</error_prone.version>
<junit.version>5.7.0</junit.version>

<!-- has to be one liner, or errorprone doesn't work -->
@@ -119,8 +119,8 @@
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<mockito.version>3.3.3</mockito.version>
<scala212.version>2.12.18</scala212.version>
<scala213.version>2.13.13</scala213.version>
<scala212.version>2.12.19</scala212.version>
<scala213.version>2.13.14</scala213.version>
<magnolia.version>1.0.0-M4</magnolia.version>
</properties>