question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

numerous "can't handle type" warnings

See original GitHub issue
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.model.ViewProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.model.ViewProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.model.ViewProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.model.ViewProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.matrixauth.AuthorizationMatrixNodeProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.branch.MultiBranchProjectViewHolder$ViewImpl
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.branch.OrganizationFolderViewHolder$ViewImpl
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.matrixauth.AuthorizationMatrixNodeProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.matrixauth.AuthorizationMatrixNodeProperty
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.plugins.git.AbstractGitSCMSource$SpecificRevisionBuildChooser
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.plugins.git.GitChangeSet
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.plugins.git.traits.BranchDiscoveryTrait$BranchSCMHeadAuthority
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.github_branch_source.BranchDiscoveryTrait$BranchSCMHeadAuthority
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.github_branch_source.OriginPullRequestDiscoveryTrait$OriginChangeRequestSCMHeadAuthority
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class org.jenkinsci.plugins.github_branch_source.TagDiscoveryTrait$TagSCMHeadAuthority
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.plugins.git.traits.TagDiscoveryTrait$TagSCMHeadAuthority
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.plugins.git.GitChangeSet
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.plugins.git.SubmoduleConfig
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class hudson.plugins.git.GitChangeSet
jenkins_1  | Sep 18, 2018 10:06:35 PM io.jenkins.plugins.casc.impl.DefaultConfiguratorRegistry internalLookup
jenkins_1  | WARNING: Configuration-as-Code can't handle type class jenkins.plugins.git.AbstractGitSCMSource$SpecificRevisionBuildChooser

not sure if this is expected behavior or a bug?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:31 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
reinholdfueredercommented, Apr 14, 2020

@jetersen Because the “stale” bot wants to close this issue (one again) and you wrote in https://github.com/jenkinsci/configuration-as-code-plugin/issues/536#issuecomment-574118007I think we can mostly close this? the topic is too broad and we need specific plugins.”:

1reaction
jetersencommented, Apr 14, 2020

Yes, please check the label: jcasc-compatability See this dashboard to view existing one: JCasC - Open Compatibility Issues If the plugin uses GitHub issue report it there otherwise report it on https://issues.jenkins-ci.org Also see #809

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support both warnings and errors #962 - python/mypy - GitHub
We should have both errors (for things that clearly violate the type system) and warnings (for style issues and things that are suspicious ......
Read more >
Warning Signs and Risk Factors for Emotional Distress
Warnings signs of stress in adults may include: Crying spells or bursts of anger. Difficulty eating.
Read more >
Warning Options (Using the GNU Compiler Collection (GCC))
You can request many specific warnings with options beginning with ' -W ', for example -Wimplicit to request warnings on implicit declarations.
Read more >
Type safety: Unchecked cast - java - Stack Overflow
The problem is that a cast is a runtime check - but due to type erasure, at runtime there's actually no difference between...
Read more >
Manage warnings about unsafe sites - Google Chrome Help
You'll see a warning if the content you're trying to see is dangerous or deceptive. These sites are often called "phishing" or "malware"...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found