This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 01b8f9a7d6fd78758bee1d68c7ec909aa58642fa Merge: 4da78ff1e8 795f283114 Author: Matthias Bläsing <[email protected]> AuthorDate: Sat Feb 24 18:02:58 2024 +0100 Merge pull request #7080 from matthiasblaesing/session_bean_generation Fix detection of support for generation session beans from entity classes and support jakarta package names .../wizard/jpa/dao/AppServerValidationPanel.java | 4 +- .../wizard/jpa/dao/EjbFacadeWizardIterator.java | 33 ++-- .../ejb/wizard/jpa/dao/EjbFacadeWizardPanel2.java | 19 ++- .../ejb/action/AbstractAddMethodStrategy.java | 44 +++-- .../ejb/action/AddBusinessMethodStrategy.java | 2 +- .../ejb/action/AddCreateMethodStrategy.java | 4 +- .../ejb/action/AddFinderMethodStrategy.java | 8 +- .../ejb/action/AddHomeMethodStrategy.java | 2 +- .../ejb/action/AddSelectMethodStrategy.java | 4 +- .../ejb/shared/ComponentMethodModel.java | 6 +- .../ui/logicalview/ejb/shared/MethodNode.java | 6 +- .../ContainerManagedJTAInjectableInWeb.java | 2 +- .../EntityManagerGenerationStrategySupport.java | 184 +++++++++++++++++---- 13 files changed, 238 insertions(+), 80 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
