Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Server and JEE bugs need some love <3

Hey all:

We have a good 8 issues open with gerrit changesets set for review and merging. It'd be great if we can get some eyeballs on them again. One complicating detail though is the wst.common stuff doesn't seem to be in gerrit? 

SERVERTOOLS:

1) Add *safe* api to allow adapters to set reasons for server state transition failures
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=223282
     - https://git.eclipse.org/r/81399

2) New server wizard calling setDefaults() entirely too often (patch was discussed, fixed, then ignored)
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=481726
     - https://git.eclipse.org/r/#/c/73240/3

3) New Server Wizard flickering for servers that don't require runtimes
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=496141
     - https://git.eclipse.org/r/75284

4) All sorts of exceptions when using ServerUIPlugin.showNewServerWizard
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=480811
     - https://git.eclipse.org/r/81375

5) Tomcat cannot create a new server if existing server's runtime's folder has been emptied / deleted
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=492984
     - https://git.eclipse.org/r/72025

6) Use new Style for FilteredTree in new server wizard
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=496805
     - https://git.eclipse.org/r/#/c/75987/


JEETOOLS / COMMON

7) ConcurrentModificationException in J2EEElementChangedListener.getResourceMappings
    496805https://bugs.eclipse.org/bugs/show_bug.cgi?id=501140
     - https://git.eclipse.org/r/#/c/80793/

8) ArrayIndexOutOfBoundsException in ResourceIsLoadingAdapter.getAdapter
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=501145
     - No gerrit change because, the project seems not to be on Gerrit but the fix seems trivial


Back to the top