TFS Repository doesn't work after UPM update (UnsatisfiedLinkError)

Issue #38 resolved
Sergey Podobry created an issue

Steps to reproduce:

  1. Run plan with TFS Repository
  2. Update UPM without Bamboo restart
  3. Run plan with TFS Repository <-- UnsatisfiedLinkError

Cause: UPM restarts all plugins and breaks JNI bindings that throws UnsatisfiedLinkError.

Linked issue: #37

Comments (8)

  1. Radosław Antoniuk Account Deactivated

    How's that bug? UPM updates are quite often :-) Was this fixed in 1.1.8 ?

  2. Sergey Podobry reporter

    No, it's not fixed in 1.1.8 :( I'll take a look at it after other issues. Thanks for commenting.

  3. Sergey Podobry reporter

    Changed variables injection mechanism to fix #38.

    Conflicts: pom.xml src/main/java/com/stellarity/bamboo/repository/TfsRepository.java src/main/resources/atlassian-plugin.xml

    → <<cset fce6e9d54dff>>

  4. Log in to comment