[jira] [Created] (TOMEE-3979) service.bat issue when using JRE_HOME on Windows

2022-06-13 Thread Cesar Hernandez (Jira)
Cesar Hernandez created TOMEE-3979:
--

 Summary: service.bat issue when using JRE_HOME on Windows 
 Key: TOMEE-3979
 URL: https://issues.apache.org/jira/browse/TOMEE-3979
 Project: TomEE
  Issue Type: Bug
Affects Versions: 8.0.11
Reporter: Cesar Hernandez
 Fix For: 8.0.13


Pre requisites to reproduce this issue:
 # Windows environment
 # set JRE_HOME instead of JAVA_HOME

Example:

 
{code:java}
>set JRE_HOME=C:\java\jre-8
>service.bat install tomee_service

Installing the service 'tomee_service' ...
Using CATALINA_HOME:    
"C:\Users\Administrator\Documents\apache-tomee-8.0.11-plus\apache-tomee-plus-8.0.11"
Using CATALINA_BASE:    
"C:\Users\Administrator\Documents\apache-tomee-8.0.11-plus\apache-tomee-plus-8.0.11"
Using JAVA_HOME:        ""
Using JRE_HOME:         "C:\java\jre-8"
Using JVM:              "C:\java\jre-8\bin\server\jvm.dll"
Using Service User:     ""
Installed, will now configure TomEE
11 was unexpected at this time. {code}
 

As part of the work done in https://issues.apache.org/jira/browse/TOMEE-2261,  
The origin of the issue happens in this validation: 

[https://github.com/apache/tomee/blob/45b1ba51ebfc31691bbf517d9d3d00c7fe86e48f/tomee/apache-tomee/src/main/resources/service.bat#L242-L248]
 because `JAVA_MAJOR_VERSION` is note defined when JRE_HOME is used 
(independently if it's Java 8, 11 
etc.):[https://github.com/apache/tomee/blob/45b1ba51ebfc31691bbf517d9d3d00c7fe86e48f/tomee/apache-tomee/src/main/resources/service.bat#L88-L90]

 

 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[tomee-site-generator] 01/01: Prepares download pages for Apache TomEE 8.0.12

2022-06-13 Thread rzo1
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch 8.0.12
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit 87344665daf29d4c8933ad162d23f08bdfab985e
Author: Richard Zowalla 
AuthorDate: Mon Jun 13 20:37:19 2022 +0200

Prepares download pages for Apache TomEE 8.0.12
---
 src/main/jbake/content/8.0.12/release-notes.adoc | 50 
 src/main/jbake/content/download-archive.adoc | 10 +
 src/main/jbake/content/download.adoc | 20 +-
 3 files changed, 70 insertions(+), 10 deletions(-)

diff --git a/src/main/jbake/content/8.0.12/release-notes.adoc 
b/src/main/jbake/content/8.0.12/release-notes.adoc
new file mode 100644
index 000..00975d1
--- /dev/null
+++ b/src/main/jbake/content/8.0.12/release-notes.adoc
@@ -0,0 +1,50 @@
+= Apache TomEE 8.0.12 Release Notes
+:index-group: Release Notes
+:jbake-type: page
+:jbake-status: published
+
+Apache TomEE 8.0.12 has been released. It contains some bug fixes, (build 
related) enhancements and dependency upgrades.
+Please note, that we updated our javaee-api jar to **8.0-6**, which removes 
non EE APIs such as `javax.cache` and
+`javax.xml`.
+
+Thank you to everyone who contributed to this release, including all of our 
users and the people who submitted bug reports, contributed code or 
documentation enhancements.
+
+== Dependency upgrade
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-3941[TOMEE-3941] ActiveMQ 
5.16.5
+- link:https://issues.apache.org/jira/browse/TOMEE-3913[TOMEE-3913] Examples: 
Upgrade JUnit to 4.13.2
+- link:https://issues.apache.org/jira/browse/TOMEE-3918[TOMEE-3918] Johnzon 
1.2.17
+- link:https://issues.apache.org/jira/browse/TOMEE-3934[TOMEE-3934] Johnzon 
1.2.18
+- link:https://issues.apache.org/jira/browse/TOMEE-3977[TOMEE-3977] 
OpenWebBeans 2.0.27
+- link:https://issues.apache.org/jira/browse/TOMEE-3912[TOMEE-3912] TomEE 
Patch Plugin 0.9
+- link:https://issues.apache.org/jira/browse/TOMEE-3961[TOMEE-3961] Tomcat 
9.0.63 (CVE-2022-29885)
+- link:https://issues.apache.org/jira/browse/TOMEE-3911[TOMEE-3911] XBean 4.21
+
+== Bug
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-3935[TOMEE-3935] BOM 
Regeneration fails due to GitHub Actions permission issue
+- link:https://issues.apache.org/jira/browse/TOMEE-3969[TOMEE-3969] 
javax.cache API not part of Jakarta EE 8
+- link:https://issues.apache.org/jira/browse/TOMEE-3903[TOMEE-3903] 
Investigate *.tar.gz distributions aren't installed correctly to Maven 
Repository
+- link:https://issues.apache.org/jira/browse/TOMEE-3849[TOMEE-3849] 
EclipseLink JPA provider not discoverable in TomEE Plume libraries
+- link:https://issues.apache.org/jira/browse/TOMEE-3919[TOMEE-3919] Fix GitHub 
Actions Bom Generation targeting wrong branch
+- link:https://issues.apache.org/jira/browse/TOMEE-3908[TOMEE-3908] CI Job für 
TomEE Site Publish is failing
+
+== Improvement
+
+[.compact]
+
+- link:https://issues.apache.org/jira/browse/TOMEE-3924[TOMEE-3924] Disable 
@dependabot via .asf.yaml
+- link:https://issues.apache.org/jira/browse/TOMEE-3861[TOMEE-3861] Upgrade to 
apache-parent-26
+
+== Documentation
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-3846[TOMEE-3846] 
Inconsistence between tomee flavors comparison in website and actual jars
+- link:https://issues.apache.org/jira/browse/TOMEE-3904[TOMEE-3904] Enhance / 
Update existing release documentation
+
+== Fixed Common Vulnerabilities and Exposures (CVEs)
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-3961[TOMEE-3961] Upgrade to 
Apache Tomcat 9.0.63 (CVE-2022-29885)
\ No newline at end of file
diff --git a/src/main/jbake/content/download-archive.adoc 
b/src/main/jbake/content/download-archive.adoc
index 00f1487..537437b 100644
--- a/src/main/jbake/content/download-archive.adoc
+++ b/src/main/jbake/content/download-archive.adoc
@@ -39,6 +39,16 @@ IMPORTANT: Note: Please note the 8.0.0-M releases are 
milestone releases intende
 [cols="2,3*^1,2",options="header"]
 |===
 |Name|Version|Date|Size|Signatures & Hashes
+|https://archive.apache.org/dist/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |8.0.11|21 Apr 2022|63 MB 
|https://archive.apache.org/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://archive.apache.org/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
+|https://archive.apache.org/dist/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |8.0.11|21 Apr 2022|63 MB 
|https://archive.apache.org/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.zip.asc[icon:download[]
 PGP] 
https://archive.apache.org/tomee/tomee-8.0.11/apache-tomee-8.0.11-microprofile.zip.sha512[icon:download[]
 SHA512]

[tomee-site-generator] branch 8.0.12 created (now 8734466)

2022-06-13 Thread rzo1
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a change to branch 8.0.12
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


  at 8734466  Prepares download pages for Apache TomEE 8.0.12

This branch includes the following new commits:

 new 8734466  Prepares download pages for Apache TomEE 8.0.12

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.




[tomee-site-generator] branch master updated: Fixes Archive Links

2022-06-13 Thread rzo1
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/master by this push:
 new 2281150  Fixes Archive Links
2281150 is described below

commit 2281150f2c68bed41ec4739b1f2207ddbdf15c18
Author: Richard Zowalla 
AuthorDate: Mon Jun 13 20:38:57 2022 +0200

Fixes Archive Links
---
 src/main/jbake/content/download-archive.adoc | 38 ++--
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/main/jbake/content/download-archive.adoc 
b/src/main/jbake/content/download-archive.adoc
index 476a0d8..00f1487 100644
--- a/src/main/jbake/content/download-archive.adoc
+++ b/src/main/jbake/content/download-archive.adoc
@@ -39,25 +39,25 @@ IMPORTANT: Note: Please note the 8.0.0-M releases are 
milestone releases intende
 [cols="2,3*^1,2",options="header"]
 |===
 |Name|Version|Date|Size|Signatures & Hashes
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |8.0.10|22 Feb 2022|63 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |8.0.10|22 Feb 2022|63 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-microprofile.zip.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.tar.gz[icon:download[]
 TomEE Plume TAR.GZ] |8.0.10|22 Feb 2022|75 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.tar.gz.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.zip[icon:download[]
 TomEE Plume ZIP] |8.0.10|22 Feb 2022|75 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plume.zip.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.tar.gz[icon:download[]
 TomEE Plus TAR.GZ] |8.0.10|22 Feb 2022|68 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.tar.gz.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.zip[icon:download[]
 TomEE Plus ZIP] |8.0.10|22 Feb 2022|68 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-plus.zip.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.tar.gz[icon:download[]
 TomEE Webprofile TAR.GZ] |8.0.10|22 Feb 2022|46 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.tar.gz.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.zip[icon:download[]
 TomEE Webprofile ZIP] |8.0.10|22 Feb 2022|46 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/apache-tomee-8.0.10-webprofile.zip.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.10/tomee-project-8.0.10-source-release.zip[icon:download[]
 TomEE Project Source Release ZIP] |8.0.10|22 Feb 2022|17 MB 
|https://downloads.apache.org/tomee/tomee-8.0.10/tomee-project-8.0.10-source-release.zip.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.10/tomee-project-8.0.10-source-release.zip.sha512[icon:download[]
 SHA512]
-|
-|https://archive.apache.org/dist/tomee/tomee-8.0.9/apache-tomee-8.0.9-microprofile.tar.gz[icon:download[]
 TomEE Microprofile TAR.GZ] |8.0.9|23 Dec 2021|63 MB 
|https://downloads.apache.org/tomee/tomee-8.0.9/apache-tomee-8.0.9-microprofile.tar.gz.asc[icon:download[]
 PGP] 
https://downloads.apache.org/tomee/tomee-8.0.9/apache-tomee-8.0.9-microprofile.tar.gz.sha512[icon:download[]
 SHA512]
-|https://archive.apache.org/dist/tomee/tomee-8.0.9/apache-tomee-8.0.9-microprofile.zip[icon:download[]
 TomEE Microprofile ZIP] |8.0.9|23 Dec 2021|63 

Jenkins build is still unstable: TomEE » master-build-full #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Metrics Counted #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Server :: EJBd #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (CXF-based) #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Custom HealthCheck #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MTOM #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Server :: Http #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Arquillian Persistence Extension Sample #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile REST Client #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Open Tracing TCK #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple Remote tomcat-users.xml #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT PRINCIPAL #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT Public Key #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (CXF-based) with Hibernate #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple JMS Context #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MP REST JWT JWK #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Container :: Core #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile Config TCK #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Retry #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: MVC (RestEasy-based) #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Timeout #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Microprofile Fault Tolerance :: Fallback #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Examples :: Simple JMS #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: Bean Validation TomEE #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: Arquillian Adaptors Parent :: Tests :: JMS #639

2022-06-13 Thread Apache Jenkins Server
See 




Jenkins build is still unstable: TomEE » master-build-full » TomEE :: TCK :: MicroProfile JWT TCK #639

2022-06-13 Thread Apache Jenkins Server
See 




svn commit: r55092 - in /dev/tomee/jakartaee-api-9.1-M2: ./ jakartaee-api-9.1-M2-source-release.zip jakartaee-api-9.1-M2-source-release.zip.asc jakartaee-api-9.1-M2-source-release.zip.sha512

2022-06-13 Thread jlmonteiro
Author: jlmonteiro
Date: Mon Jun 13 09:45:01 2022
New Revision: 55092

Log:
Apache TomEE jakartaee-api 9.1-M2

Added:
dev/tomee/jakartaee-api-9.1-M2/
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip   
(with props)
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.asc

dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.sha512

Added: dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.asc
==
--- dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.asc 
(added)
+++ dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.asc 
Mon Jun 13 09:45:01 2022
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEOUiCk4SyadMzzFuYNYgHxStLDiMFAmKh3uYACgkQNYgHxStL
+DiMsGA/5ATdYCN5kRouwXtGs59hL1aZ9dwjoQENswEwkSiSkBgbHXEam5OBR9qha
+fzI+3m2tfxdaAqzx2PFLG1e4OpavzpNdgNDo109d6FA3h02uC4B4hO/de0HKfHB5
+U7g6IupaSwTKcdbnCypfnNlWmFmWHGFRwQO2cmZtubQNIyOWd0bhGnz4/MNcqWqo
+c1gtu3qaRR5VdRW/au0RiF38FdgJ43jpUW9sCkitcsjVXRbN6vfpRXxE/yHCXExl
+yPP2vDUwv2vgeJJwqg+UQYR9uwGb38dVj0oSZ2Wj6V+P5L/Iv0aLlo3+FFx9e2Ri
+qy0PwLNPj4E3fveEKsMNFQu+LIqdojnSNvokvJcYynHBMtqs/QKSRvTjzrLzVMQ1
+YZYFOQBYsPOrUhlqpVQkfmw2K0bdvVKiBs3+BHHqzemPe/C5bCaxbQ6U5fYeWx3A
+jDryMO/Lu7lMvV3IIJUVTI9QXn5gjIUVzc+FwwrrPOOTsHaTe8sSy6+4TgAtuk6+
+RCIMmuMDzjLRLcDVwE/CGd17YXev+kDV4S/JfarWVF2U9slxmTu2kJQSMtblErij
+9+VXGsjxNUZSsF0bAdMIvtvVf0EjZBhGKqgXusXrz2oV5aZSeR768P4UtPH5SWvk
+81Xx7evZB6UtyuuNVL1fd+Mp4zL3Q85g5Dey5/W3fgT2D+NtNug=
+=ROeR
+-END PGP SIGNATURE-

Added: 
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.sha512
==
--- 
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.sha512 
(added)
+++ 
dev/tomee/jakartaee-api-9.1-M2/jakartaee-api-9.1-M2-source-release.zip.sha512 
Mon Jun 13 09:45:01 2022
@@ -0,0 +1 @@
+92630ef0513957d0eb38a8136ecc5fbf3cf55d1fd73e339cc9aa22447247490e4b4b504ce5742099ef78f13e2fdfee11892822799625f1d2079b071caa63b377
  jakartaee-api-9.1-M2-source-release.zip




svn commit: r55090 - /dev/tomee/tomee-8.0.12/

2022-06-13 Thread jlmonteiro
Author: jlmonteiro
Date: Mon Jun 13 09:39:33 2022
New Revision: 55090

Log:
Fix corrupted zip files

Modified:
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip.sha512
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip.sha512
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip.sha512
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip.sha512

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip
==
Binary files dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip 
(original) and dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip Mon 
Jun 13 09:39:33 2022 differ

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip.sha512
==
--- dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip.sha512 
(original)
+++ dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-microprofile.zip.sha512 Mon Jun 
13 09:39:33 2022
@@ -1 +1 @@
-245318bfb935716655793ce659321d04790948b80de9e880a7eb5af4ba52207f87d9c6995c6fe763756605ed283aeff8c96f1fcd666b50eba5113f47fd0bedcf
  apache-tomee-8.0.12-microprofile.zip
+4e3e0520296c6049747c78bde6cdd301aaa45ae822dd739d63f8b38c0eb4983af9ecd6d3f59bd24d21d7b64a279bcbf70e92316a9eafb443059f869affc8bbb4
  apache-tomee-8.0.12-microprofile.zip

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip
==
Binary files dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip (original) 
and dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip Mon Jun 13 09:39:33 
2022 differ

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip.sha512
==
--- dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip.sha512 (original)
+++ dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plume.zip.sha512 Mon Jun 13 
09:39:33 2022
@@ -1 +1 @@
-245318bfb935716655793ce659321d04790948b80de9e880a7eb5af4ba52207f87d9c6995c6fe763756605ed283aeff8c96f1fcd666b50eba5113f47fd0bedcf
  apache-tomee-8.0.12-plume.zip
+cca74de140ad75771908f18309f6ea0c6c13c5f8df26079b2551bce7d1eb0ca95b9778af14f6cd5e6f8cf61dfa869ea8933313753cea1bef7099fda595a3bfd6
  apache-tomee-8.0.12-plume.zip

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip
==
Binary files dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip (original) and 
dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip Mon Jun 13 09:39:33 2022 
differ

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip.sha512
==
--- dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip.sha512 (original)
+++ dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-plus.zip.sha512 Mon Jun 13 
09:39:33 2022
@@ -1 +1 @@
-245318bfb935716655793ce659321d04790948b80de9e880a7eb5af4ba52207f87d9c6995c6fe763756605ed283aeff8c96f1fcd666b50eba5113f47fd0bedcf
  apache-tomee-8.0.12-plus.zip
+749c1cd24d0559760d87773ad7707b5cf160c9bfe9a34e3dfc5afc5fe80518f43809b22e42b0e88037e6e1ce38768c721dece121189ec1457e9f9043ac361cb5
  apache-tomee-8.0.12-plus.zip

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip
==
Binary files dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip 
(original) and dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip Mon 
Jun 13 09:39:33 2022 differ

Modified: dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip.sha512
==
--- dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip.sha512 (original)
+++ dev/tomee/tomee-8.0.12/apache-tomee-8.0.12-webprofile.zip.sha512 Mon Jun 13 
09:39:33 2022
@@ -1 +1 @@
-245318bfb935716655793ce659321d04790948b80de9e880a7eb5af4ba52207f87d9c6995c6fe763756605ed283aeff8c96f1fcd666b50eba5113f47fd0bedcf
  apache-tomee-8.0.12-webprofile.zip
+55d51e51294af69afc36e4c80cbede401a8803c58e11e9c0b0ce99d214ab74f78254ef1727b8634b633abb5fa206d0a0c88a4df2c3a3860318ffbc8b8fa77aa1
  apache-tomee-8.0.12-webprofile.zip




[tomee] branch regenerate_boms_after_dep_upgrade updated (3250f3786a -> 9377eb3176)

2022-06-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regenerate_boms_after_dep_upgrade
in repository https://gitbox.apache.org/repos/asf/tomee.git


omit 3250f3786a Minor: Regenerated BOMs for 
5fdaecc2514281bfb39cccfaf671ff9b217fb752
 add 9377eb3176 Minor: Regenerated BOMs for 
5fdaecc2514281bfb39cccfaf671ff9b217fb752

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3250f3786a)
\
 N -- N -- N   refs/heads/regenerate_boms_after_dep_upgrade 
(9377eb3176)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:



[tomee] branch master updated: Minor: Regenerated BOMs for 5fdaecc2514281bfb39cccfaf671ff9b217fb752

2022-06-13 Thread rzo1
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9377eb3176 Minor: Regenerated BOMs for 
5fdaecc2514281bfb39cccfaf671ff9b217fb752
9377eb3176 is described below

commit 9377eb3176c317383a155dc18b3b2f7468a1d99d
Author: jeanouii 
AuthorDate: Mon Jun 13 09:05:17 2022 +

Minor: Regenerated BOMs for 5fdaecc2514281bfb39cccfaf671ff9b217fb752

Signed-off-by: GitHub 
---
 boms/tomee-microprofile/pom.xml | 2 +-
 boms/tomee-plume/pom.xml| 2 +-
 boms/tomee-plus/pom.xml | 2 +-
 boms/tomee-webprofile/pom.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 88ccd85b64..ff80590443 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -521,7 +521,7 @@
 
   org.apache.bval
   bval-jsr
-  2.0.6-SNAPSHOT
+  2.0.6
   jakarta
   
 
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 72802bc5cf..f75d8bd287 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -555,7 +555,7 @@
 
   org.apache.bval
   bval-jsr
-  2.0.6-SNAPSHOT
+  2.0.6
   jakarta
   
 
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 37d6ead66d..a00f25acf2 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -555,7 +555,7 @@
 
   org.apache.bval
   bval-jsr
-  2.0.6-SNAPSHOT
+  2.0.6
   jakarta
   
 
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index bc4d49edf8..00a71982d5 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -180,7 +180,7 @@
 
   org.apache.bval
   bval-jsr
-  2.0.6-SNAPSHOT
+  2.0.6
   jakarta
   
 



[tomee] branch regenerate_boms_after_dep_upgrade created (now 3250f3786a)

2022-06-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regenerate_boms_after_dep_upgrade
in repository https://gitbox.apache.org/repos/asf/tomee.git


  at 3250f3786a Minor: Regenerated BOMs for 
5fdaecc2514281bfb39cccfaf671ff9b217fb752

No new revisions were added by this update.



[jira] [Created] (TOMEE-3978) Apache BVal 2.0.6

2022-06-13 Thread Jean-Louis Monteiro (Jira)
Jean-Louis Monteiro created TOMEE-3978:
--

 Summary: Apache BVal 2.0.6
 Key: TOMEE-3978
 URL: https://issues.apache.org/jira/browse/TOMEE-3978
 Project: TomEE
  Issue Type: Dependency upgrade
Reporter: Jean-Louis Monteiro
 Fix For: 9.0.0-M8, 8.0.13






--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[tomee] branch master updated: TOMEE-3978 Apache BVal 2.0.6

2022-06-13 Thread jlmonteiro
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5fdaecc251 TOMEE-3978 Apache BVal 2.0.6
5fdaecc251 is described below

commit 5fdaecc2514281bfb39cccfaf671ff9b217fb752
Author: Jean-Louis Monteiro 
AuthorDate: Mon Jun 13 10:54:58 2022 +0200

TOMEE-3978 Apache BVal 2.0.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97dc10ca90..59ee33de68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
 2.11.0
 3.8.0
 
-2.0.6-SNAPSHOT
+2.0.6
 5.16.5
 3.1.4.RELEASE
 4.13.2