mitch
02/03/2022, 10:25 AMarrow-integrations
. In particular I’m fixing some incompatibilities between Jackson 2.13.1 and arrow-integrations-jackson-module
. I’ve raised a PR with the fix. I wonder we can look into this? There’s a bunch of other updates as well to align with arrow-test, including shifting the test engine to kotest 5.x.x.
As well, this should hopefully unblock arrow integrations to be released for version 1.0.0 because currently it’s still stuck at 0.13.2 😢.
https://github.com/arrow-kt/arrow-integrations/pull/68mitch
02/03/2022, 10:27 AMImran/Malic
02/03/2022, 10:30 AMmitch
02/03/2022, 10:30 AMmitch
02/03/2022, 10:30 AMraulraja
02/03/2022, 10:42 AMarrow-gradle-config
plugins, then we can release versions of it for 1.0.0, 1.0.1 or just latest if you don’t need to backport and release together with 1.1.x which is the next release for arrow. We are close to 1.1.x. @Imran/Malic was porting Cont
to Arrow to be the base effect for continuations.Imran/Malic
02/03/2022, 10:46 AMmitch
02/03/2022, 10:46 AMImran/Malic
02/03/2022, 10:46 AMmitch
02/03/2022, 10:46 AMImran/Malic
02/03/2022, 10:47 AMmitch
02/03/2022, 10:48 AMImran/Malic
02/03/2022, 10:54 AMplugins {
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.arrowGradleConfig.kotlin)
alias(libs.plugins.kotest.multiplatform) apply false
alias(libs.plugins.kotlin.binaryCompatibilityValidator)
alias(libs.plugins.arrowGradleConfig.nexus)
alias(libs.plugins.arrowGradleConfig.versioning)
alias(libs.plugins.arrowGradleConfig.publish)
}
where version = 0.9.1-alpha.3Imran/Malic
02/03/2022, 10:56 AMmitch
02/03/2022, 10:56 AMmitch
02/03/2022, 10:56 AMImran/Malic
02/03/2022, 10:59 AMsetting.gradle.kts
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")
dependencyResolutionManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
and add the libs.version.toml
file under the gradle
directory.mitch
02/03/2022, 11:07 AMe: /Users/myuwono/Development/arrow-integrations/build.gradle.kts:2:3: Unresolved reference: alias
mitch
02/03/2022, 11:09 AMmitch
02/03/2022, 11:16 AMUnresolved reference: libs
i’ve got this nowmitch
02/03/2022, 11:16 AMImran/Malic
02/03/2022, 11:18 AMmitch
02/03/2022, 11:20 AMmitch
02/03/2022, 11:45 AMmitch
02/03/2022, 11:52 AMImran/Malic
02/03/2022, 11:59 AMmitch
02/03/2022, 12:03 PMmitch
02/03/2022, 12:05 PMImran/Malic
02/03/2022, 12:07 PM