This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch release190
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 9e004a08c6 Merge pull request #6260 from apache/delivery
add 4a8a8d483d Terminal input ignores detected encoding
add 61a38aa3cf Merge pull request #6271 from
matthiasblaesing/inputencoding_terminal
add 18e2961149 Bugfix: Bring back singleton option when creating a new
Session Bean and interfaceless EJBs
add a9904d9682 Merge pull request #6257 from
matthiasblaesing/session_bean_interface_less_ejb
add 226367d465 Fix: Committing SQL files does not change blue color on the
file tab in editor
add 2f504a8249 Merge pull request #6265 from
matthiasblaesing/sqleditor_versioning_state
add b5e0253f65 #6278: Improved whitespace handling when stripping HTML.
Centralize whitespace handling for quickpicks
add 748ef78152 Changelog update.
add 38ba76cbfd Merge pull request #6280 from
sdedic/lsp/quickpick-whitespaces
add 5f6908fa4a Fix Javadoc formatting error when using add/remove param
hint.
add 6272f5c470 Merge pull request #6282 from
neilcsmith-net/fix-garbled-javadoc
add 5082b150b9 Fix issue (GH6290) in new DialogDisplayerImpl behaviour
introduced in GH5989 / GH6216.
add 5d6c0c0646 Merge pull request #6294 from neilcsmith-net/gh6290
new f1f01f07c5 Merge pull request #6275 from apache/delivery
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../impl/ejb/annotation/EnterpriseBeansImpl.java | 1 +
.../dd/impl/web/annotation/AnnotationHelpers.java | 1 +
.../j2ee/ejbcore/action/SendJMSGenerator.java | 1 +
.../api/methodcontroller/EjbMethodController.java | 2 +-
.../ejb/wizard/jpa/dao/EjbFacadeVisualPanel2.java | 3 +-
.../ejb/wizard/jpa/dao/EjbFacadeWizardPanel2.java | 3 +-
.../ejb/wizard/mdb/MdbPropertiesPanelVisual.java | 1 +
.../wizard/mdb/MessageDestinationUiSupport.java | 1 +
.../wizard/session/SessionEJBWizardDescriptor.java | 3 +-
.../ejb/wizard/session/SessionEJBWizardPanel.java | 6 +--
.../rules/AsynchronousMethodInvocation.java | 1 +
.../web/jsf/impl/metamodel/ObjectProviders.java | 1 +
.../modules/db/sql/loader/SQLCloneableEditor.java | 8 ++--
.../modules/db/sql/loader/SQLEditorSupport.java | 2 +
.../netbeans/lib/terminalemulator/StreamTerm.java | 10 ++++-
.../orm/annotation/EntityMappingsImpl.java | 1 +
.../netbeans/modules/java/lsp/server/Utils.java | 49 ++++++++++++++++++----
.../java/lsp/server/protocol/LspTemplateUI.java | 19 +--------
.../lsp/server/protocol/NbCodeClientWrapper.java | 13 +++++-
.../lsp/server/ui/NotifyDescriptorAdapter.java | 6 ++-
.../modules/java/lsp/server/UtilsTest.java | 32 ++++++++++++++
.../lsp/server/protocol/LspTemplateUITest.java | 24 +++++++++++
java/java.lsp.server/vscode/CHANGELOG.md | 13 +++++-
.../org/netbeans/api/java/source/TreeMaker.java | 11 +++++
.../netbeans/modules/javadoc/hints/AddTagFix.java | 2 +-
.../modules/javadoc/hints/RemoveTagFix.java | 2 +-
.../core/windows/services/DialogDisplayerImpl.java | 48 +++++++++++++++------
.../netbeans/core/windows/services/NbDialog.java | 8 ----
.../core/windows/services/NbPresenter.java | 20 ++-------
.../core/windows/services/NbDialogTest.java | 7 ++--
.../core/windows/services/NbPresenterTest.java | 11 ++---
.../core/windows/services/NotifyLaterTest.java | 2 +-
32 files changed, 221 insertions(+), 91 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