Deuce1058 / yardi

backup of exlipse projects
0 stars 0 forks source link

Migration to Jakarta EE #109

Closed Deuce1058 closed 2 years ago

Deuce1058 commented 2 years ago

Classes in the javax namespace that were part of Oracle Java EE are now in the jakarta namespace

Replace javax with jakarta

Deployment descriptors use a new namespace, schema location, and *.xsd file name.

Deuce1058 commented 2 years ago

See https://github.com/Deuce1058/yardi/issues/110 EditPasswordPolicyBean, LoginUserProfileBean, UserProfileBean, LoginStateBean and EditUserProfileService have changes for Jakarta EE 109

yardi\
  ejbModule\
    com\yardi\ejb\
      EditPasswordPolicyBean
      LoginUserProfileBean
      UserProfileBean

      test\
        LoginStateBean

  src\com\yardi\
    QSECOFR\
      EditUserProfileService