Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Gradle Projects can't be Loaded due to NotSerializableException #5015

Closed
lkishalmi opened this issue Nov 27, 2022 · 1 comment · Fixed by #5022
Closed

Some Gradle Projects can't be Loaded due to NotSerializableException #5015

lkishalmi opened this issue Nov 27, 2022 · 1 comment · Fixed by #5022
Assignees
Labels
Gradle [ci] enable "build tools" tests kind:bug Bug report or fix needs:triage Requires attention from one of the committers

Comments

@lkishalmi
Copy link
Contributor

Apache NetBeans version

Apache NetBeans 16 release candidate

What happened

I've tried to open the netbeans-website/netbeans.apache.org the IDE reports a notification that it cannot be open due to NotSerializableException on tasks.propertyValues

How to reproduce

  1. Clone https://github.com/apache/netbeans-website
  2. Open the netbeans.apace.org project in it

Did this work correctly in an earlier version?

Apache NetBeans 15

Operating System

Ubuntu 22.04 and 22.10

JDK

Java 17

Apache NetBeans packaging

Own source build

Anything else

No response

Are you willing to submit a pull request?

No

Code of Conduct

Yes

@lkishalmi lkishalmi added kind:bug Bug report or fix Gradle [ci] enable "build tools" tests needs:triage Requires attention from one of the committers labels Nov 27, 2022
@sdedic
Copy link
Member

sdedic commented Nov 27, 2022

Will fix by tomorrow to get to the patch release. Apparently some toString is missing ... Thanks.

sdedic added a commit to sdedic/incubator-netbeans that referenced this issue Nov 28, 2022
lkishalmi pushed a commit that referenced this issue Dec 2, 2022
* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes #5015)
lkishalmi pushed a commit to lkishalmi/netbeans that referenced this issue Dec 6, 2022
…pache#5022)

* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes apache#5015)
lkishalmi pushed a commit that referenced this issue Dec 6, 2022
* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes #5015)
lkishalmi pushed a commit that referenced this issue Dec 15, 2022
* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes #5015)
Chris2011 pushed a commit to Chris2011/netbeans that referenced this issue Dec 15, 2022
…pache#5022)

* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes apache#5015)
pepness pushed a commit to pepness/incubator-netbeans that referenced this issue Jan 9, 2023
…pache#5022)

* Avoid failing on broken tasks during dependency inspection

* Corrected bad check for primitive class that passed also generated proxies (fixes apache#5015)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gradle [ci] enable "build tools" tests kind:bug Bug report or fix needs:triage Requires attention from one of the committers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants