<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:56:31 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[YANGTOOLS-1564] Mismatched Guava binding in Eclipse</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1564</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;The following splat is reported quite often in current Eclipse:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Description	Resource	Path	Location	Type
Failed to execute mojo org.opendaylight.yangtools:yang-maven-plugin:11.0.5:generate-sources {execution: binding} (org.opendaylight.yangtools:yang-maven-plugin:11.0.5:generate-sources:binding:generate-sources)

org.eclipse.core.runtime.CoreException: Failed to execute mojo
[...]
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:163)
	... 33 more
Caused by: java.lang.IllegalAccessError: class com.google.common.base.MoreObjects tried to access method &apos;void com.google.common.base.MoreObjects$ToStringHelper.&amp;lt;init&amp;gt;(java.lang.String, com.google.common.base.MoreObjects$1)&apos; (com.google.common.base.MoreObjects is in unnamed module of loader org.codehaus.plexus.classworlds.realm.ClassRealm @2c046142; com.google.common.base.MoreObjects$ToStringHelper is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @351ab3e8)
	at com.google.common.base.MoreObjects.toStringHelper(MoreObjects.java:115)
	at org.opendaylight.yangtools.yang2sources.plugin.FileGeneratorArg.toString(FileGeneratorArg.java:68)
	at java.base/java.lang.String.valueOf(String.java:4461)
	at java.base/java.lang.StringBuilder.append(StringBuilder.java:173)
	at com.google.common.collect.Maps.toStringImpl(Maps.java:4009)
	at com.google.common.collect.ImmutableMap.toString(ImmutableMap.java:1190)
	at java.base/java.lang.StringConcatHelper.stringOf(StringConcatHelper.java:467)
	at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesState.toString(YangToSourcesState.java:26)
	at java.base/java.lang.StringConcatHelper.stringOf(StringConcatHelper.java:467)
	at java.base/java.lang.StringConcatHelper.simpleConcat(StringConcatHelper.java:422)
	at org.opendaylight.yangtools.yang2sources.plugin.BuildContextStateStorage.loadState(BuildContextStateStorage.java:38)
	at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesProcessor.execute(YangToSourcesProcessor.java:145)
	at org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesMojo.execute(YangToSourcesMojo.java:125)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
	... 33 more
	pom.xml	/transport-ssh	line 14	Maven Build Problem
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note these two differ in class loaders &amp;#8211; one is Plexus ClassWorlds (i.e. maven) and the other is an EquinoxClassLoader (i.e. Eclipse).&lt;/p&gt;</description>
                <environment></environment>
        <key id="37928">YANGTOOLS-1564</key>
            <summary>Mismatched Guava binding in Eclipse</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.opendaylight.org/images/icons/priorities/minor.svg">Low</priority>
                        <status id="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Wed, 24 Jan 2024 23:34:47 +0000</created>
                <updated>Thu, 1 Feb 2024 18:05:20 +0000</updated>
                                                            <fixVersion>13.0.2</fixVersion>
                                    <component>maven plugin</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="73121" author="rovarga" created="Wed, 24 Jan 2024 23:38:51 +0000"  >&lt;p&gt;Note the following in the attached file:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Number of foreign imports: 5
import: Entry[import org.sonatype.plexus.build.incremental from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.Scanner from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.DirectoryScanner from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.AbstractScanner from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import  from realm ClassRealm[project&amp;gt;org.opendaylight.mdsal:mdsal-binding-api:13.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;this points to a dependency of the project being built &amp;#8211; so perhaps this is just a transient. Anyway, we should probably end up with a more reasonable error mode.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="19711" name="eclipse_error_desc.txt" size="23870" author="rovarga" created="Wed, 24 Jan 2024 23:35:59 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i047bz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>