(netbeans-antora) branch ebarboni-patch-1 created (now 8053595)

2024-03-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch ebarboni-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


  at 8053595  testing CSP

This branch includes the following new commits:

 new 8053595  testing CSP

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.



-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-antora) 01/01: testing CSP

2024-03-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch ebarboni-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git

commit 80535950c930daf82180d7a5cf45cba806389dba
Author: Eric Barboni 
AuthorDate: Tue Mar 19 17:42:24 2024 +0100

testing CSP
---
 supplemental-ui/.htaccess | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/supplemental-ui/.htaccess b/supplemental-ui/.htaccess
index b7952dc..7b69aae 100644
--- a/supplemental-ui/.htaccess
+++ b/supplemental-ui/.htaccess
@@ -1,5 +1,11 @@
 DirectoryIndex index.html index.asciidoc
 
+## set a policy to allow youtube.com video (avideo block macro reladed + wip)
+
+Header set Content-Security-Policy "frame-src 'self' https://www.youtube.com "
+
+
+
 # download from incubation
 Redirect 302 /download/9.0-beta/source 
https://archive.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-source.zip
 Redirect 302 /download/9.0-beta/binary 
https://archive.apache.org/dist/incubator/netbeans/incubating-netbeans-java/incubating-9.0-beta/incubating-netbeans-java-9.0-beta-bin.zip


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-website) branch asf-site updated: testing CSP

2024-03-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 66f6bd26d testing CSP
66f6bd26d is described below

commit 66f6bd26dac0bce12c1c55590db786395b513a80
Author: Eric Barboni 
AuthorDate: Tue Mar 19 17:29:08 2024 +0100

testing CSP
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index b7952dca0..5086d4056 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,6 @@
+# allow youtube video to be displayed (temporary test)
+Header set Content-Security-Policy "frame-src 'self' https://www.youtube.com "
+
 DirectoryIndex index.html index.asciidoc
 
 # download from incubation


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-mavenutils-nbm-maven-plugin) 01/01: Merge pull request #155 from ebarboni/nbreporeformat2

2024-03-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git

commit b90c4d7c81110fe5f2811e88fa5b1033b2d8e63d
Merge: b87c481 aa760f1
Author: Eric Barboni 
AuthorDate: Tue Mar 19 12:22:01 2024 +0100

Merge pull request #155 from ebarboni/nbreporeformat2

Reformat nb-repo plugin using NetBeans default format

 .git-blame-ignore-revs |1 +
 .../nbm/repository/PopulateRepositoryMojo.java | 1181 
 .../nbm/repository/PopulateRepositoryMojoTest.java |   73 +-
 3 files changed, 527 insertions(+), 728 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-mavenutils-nbm-maven-plugin) branch master updated (b87c481 -> b90c4d7)

2024-03-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


from b87c481  Merge pull request #153 from ebarboni/ioclosefix
 add 72fdcd2  refactor nbrepository
 add aa760f1  blame ignore
 new b90c4d7  Merge pull request #155 from ebarboni/nbreporeformat2

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:
 .git-blame-ignore-revs |1 +
 .../nbm/repository/PopulateRepositoryMojo.java | 1181 
 .../nbm/repository/PopulateRepositoryMojoTest.java |   73 +-
 3 files changed, 527 insertions(+), 728 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans) branch master updated (ffec3dd80c -> e35c66fa12)

2024-03-19 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from ffec3dd80c Java Code Templates for records and sealed types
 add 57e3c10d76 Escape java hint fix text for html and fill in multi 
variables.
 new e35c66fa12 Merge pull request #7075 from mbien/escape-jackpot-fix

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:
 .../netbeans/spi/java/hints/JavaFixUtilities.java  | 79 --
 1 file changed, 58 insertions(+), 21 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans) 01/01: Merge pull request #7075 from mbien/escape-jackpot-fix

2024-03-19 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit e35c66fa121a4c76f13e4a2474cba7d593fec08a
Merge: ffec3dd80c 57e3c10d76
Author: Michael Bien 
AuthorDate: Tue Mar 19 08:29:43 2024 +0100

Merge pull request #7075 from mbien/escape-jackpot-fix

Escape java hint fix String for html and fill in multi variables.

 .../netbeans/spi/java/hints/JavaFixUtilities.java  | 79 --
 1 file changed, 58 insertions(+), 21 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists