Re: [VOTE] Release Maven Javadoc Plugin version 3.4.0

2022-04-19 Thread Olivier Lamy
+1

On Sun, 17 Apr 2022 at 18:02, Michael Osipov  wrote:

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12330874
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MJAVADOC/issues
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1739/
>
> https://repository.apache.org/content/repositories/maven-1739/org/apache/maven/plugins/maven-javadoc-plugin/3.4.0/maven-javadoc-plugin-3.4.0-source-release.zip
>
> Source release checksum(s):
> maven-javadoc-plugin-3.4.0-source-release.zip
> sha512:
>
> 57850b2ec36f414dceb336fd0de47ffc3216cecfaf19771f3589242c978e8ea6af9bb077d1d22c0f0e8942c58fc9016de606543883e37b37b5eeb05dd61689ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-javadoc-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


New JDK 19 EA builds and JCE Survey!

2022-04-19 Thread David Delabassee

Greetings!

The proposed schedule for JDK 19 is now known [1] with ‘Rampdown Phase 
One’ set for June 9th and ‘General Availability’ set for September 20th. 
The next several weeks will be interesting to watch as the scope of JDK 
19 is revealed.


You also play an important roll during these phases, which is your 
opportunity to share feedback . When developers such as yourself tell us 
of issues faced in the latest OpenJDK early-access (EA) builds, we then 
have a chance to fix them before that feature release reaches general 
availability (GA).


We also enjoy when people tell us that all their tests are green! It 
gives us confidence ;-) So regardless of the tests color (red or green), 
please do not hesitate to send me a short mail as both types of feedback 
are useful.


[1] https://mail.openjdk.java.net/pipermail/jdk-dev/2022-April/006481.html


## Heads-Up: Java Cryptographic Extension Survey

The Java Cryptographic Extension (JCE) has been in Java SE for a long 
time and has made incremental changes over the years. The OpenJDK 
Security Team is conducting a survey [2] to know more about how projects 
are using JCE and what changes, features, and API enhancements would be 
useful going forward.


The survey is clossing on April 29 so if you have written or maintain 
code that uses the JCE API, please make sure to fill this short survey 
[2] as soon as possible.


[2] https://www.questionpro.com/t/AUzP7ZrFWv


## Heads-Up: New macOS Rendering Pipeline on macOS

JEP 382 [3] introduced in JDK 17 support for the new macOS Metal 
graphics pipeline for Swing and Java2D. JDK 19 starting build 18 is 
switching the default to be the new macOS Metal rendering pipeline 
instead of the old Apple OpenGL API. For more details please see 
JDK-8284378 [4].


Java applications running on macOS (10.14 or later) will not need to 
take any action, as they will automatically benefit from faster graphics 
with lower power consumption, and the use of a more modern stable 
graphics API which will be able to work better on current and future 
Apple systems.


[3] https://openjdk.java.net/jeps/382
[4] https://bugs.openjdk.java.net/browse/JDK-8284378


## JDK 19 Early-Access builds

JDK 19 Early-Access builds 18 are now available [5], and are provided 
under the GNU General Public License v2, with the Classpath Exception. 
The Release Notes are available here [6].


[5] https://jdk.java.net/19/
[6] https://jdk.java.net/19/release-notes

### JEPs targeted to JDK 19, so far:
- JEP 422: Linux/RISC-V Port https://openjdk.java.net/jeps/422

### Recent changes that maybe of interest:

Build 18:
- JDK-8284378: Make Metal the default Java 2D rendering pipeline for macOS
- JDK-8265315: Update CLDR to version 41
- JDK-8270090: C2: LCM may prioritize CheckCastPP nodes over projections 
[Reported by JaCoCo]

- JDK-8284361: Updating ASM to 9.3 for JDK 19
- JDK-8284330: jcmd may not be able to find processes in the container
- JDK-8284579: Improve VarHandle checks for interpreter

Build 17:
- JDK-8282819: Deprecate Locale class constructors
- JDK-8254935: Deprecate the PSSParameterSpec(int) constructor
- JDK-8283060: RawNativeLibraries should allow multiple clients to 
load/unload the same library


Build 16:
- JDK-8281561: Disable http DIGEST mechanism with MD5 and SHA-1 by default
- JDK-8264160: Regex \b is not consistent with \w without 
UNICODE_CHARACTER_CLASS

- JDK-8163327: Remove 3DES from the default enabled cipher suites list
- JDK-8267319: Use larger default key sizes and algorithms based on CNSA
- JDK-8283350: (tz) Update Timezone Data to 2022a


## Project Loom Updates

The first Loom related JEP is now in Candidate phase, i.e. JEP: 425: 
Virtual Threads (Preview) [7]. As of now, JEP 425 doesn't yet 'propose 
to target' any particular feature release.


[7] https://openjdk.java.net/jeps/425

In addition, Project Loom early-access builds 19-loom+5-429 (2022/4/4) 
are now available [8] with related Javadoc [9].


These builds are based on JDK 19 and are provided under the GNU General 
Public License, version 2, with the Classpath Exception and are produced 
for the purpose of gathering feedback. Use for any other purpose is at 
your own risk. Proper feedback should be sent to the `loom-dev` mailing 
list [10].


[8] https://jdk.java.net/loom/
[9] https://download.java.net/java/early_access/loom/docs/api/
[10] https://mail.openjdk.java.net/mailman/listinfo/loom-dev


## Topics of Interest:

* New candidate JEP: 426: Vector API (4th Incubator)
https://openjdk.java.net/jeps/426

* Virtual Thread Deep Dive - Inside Java Newscast #23
https://inside.java/2022/04/07/insidejava-newscast-023/

* Project Panama: Say Goodbye to JNI
https://inside.java/2022/04/04/projectpanama/

* Java Cryptographic Extension Survey
https://inside.java/2022/04/12/jce-survey/

As usual, let us know if you find any issues while testing your 
project(s) on the latest JDK early-access builds. Thanks for your support!


--David



Re: [VOTE] Release Maven EJB Plugin version 3.2.1

2022-04-19 Thread Olivier Lamy
+1

On Tue, 19 Apr 2022 at 05:03, Michael Osipov  wrote:

> Hi,
>
> We solved 2 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421=12348390
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MEJB%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1742/
>
> https://repository.apache.org/content/repositories/maven-1742/org/apache/maven/plugins/maven-ejb-plugin/3.2.1/maven-ejb-plugin-3.2.1-source-release.zip
>
> Source release checksum(s):
> maven-ejb-plugin-3.2.1-source-release.zip
> sha512:
>
> a763f77e9892e221cf95c390aa9ea58d484a7c74aeb71434f2009a5d9e0081ed6d93ba9303d9bcace5a022b59f5652b64ab5e0730589c8bf5ef19cb179247c2f
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-ejb-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M1

2022-04-19 Thread Olivier Lamy
+1

On Mon, 18 Apr 2022 at 02:23, Michael Osipov  wrote:

> Hi,
>
> We solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12351595
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1740/
>
> https://repository.apache.org/content/repositories/maven-1740/org/apache/maven/reporting/maven-reporting-api/4.0.0-M1/maven-reporting-api-4.0.0-M1-source-release.zip
>
> Source release checksum(s):
> maven-reporting-api-4.0.0-M1-source-release.zip
> sha512:
>
> 8c708914cc3cd0f50b464289d84ee9202cb9197028c3534373f4ba29367a997d0ae4fb10c9aa871e65f2b8c0bd27e366af91f5016b15fb48d4a46b9eab4a97e9
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-reporting-api-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Maven Javadoc Plugin version 3.4.0

2022-04-19 Thread Slawomir Jaranowski
+1

- build ok from source-release on jdk 1.8, on 18 the same error as Tibor
reports.
- sign ok by key 0x1A2A1C94BDE89688

to fix with next release
- it test - MJAVADOC-538 with jdk 18
- jenkins url [1] :-)

[1]
https://maven.apache.org/plugins-archives/maven-javadoc-plugin-LATEST/ci-management.html


niedz., 17 kwi 2022 o 10:02 Michael Osipov  napisał(a):

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12330874
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MJAVADOC/issues
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1739/
>
> https://repository.apache.org/content/repositories/maven-1739/org/apache/maven/plugins/maven-javadoc-plugin/3.4.0/maven-javadoc-plugin-3.4.0-source-release.zip
>
> Source release checksum(s):
> maven-javadoc-plugin-3.4.0-source-release.zip
> sha512:
>
> 57850b2ec36f414dceb336fd0de47ffc3216cecfaf19771f3589242c978e8ea6af9bb077d1d22c0f0e8942c58fc9016de606543883e37b37b5eeb05dd61689ad
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-javadoc-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Antrun Plugin version 3.1.0

2022-04-19 Thread Slawomir Jaranowski
+1

- build from source-release ok
- sign ok by key 0x1A2A1C94BDE89688

pon., 18 kwi 2022 o 21:46 Michael Osipov  napisał(a):

> Hi,
>
> We solved 7 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317121=12348085
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MANTRUN%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1743/
>
> https://repository.apache.org/content/repositories/maven-1743/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0-source-release.zip
>
> Source release checksum(s):
> maven-antrun-plugin-3.1.0-source-release.zip
> sha512:
>
> b83c59ebf3fe701d402444bb9d2938f099f090f57de1ebe4a8d02e9cf88df31f2b65dfa172aa17de4f85a48a9735df3a865ba05806fe59a3b8487fd659ffe4b9
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-antrun-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Site Plugin version 3.12.0

2022-04-19 Thread Slawomir Jaranowski
+1
- build ok from source-release
- sign ok by key 0x1A2A1C94BDE89688

fix for next release
 - jenkins url [1]
 - link to outdated page ... [2] -> [3]
 - used not maintained plugin [4]

[1]
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/ci-management.html
[2]
https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/i18n.html

[3] https://maven.apache.org/plugins/localization.html
[4] https://github.com/mojohaus/l10n-maven-plugin


sob., 16 kwi 2022 o 23:20 Michael Osipov  napisał(a):

> Hi,
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923=12351337
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1738/
>
> https://repository.apache.org/content/repositories/maven-1738/org/apache/maven/plugins/maven-site-plugin/3.12.0/maven-site-plugin-3.12.0-source-release.zip
>
> Source release checksum(s):
> maven-site-plugin-3.12.0-source-release.zip
> sha512:
>
> 88898a0890fba18a80f07080955239504df6b899df926936ba16b462236e0bdf5dc875e674621e61685cf7afa6960926d712350dec24e924a7851feb8d9a0d48
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-site-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven EJB Plugin version 3.2.1

2022-04-19 Thread Slawomir Jaranowski
+1
- build from source-release ok
- sign ok by key 0x1A2A1C94BDE89688

to fix with next release
- jenkins url [1]
- empty taglist report [2]

[1]
https://maven.apache.org/plugins-archives/maven-ejb-plugin-LATEST/ci-management.html
[2]
https://maven.apache.org/plugins-archives/maven-ejb-plugin-LATEST/taglist.html

pon., 18 kwi 2022 o 21:03 Michael Osipov  napisał(a):

> Hi,
>
> We solved 2 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421=12348390
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MEJB%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1742/
>
> https://repository.apache.org/content/repositories/maven-1742/org/apache/maven/plugins/maven-ejb-plugin/3.2.1/maven-ejb-plugin-3.2.1-source-release.zip
>
> Source release checksum(s):
> maven-ejb-plugin-3.2.1-source-release.zip
> sha512:
>
> a763f77e9892e221cf95c390aa9ea58d484a7c74aeb71434f2009a5d9e0081ed6d93ba9303d9bcace5a022b59f5652b64ab5e0730589c8bf5ef19cb179247c2f
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-ejb-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M1

2022-04-19 Thread Slawomir Jaranowski
+1

- build from source-release ok
- sign ok by key 0x1A2A1C94BDE89688

niedz., 17 kwi 2022 o 18:23 Michael Osipov  napisał(a):

> Hi,
>
> We solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12351595
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1740/
>
> https://repository.apache.org/content/repositories/maven-1740/org/apache/maven/reporting/maven-reporting-api/4.0.0-M1/maven-reporting-api-4.0.0-M1-source-release.zip
>
> Source release checksum(s):
> maven-reporting-api-4.0.0-M1-source-release.zip
> sha512:
>
> 8c708914cc3cd0f50b464289d84ee9202cb9197028c3534373f4ba29367a997d0ae4fb10c9aa871e65f2b8c0bd27e366af91f5016b15fb48d4a46b9eab4a97e9
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-reporting-api-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven PDF Plugin version 1.6.0

2022-04-19 Thread Slawomir Jaranowski
+1
- build from source-release ok
- sign ok by key 0x1A2A1C94BDE89688

pon., 18 kwi 2022 o 14:56 Michael Osipov  napisał(a):

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317620=12351601
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPDF%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1741/
>
> https://repository.apache.org/content/repositories/maven-1741/org/apache/maven/plugins/maven-pdf-plugin/1.6.0/maven-pdf-plugin-1.6.0-source-release.zip
>
> Source release checksum(s):
> maven-pdf-plugin-1.6.0-source-release.zip
> sha512:
>
> 910edd131b1bed1783b9c1450b7920f8536f826a380c880dc1828a458485df8483c2126089c896bcccd6c081655db4cfb598deb46c030bab7efcf3ba4d6fccb6
>
> Staging site:
> http://maven.apache.org/plugins-archives/maven-pdf-plugin-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: Apache Analytics in skins

2022-04-19 Thread Olivier Lamy
2 PRs

https://github.com/apache/maven-doxia-sitetools/pull/32
https://github.com/apache/maven-fluido-skin/pull/22


On Mon, 18 Apr 2022 at 19:21, Michael Osipov  wrote:

> Am 2022-04-18 um 04:39 schrieb Olivier Lamy:
> > Hi
> > I'd like to add something similar to what we have for Google Analytics
> [1]
> > But it looks current master of maven-doxia-sitetools have breaking
> changes
> > which make this non usable with master of site plugin.
> >
> > what is the best option here? maven-doxia-sitetools  branch 1.x and
> release
> > 1.12?
> > or?
>
> Please provide a diff of your changes against Sitetools 1.x and Fluido
> Skin, since those are the skins we support.
>
> Doxia 1 remains in use until Doxia 2 and all the surrounding components
> are stabilized. Don't expect this to happen before end of year.
>
> Michael
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>