This is an automated email from the ASF dual-hosted git repository.
pepness pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 01b8f9a7d6 Merge pull request #7080 from
matthiasblaesing/session_bean_generation
add f88417a01a Remove usage of package `org.codehaus.plexus.util.IOUtil`.
- Use `try-with-resources` instead of `IOUtil.close()` method - Use
`readAllBytes()` instead of `IOUtil.toByteArray()` - Bump `javac.source` and
`javac.target` to version 11 in module `maven.checkstyle`. Needed for method
`readAllBytes()` and to use a variable inside `try-with-resources` - Add
`Maven` as a display category to the module `maven.checkstyle` - Use one
wrapped stream instead of two - Use native [...]
new 61d4cd1ed0 Merge pull request #7076 from pepness/ioutils-deprecated
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:
.../modules/maven/apisupport/AccessQueryImpl.java | 7 +----
.../maven/apisupport/MavenWhiteListQueryImpl.java | 11 ++-----
.../modules/maven/apisupport/NBMNativeMWI.java | 22 ++++---------
java/maven.checkstyle/nbproject/project.properties | 3 +-
.../modules/maven/checkstyle/Bundle.properties | 1 +
.../maven/format/checkstyle/AuxPropsImpl.java | 17 ++--------
.../maven/format/checkstyle/ModuleConvertor.java | 5 +--
.../maven/customizer/CustomizerProviderImpl.java | 34 +++++++-------------
.../maven/execute/MavenCommandLineExecutor.java | 36 +++++++++-------------
9 files changed, 42 insertions(+), 94 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