https://kotlinlang.org logo
Join SlackCommunities
Powered by
# osgi
  • c

    cy

    10/16/2015, 3:03 PM
    set the channel description: Kotlin OSGi integration discussion
  • a

    apatrida

    10/16/2015, 3:37 PM
    @brainoutsource:
  • i

    ilya.gorbunov

    03/27/2016, 9:03 PM
    @ilya.gorbunov has left the channel
  • m

    mfurtak

    05/12/2016, 12:20 AM
    @mfurtak has left the channel
  • c

    cy

    10/01/2016, 1:46 PM
    Does anybody use Kotlin with osgi?
  • c

    cy

    10/01/2016, 1:46 PM
    https://plus.google.com/+LuisTrigueiros/posts/YQzqnqRuAgK
  • f

    frag11

    10/02/2016, 3:57 PM
    @frag11 has left the channel
  • v

    vishal-reddy

    12/16/2016, 7:25 PM
    @cy I am looking for that too
  • v

    vishal-reddy

    12/16/2016, 7:25 PM
    just found this today though: https://github.com/neva-dev/javarel-framework
  • v

    vishal-reddy

    12/29/2016, 5:42 PM
    hey has anyone been able to get a kotlin osgi modules working?
  • a

    ahdezma

    04/20/2017, 4:05 PM
    Hi guys, I’m trying to migrate a new product of our company to Kotlin. But I’ve been told that I can’t start anything until I make sure that bnd support baselining of Kotlin. I have spent most of my day looking for this but I can’t find anything. Did anyone know if this is possible?
    m
    • 2
    • 4
  • m

    mesquka

    04/26/2017, 2:24 PM
    @mesquka has left the channel
  • d

    dpoggi

    05/15/2017, 4:13 AM
    @dpoggi has left the channel
  • d

    dreamreal

    11/29/2022, 4:46 PM
    hi, all. I’m trying to get a simple service deployed in OSGi using Kotlin - a simple bundle, to begin with, but I’m getting an error saying that I’ve got an unresolved requirement. It’s probably something super-trivial (“Did you install kotlin-osgi as a bundle?” or something) but … I’m not sure what I’m looking for.
  • d

    dreamreal

    11/29/2022, 6:37 PM
    okay, it WAS super-trivial
  • d

    dreamreal

    11/29/2022, 6:38 PM
    In karaf, it’s as simple as
    bundle:install mvn:org.jetbrains.kotlin/kotlin-osgi-bundle/1.7.21
  • p

    Parthi

    12/19/2022, 1:08 PM
    Hey team, I'm new to the kotlin world and excited about the possibilities. I'm trying to implement a framework that can facilitate running kotlin jsr223 in an OSGi plugin environment. I followed the example that I could find, and all works standalone, but when I deploy that in a web app as an OSGi bundle, it cannot find the kotlin-stdlib.jar. I would appreciate any help or pointers to help me resolve this issue. Thanks