You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlin-jira-client/kotlin-jira-client-sdk/src/main/kotlin/com/linkedplanet/kotlinjiraclient/sdk/util/IssueJsonConverter.kt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,16 @@ class IssueJsonConverter {
51
51
get() {
52
52
// For unknown reasons the factory is sometimes null. This workaround tries to fetch the instance again.
53
53
if (_beanBuilderFactory==null) {
54
-
log.warn("_beanBuilderFactory is null. Using getOSGiComponentInstanceOfType")
54
+
log.info("_beanBuilderFactory is null. Using getOSGiComponentInstanceOfType to recover.")
0 commit comments