-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Native image as needed for projection modules out of the box * No user metadata needed for local-drone-control native image builds * Bump Akka, Akka HTTP, Akka gRPC, Akka Management to native-image-out-of-the-box versions * Actual runtime native-image CI tests for the Scala sample --------- Co-authored-by: Peter Vlugter <59895+pvlugter@users.noreply.github.com>
- Loading branch information
1 parent
aa6f961
commit 7f8e17c
Showing
40 changed files
with
214 additions
and
14,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...sources/META-INF/native-image/com.lightbend.akka/akka-projection-core/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ | ||
{ | ||
"name": "akka.projection.internal.ProjectionSerializer", | ||
"methods": [ | ||
{ | ||
"name": "<init>", | ||
"parameterTypes": [ | ||
"akka.actor.ExtendedActorSystem" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "akka.projection.ProjectionBehavior$Internal$ProjectionManagementCommand" | ||
}, | ||
{ | ||
"name": "akka.projection.ProjectionBehavior$Internal$CurrentOffset" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
...sources/META-INF/native-image/com.lightbend.akka/akka-projection-grpc/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"name": "akka.projection.grpc.internal.ConsumerSerializer", | ||
"methods": [ | ||
{ | ||
"name": "<init>", | ||
"parameterTypes": [ | ||
"akka.actor.ExtendedActorSystem" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
}, | ||
"name": "akka.projection.grpc.internal.DdataConsumerFilterStore$", | ||
"fields": [ | ||
{ | ||
"name": "MODULE$" | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
}, | ||
"name": "akka.projection.grpc.internal.DdataConsumerFilterStore$", | ||
"methods": [ | ||
{ | ||
"name": "apply", | ||
"parameterTypes": [ | ||
"akka.projection.grpc.consumer.ConsumerFilter$ConsumerFilterSettings", | ||
"java.lang.String", | ||
"akka.actor.typed.ActorRef" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
}, | ||
"name": "akka.projection.grpc.internal.DdataConsumerFilterStore$State" | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
}, | ||
"name": "akka.projection.grpc.internal.DdataConsumerFilterStore$ConsumerFilterKey" | ||
}, | ||
{ | ||
"condition": { | ||
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
}, | ||
"name": "akka.cluster.ddata.typed.scaladsl.DistributedData" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
resolvers += "Akka library repository".at("https://repo.akka.io/maven") | ||
|
||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.0") | ||
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.4.1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13") | ||
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...in/resources/META-INF/native-image/ch.qos.logback/logback-classic/native-image.properties
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ain/resources/META-INF/native-image/com.typesafe.akka/akka-remote/native-image.properties
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...ol-java/src/main/resources/META-INF/native-image/com.typesafe.config/resource-config.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.