Skip to content

Commit

Permalink
* Redeployment fixups (nu updated and PreFlink119TypeInformationDetec…
Browse files Browse the repository at this point in the history
…tion removed)

* Publication of manager for flink 1.18
* Readme update
  • Loading branch information
raphaelsolarski committed Dec 4, 2024
1 parent 20ace0e commit 3bb2c0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Currently, the repository contains the source code of compatibility layers neede
Full list of changes that should be done in distribution:
* [nussknacker-flink-compatibility-1-18-kafka-components_2.12-1.0.0-nu1.18-assembly.jar](https://repo1.maven.org/maven2/pl/touk/nussknacker/nussknacker-flink-compatibility-1-18-kafka-components_2.12/1.0.0-nu1.18/nussknacker-flink-compatibility-1-18-kafka-components_2.12-1.0.0-nu1.18-assembly.jar)
should be placed in model classpath
* [nussknacker-flink-compatibility-1-18-model_2.12-1.0.0-nu1.18.jar](https://repo1.maven.org/maven2/pl/touk/nussknacker/nussknacker-flink-compatibility-1-18-model_2.12/1.0.0-nu1.18/nussknacker-flink-compatibility-1-18-model_2.12-1.0.0-nu1.18.jar)
should be placed in model classpath
* jar with deployment manager (todo: add link when published) should be placed in `/managers` dir and exiting flink deployment managers jars have to be deleted (`development-tests-manager.jar`, `nussknacker-flink-periodic-manager.jar`)
* `flinkKafka.jar` should be removed from model classpath
* `NU_DISABLE_FLINK_TYPE_INFO_REGISTRATION` environment variable should be set to `true` in Designer, Flink Job Manager and Flink Task Manager

Expand All @@ -38,6 +37,10 @@ The upgrade procedure:

## Changelog

### 1.0.2

* PreFlink119TypeInformationDetection registration has been removed due to fixup to redeployments in [core nussknacker](https://github.com/TouK/nussknacker/pull/7270)

### 1.0.1

* Bump Nussknacker from preview version to release 1.8.0 version
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val baseVersion = "1.0.2"
ThisBuild / isSnapshot := true

val nussknackerV = settingKey[String]("Nussknacker version")
ThisBuild / nussknackerV := "1.18.0"
ThisBuild / nussknackerV := "1.18.1-release_1.18-2024-12-03-21793-7642e4d1a-SNAPSHOT"
ThisBuild / version := codeVersion(baseVersion, nussknackerV.value, (ThisBuild / isSnapshot).value)

// Global publish settings
Expand Down Expand Up @@ -169,6 +169,7 @@ lazy val flink118ModelCompat = (project in file("flink118/model"))

lazy val flink118ManagerCompat = (project in file("flink118/manager"))
.settings(commonSettings)
.settings(publishSettings)
.settings(
name := "nussknacker-flink-compatibility-1-18-manager",
libraryDependencies ++= Seq(
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3bb2c0f

Please sign in to comment.