Skip to content

merge#1

Merged
BradWalker merged 37 commits intoBradWalker:masterfrom
apache:master
Sep 17, 2019
Merged

merge#1
BradWalker merged 37 commits intoBradWalker:masterfrom
apache:master

Conversation

@BradWalker
Copy link
Copy Markdown
Owner

No description provided.

matthiasblaesing and others added 30 commits September 9, 2019 21:08
The modules only wrap the upstream library and upstream follows semantic
versioning. It is expected that the major release version of the module
is bumped when the upstream projects bumps its major version number.

The API should be publicly exported, as JNA is not shadeable and can't
be loaded multiple times into a process, so third-party modules requiring
JNA can't load their own copy.
I've tried to reduce the amount of iterator raw type warnings that are emitted..

Here is an example of what I'm trying to fix.

   [repeat] /home/bwalker/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceGroup.java:102: warning: [rawtypes] found raw type: Iterator
   [repeat]             Iterator iter = listeners.iterator();
   [repeat]             ^
   [repeat]   missing type arguments for generic class Iterator<E>
   [repeat]   where E is a type-variable:
   [repeat]     E extends Object declared in interface Iterator
Improve/fix unittests in webcommon cluster
[NETBEANS-3075] - reduce number of warning w/ raw type iterator
…rned objects

- Get fully qualified types from return types of functions
[NETBEANS-1859] PHP autocompletion does only get fully qualified returned objects
Update netbeans bundled JNA library to 5.4.0
#1487)

* [NETBEANS-3078]:Provided Error Hint to turn on Preview Features in Ant Java projects

* [NETBEANS-3078]:Fix for NPE on opening single source file
files too.

- Attempt to remove read-only attrib on a file/folder before 
attempting to delete it.
- Also added braces on existing statements to make the code more
readable.
* add gradle support org.gradle.jvmargs

* add gradle support org.gradle.jvmargs

* add gradle support org.gradle.jvmargs

* [NETBEANS-3041] Made the requested changes.
* [NETBEANS-2751] OpenJFX Samples

* Fixing bundle reference
jlahoda and others added 7 commits September 16, 2019 07:17
…nd libs.javaimpl modules with nb-javac jar for jdk-13 (#1506)
4.12 is not a valid version
* Enable select cluster in install  wizard

* corrected license header
 [NETBEANS-3094] NBI cleaner process must attempt to remove read-only files too
… Amber - if JCClassDecl does not have the expected constructor, let javac create the tree.
@BradWalker BradWalker merged commit f6dc9e8 into BradWalker:master Sep 17, 2019
BradWalker added a commit that referenced this pull request Jul 30, 2020
Add missing ALv2 license headers to form files.
BradWalker pushed a commit that referenced this pull request Aug 2, 2020
…aders_1

Netbeans license headers cleanup check-in `#1`
BradWalker added a commit that referenced this pull request Sep 23, 2020
Add missing ALv2 license headers to form files.
BradWalker added a commit that referenced this pull request Sep 23, 2020
Add missing ALv2 license headers to form files.
BradWalker added a commit that referenced this pull request Nov 16, 2020
I'm trying to remove the use of a deprecated API that hinders updating the Java version.

MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java
source version in the project properties file.

So step #1 is to remove the use of the old deprecated API.
BradWalker added a commit that referenced this pull request Dec 16, 2020
I'm trying to remove the use of a deprecated API that hinders updating the Java version.

MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java
source version in the project properties file.

So step #1 is to remove the use of the old deprecated API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.