Lukasz,
Many thanks. I think putting this under the Struts umbrella is a good
idea.  Feel free to copy or fork my code here:
https://github.com/burtonrhodes/intellij-obsolete-plugins

Yann Cebron at Intellij didn't like my package refactor in my original
update, so in order to remove all the noise from my forked master branch, I
did a hard update removing several commits.  I also reverted back to the
original bumped Struts Plugin v2023.2.1.  I realize this really isn't the
"correct" way to do this, but it will give us a clean slate to move forward
with.

My latest version should work with intellij 232.x.  I am currently using
intellij v232.8660.185 and everything is working fine.  Let me know if this
is not the case for you. You can download the latest build here:
https://github.com/burtonrhodes/intellij-obsolete-plugins/releases/tag/v2023.2.1

Lastly, I closed my PR request to the upstream branch because of Yann's two
requirements (https://github.com/JetBrains/intellij-obsolete-plugins/pull/11
).
1) Undo package refactor for the "main/java/com/intellij/struts2/ognl"
directory.
- I'm still confused about this since none of the class package names match
the directory structure. Even the associated tests are in the correct
"test/java/com/intellij/lang/ognl" directory. One or the other, IMHO,
should be refactored.

2) Implement tests for the new 6.0 DTD.
- I am unable to do this since I can't figure out how to get past an
IllegalAccessError when running tests as described here:
https://github.com/JetBrains/intellij-obsolete-plugins/pull/11#issuecomment-1646868223

#1 is solved in my current release.  However, with #2 I am stuck. If you
can figure out how to implement some tests, the PR would be accepted and
patched into the Intellij Plugin Repository which would be ideal.

Thanks,
Burton

On Sun, Jul 30, 2023 at 12:57 AM Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> czw., 13 lip 2023 o 19:11 Burton Rhodes <burtonrho...@gmail.com>
> napisał(a):
> >
> > Apologies for the additional email, but I believe this latest version is
> > working properly:
> >
> https://github.com/burtonrhodes/intellij-obsolete-plugins/releases/tag/v2023.2.2
> >
> > I welcome any feedback.
>
> Thanks a lot Burton for taking care of this, nicely done! I wonder if
> we should bring the plugin under the ASF umbrella as part of the
> Struts project?
>
> Could you upgrade the plugin to be compatible with IDEA build 232.x?
> > Incompatible: requires IDE build 231.* or earlier
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to