This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git
The following commit(s) were added to refs/heads/main by this push:
new 84c6ba2 Add TomEE 11.0.0-M1 milestone
84c6ba2 is described below
commit 84c6ba23e6289504b26eaa0dfd44d46b5ccf6227
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jun 16 12:36:44 2026 +0200
Add TomEE 11.0.0-M1 milestone
- Add 11.0.0-M1 release notes page
- Add TomEE 11 milestone download section with evaluation disclaimer
- Surface the milestone alongside the 10.1.5 final release on the landing
page
- Wire EE11 docs/javadoc: pin "next" to the tomee-project-11.0.0-M1 tag
(tomee-11.0, latest), build TomEE 10.1 from the tomee-10.x branch, and
add jakartaEE11 + microProfile71 spec sources and platform umbrellas
- Whitelist the comma-named tomee-11.0 functional-testing doc in ignored.txt
---
.../org/apache/tomee/website/Configuration.java | 51 ++++++++++++++++++++-
.../jbake/content/11.0.0-M1/release-notes.adoc | 52 ++++++++++++++++++++++
src/main/jbake/content/download.adoc | 24 ++++++++++
src/main/jbake/templates/index.gsp | 14 ++++--
src/main/resources/ignored.txt | 1 +
5 files changed, 137 insertions(+), 5 deletions(-)
diff --git a/src/main/java/org/apache/tomee/website/Configuration.java
b/src/main/java/org/apache/tomee/website/Configuration.java
index d9c2288..abc7bb2 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -64,6 +64,40 @@ public class Configuration {
new Source("https://github.com/eclipse-ee4j/saaj-api.git",
"3.0.0", "jakartaee-10.0-repos/xml-soap-ws-api"),
};
+ final Source[] jakartaEE11 = {
+ new Source("https://github.com/eclipse-ee4j/jaf.git", "2.1.1",
"jakartaee-11.0-repos/activation-api"),
+ new
Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "3.0.0",
"jakartaee-11.0-repos/annotations-api"),
+ new Source("https://github.com/jakartaee/authentication.git",
"3.1.0-RELEASE", "jakartaee-11.0-repos/authentication-api"),
+ new Source("https://github.com/jakartaee/authorization.git",
"3.0.0-RELEASE", "jakartaee-11.0-repos/authorization-api"),
+ new Source("https://github.com/eclipse-ee4j/batch-api.git",
"2.1.1", "jakartaee-11.0-repos/batch-api"),
+ new Source("https://github.com/jakartaee/cdi.git", "4.1.0",
"jakartaee-11.0-repos/cdi-api"),
+ new Source("https://github.com/jakartaee/concurrency.git",
"3.1.0", "jakartaee-11.0-repos/concurrency-api"),
+ new Source("https://github.com/eclipse-ee4j/jca-api.git",
"2.1.0-RELEASE", "jakartaee-11.0-repos/connectors-api"),
+ new Source("https://github.com/jakartaee/data.git", "1.0.1",
"jakartaee-11.0-repos/data-api"),
+ new
Source("https://github.com/jakartaee/enterprise-beans.git", "4.0.1-RELEASE",
"jakartaee-11.0-repos/enterprise-beans-api"),
+ new
Source("https://github.com/jakartaee/expression-language.git",
"6.0.0-RELEASE-api", "jakartaee-11.0-repos/expression-language-api"),
+ // new Source("https://github.com/jakartaee/faces.git",
"4.1.0-RELEASE", "jakartaee-11.0-repos/faces-api"), // NO JAVA SOURCE, ONLY DOC.
+ new Source("https://github.com/eclipse-ee4j/mojarra.git",
"4.1.0-RELEASE", "jakartaee-11.0-repos/faces-impl"), // TAKE API FROM MOJARRA
IMPL.
+ new
Source("https://github.com/eclipse-ee4j/injection-api.git", "2.0.1",
"jakartaee-11.0-repos/injection-api"),
+ new Source("https://github.com/jakartaee/interceptors.git",
"2.2.0-RELEASE", "jakartaee-11.0-repos/interceptors-api"),
+ new Source("https://github.com/eclipse-ee4j/jsonb-api.git",
"3.0.0", "jakartaee-11.0-repos/json-binding-api"),
+ new Source("https://github.com/eclipse-ee4j/jsonp.git",
"2.1.1-RELEASE", "jakartaee-11.0-repos/json-processing-api"),
+ new Source("https://github.com/eclipse-ee4j/mail.git",
"2.1.1", "jakartaee-11.0-repos/mail-api"),
+ new Source("https://github.com/jakartaee/messaging.git",
"3.1.0-RELEASE", "jakartaee-11.0-repos/messaging-api"),
+ new Source("https://github.com/jakartaee/pages.git",
"4.0.0-RELEASE", "jakartaee-11.0-repos/server-pages-api"),
+ new Source("https://github.com/eclipse-ee4j/jpa-api.git",
"3.2-3.2.0-RELEASE", "jakartaee-11.0-repos/persistence-api"),
+ new Source("https://github.com/jakartaee/rest.git",
"4.0.0-RELEASE", "jakartaee-11.0-repos/rest-api"),
+ new Source("https://github.com/jakartaee/security.git",
"4.0.0-RELEASE", "jakartaee-11.0-repos/security-api"),
+ new Source("https://github.com/jakartaee/servlet.git",
"6.1.0-RELEASE", "jakartaee-11.0-repos/servlet-api"),
+ new Source("https://github.com/eclipse-ee4j/jstl-api.git",
"3.0.0-RELEASE", "jakartaee-11.0-repos/jstl-api"),
+ new Source("https://github.com/jakartaee/transactions.git",
"2.0.1", "jakartaee-11.0-repos/transactions-api"),
+ new Source("https://github.com/jakartaee/validation.git",
"3.1.0", "jakartaee-11.0-repos/validation-api"),
+ new Source("https://github.com/jakartaee/websocket.git",
"2.2.0-RELEASE", "jakartaee-11.0-repos/websocket-api"),
+ new Source("https://github.com/eclipse-ee4j/jaxb-api.git",
"4.0.0", "jakartaee-11.0-repos/xml-binding-api"),
+ new Source("https://github.com/eclipse-ee4j/jax-ws-api.git",
"4.0.0", "jakartaee-11.0-repos/xml-web-services-api"),
+ new Source("https://github.com/eclipse-ee4j/saaj-api.git",
"3.0.0", "jakartaee-11.0-repos/xml-soap-ws-api"),
+ };
+
final Source[] jakartaEE9 = {
new Source("https://github.com/eclipse-ee4j/jaf.git", "2.0.1",
"jakartaee-9.1-repos/activation-api"),
new
Source("https://github.com/eclipse-ee4j/common-annotations-api.git", "2.0.0",
"jakartaee-9.1-repos/annotations-api"),
@@ -149,6 +183,17 @@ public class Configuration {
new
Source("https://github.com/eclipse/microprofile-telemetry", "1.1",
"microprofile-6.1-repos/telemetry").filterJavadoc(".*/api/src/main/java/.*",
""),
};
+ final Source[] microProfile71 = new Source[]{
+ new
Source("https://github.com/eclipse/microprofile-config.git", "3.1",
"microprofile-7.1-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
+ new
Source("https://github.com/eclipse/microprofile-fault-tolerance", "4.1",
"microprofile-7.1-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*",
""),
+ new Source("https://github.com/eclipse/microprofile-health",
"4.0.1",
"microprofile-7.1-repos/health").filterJavadoc(".*/api/src/main/java/.*", ""),
+ new
Source("https://github.com/eclipse/microprofile-jwt-auth.git", "2.1",
"microprofile-7.1-repos/jwt").filterJavadoc(".*/api/src/main/java/.*", ""),
+ new Source("https://github.com/eclipse/microprofile-metrics",
"5.1.0",
"microprofile-7.1-repos/metrics").filterJavadoc(".*/api/src/main/java/.*", ""),
+ new Source("https://github.com/eclipse/microprofile-open-api",
"4.1",
"microprofile-7.1-repos/open-api").filterJavadoc(".*/api/src/main/java/.*", ""),
+ new
Source("https://github.com/eclipse/microprofile-rest-client", "4.0",
"microprofile-7.1-repos/rest-client").filterJavadoc(".*/api/src/main/java/.*",
""),
+ new
Source("https://github.com/eclipse/microprofile-telemetry", "2.1",
"microprofile-7.1-repos/telemetry").filterJavadoc(".*/api/src/main/java/.*",
""),
+ };
+
final Source[] microProfile6 = new Source[]{
new
Source("https://github.com/eclipse/microprofile-config.git", "3.0.2",
"microprofile-6.0-repos/config").filterJavadoc(".*/api/src/main/java/.*", ""),
new
Source("https://github.com/eclipse/microprofile-fault-tolerance", "4.0.2",
"microprofile-6.0-repos/fault-tolerance").filterJavadoc(".*/api/src/main/java/.*",
""),
@@ -197,19 +242,21 @@ public class Configuration {
// if (1 == 1) return new Source[0]; // uncomment this line to generate
only the main site pages.
return new Source[]{
// TOMEE NEXT
- new Source("https://github.com/apache/tomee.git", "main",
"tomee-10.1",
true).related(microProfile61).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
+ new Source("https://github.com/apache/tomee.git",
"tomee-project-11.0.0-M1", "tomee-11.0",
true).related(microProfile71).related(jakartaEE11).javadoc("^org.apache.(openejb|tomee).*"),
// TOMEE CURRENT
+ new Source("https://github.com/apache/tomee.git",
"tomee-10.x", "tomee-10.1",
false).related(microProfile61).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
// new Source("https://github.com/apache/tomee.git",
"tomee-9.x", "tomee-9.0",
false).related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
// new Source("https://github.com/apache/tomee.git",
"tomee-8.x", "tomee-8.0",
false).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
// new Source("https://github.com/apache/tomee.git",
"tomee-7.1.x", "tomee-7.1", false).javadoc("^org.apache.(openejb|tomee).*"),
// new Source("https://github.com/apache/tomee.git",
"tomee-7.0.x", "tomee-7.0", false).javadoc("^org.apache.(openejb|tomee).*"),
// JAKARTA EE
+ new
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git", "v11",
"jakartaee-11.0").related(jakartaEE11).javadoc("^jakarta.*"),
new
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git", "v10",
"jakartaee-10.0").related(jakartaEE10).javadoc("^jakarta.*"),
// new
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git", "v9.1",
"jakartaee-9.1").related(jakartaEE9).javadoc("^jakarta.*"),
// new
Source("https://github.com/eclipse-ee4j/jakartaee-platform.git", "v8",
"jakartaee-8.0").related(jakartaEE8).javadoc("^javax.*"),
// JAVA EE : no git source for v7 or less, javadoc is at
https://docs.oracle.com/javaee/7/api/
// MICRO PROFILE
- // NEXT : new
Source("https://github.com/eclipse/microprofile.git", "7.0",
"microprofile-7.0").related(microProfile7).label("milestone").javadoc("^org.eclipse.microprofile.*"),
+ new Source("https://github.com/eclipse/microprofile.git",
"7.1",
"microprofile-7.1").related(microProfile71).javadoc("^org.eclipse.microprofile.*"),
new Source("https://github.com/eclipse/microprofile.git",
"6.1",
"microprofile-6.1").related(microProfile61).javadoc("^org.eclipse.microprofile.*"),
// new Source("https://github.com/eclipse/microprofile.git",
"6.0",
"microprofile-6.0").related(microProfile6).javadoc("^org.eclipse.microprofile.*"),
// new Source("https://github.com/eclipse/microprofile.git",
"5.0",
"microprofile-5.0").related(microProfile5).javadoc("^org.eclipse.microprofile.*"),
diff --git a/src/main/jbake/content/11.0.0-M1/release-notes.adoc
b/src/main/jbake/content/11.0.0-M1/release-notes.adoc
new file mode 100644
index 0000000..bdc5338
--- /dev/null
+++ b/src/main/jbake/content/11.0.0-M1/release-notes.adoc
@@ -0,0 +1,52 @@
+= Apache TomEE 11.0.0-M1 Release Notes
+:index-group: Release Notes
+:jbake-type: page
+:jbake-status: published
+
+
+This is the first milestone release of TomEE 11 targeting Jakarta EE 11.
+
+Thanks to everyone who contributed code to make this happen.
+
+We would like to highlight and give a shout-out to all our volunteers who have
been doing the hard work for EE11, which is also being done in all our upstream
dependencies such as Tomcat, OWB, CXF, MyFaces, etc.
+
+Notable changes:
+
+- This is the first TomEE 11 release targeting Jakarta EE 11 and MicroProfile
7.1
+- A bunch of dependency updates due to the move to EE11
+- Passing the standalone TCKs we have set up inside TomEE (Security,
Concurrency, Data, REST, MP 7.1, etc.)
+- OpenJPA is still on its TomEE 10 level - the JPA 3.2 PR is not yet included
+
+Please note that we do not pass the full Jakarta EE TCK, nor do we have a
fully functional TCK setup at the moment. However, our own full build is green.
+
+Please also note the 11.0.0-M1 release is a milestone release intended for
evaluation purposes and should not be used in production.
+
+
+== New Feature
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4530[TOMEE-4530] Jakarta EE
11
+- link:https://issues.apache.org/jira/browse/TOMEE-4594[TOMEE-4594] Jakarta
Data 1.0
+
+== Bug
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4569[TOMEE-4569] TomEE
Maven Plugin fails in debug mode in Java 22+
+- link:https://issues.apache.org/jira/browse/TOMEE-4571[TOMEE-4571] TomEE
PLUME 10.1.x - Decrease in performance (Factor 2 or more).
+- link:https://issues.apache.org/jira/browse/TOMEE-4577[TOMEE-4577] Resources
with explicit contructor-type set to "String" are broken
+- link:https://issues.apache.org/jira/browse/TOMEE-4603[TOMEE-4603]
LinkageError in tomee 10.1 with scope="request"
+
+== Improvement
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4580[TOMEE-4580] Improve
clarity of conf.0008 deployment mismatch error
+- link:https://issues.apache.org/jira/browse/TOMEE-4602[TOMEE-4602]
Bouncycastle use jdk18on artifacts instead of jdk15to18
+- link:https://issues.apache.org/jira/browse/TOMEE-4574[TOMEE-4574] Add
exception details to Assembler#postConstructResources(...)
+- link:https://issues.apache.org/jira/browse/TOMEE-4610[TOMEE-4610]
openejb-client: AuthenticationException from JNDIContext.authenticate() loses
RemoteException cause
+- link:https://issues.apache.org/jira/browse/TOMEE-4604[TOMEE-4604] Client's
HttpConnectionFactory does not strip sslTruststorePassword from outgoing
request.
+
+== Task
+
+[.compact]
+- link:https://issues.apache.org/jira/browse/TOMEE-4600[TOMEE-4600] Remove
openejb.cache.cdi-type-resolution-failure / WebAppInjectionResolver
+- link:https://issues.apache.org/jira/browse/TOMEE-4570[TOMEE-4570] Align
resource and services-jar.xml type definitions with XBean 4.30 fix to prevent
implicit resolution
diff --git a/src/main/jbake/content/download.adoc
b/src/main/jbake/content/download.adoc
index fa14493..d9b77e1 100755
--- a/src/main/jbake/content/download.adoc
+++ b/src/main/jbake/content/download.adoc
@@ -10,6 +10,30 @@ You **must**
link:https://www.apache.org/info/verification.html[verify] the inte
*SECURITY NOTICE: This software is developed and maintained by unpaid
volunteers who donate time as they have it. There is no guarantee security
vulnerabilities will be fixed on any timeline or at all.*
+== [[tomee-11]]Apache TomEE 11 (Milestone)
+
+- Jakarta EE 11
+- MicroProfile 7.1
+- Java 17 or higher
+- link:11.0.0-M1/release-notes.html[Release Notes]
+
+IMPORTANT: Apache TomEE 11.0.0-M1 is a milestone release intended for
evaluation purposes and should not be used in production. We do not yet pass
the full Jakarta EE TCK. Feedback on this release is encouraged.
+
+[cols="2,4*^1",options="header"]
+|===
+|Name|Version|Date|Size|Signatures & Hashes
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.zip[icon:download[]
TomEE Microprofile ZIP] |11.0.0-M1|11 June 2026|69 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.zip.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.zip.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.tar.gz[icon:download[]
TomEE Microprofile TAR.GZ] |11.0.0-M1|11 June 2026|69 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.tar.gz.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-microprofile.tar.gz.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.zip[icon:download[]
TomEE Plume ZIP] |11.0.0-M1|11 June 2026|82 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.zip.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.zip.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.tar.gz[icon:download[]
TomEE Plume TAR.GZ] |11.0.0-M1|11 June 2026|81 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.tar.gz.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plume.tar.gz.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.zip[icon:download[]
TomEE Plus ZIP] |11.0.0-M1|11 June 2026|74 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.zip.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.zip.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.tar.gz[icon:download[]
TomEE Plus TAR.GZ] |11.0.0-M1|11 June 2026|73 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.tar.gz.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-plus.tar.gz.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.zip[icon:download[]
TomEE Webprofile ZIP] |11.0.0-M1|11 June 2026|60 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.zip.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.zip.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.tar.gz[icon:download[]
TomEE Webprofile TAR.GZ] |11.0.0-M1|11 June 2026|59 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.tar.gz.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/apache-tomee-11.0.0-M1-webprofile.tar.gz.sha512[icon:download[]
SHA512]
+|https://www.apache.org/dyn/closer.cgi/tomee/tomee-11.0.0-M1/tomee-project-11.0.0-M1-source-release.zip[icon:download[]
TomEE Project Source Release ZIP] |11.0.0-M1|11 June 2026|22 MiB
|https://downloads.apache.org/tomee/tomee-11.0.0-M1/tomee-project-11.0.0-M1-source-release.zip.asc[icon:download[]
PGP]
https://downloads.apache.org/tomee/tomee-11.0.0-M1/tomee-project-11.0.0-M1-source-release.zip.sha512[icon:download[]
SHA512]
+|===
+
+
== [[tomee-10]]Apache TomEE 10
- Jakarta EE 10
diff --git a/src/main/jbake/templates/index.gsp
b/src/main/jbake/templates/index.gsp
index 0829d90..ff237f1 100755
--- a/src/main/jbake/templates/index.gsp
+++ b/src/main/jbake/templates/index.gsp
@@ -62,10 +62,18 @@
The result is Tomcat plus EE features - TomEE.</h3>
</div>
</div>
- <div class="row animated fadeInUp d-flex section no-padding"
style="opacity: 0;">
- <div class="col-md-12 d-flex f-column-start
accented-block accent-violet f-space-between">
+ <div class="row animated fadeInUp d-flex section no-padding"
style="opacity: 0;">
+ <div class="col-md-6 d-flex f-column-start
accented-block accent-violet f-space-between">
<div class="block-content">
- <h5 class="muted">Final Release - Jakarta
namespace</h5>
+ <h5 class="muted">Milestone Release - Jakarta EE
11</h5>
+ <h4 class="muted">apache-tomee-11.0.0-M1</h4>
+ <p>Milestone Release, Apache TomEE 11 implements
Jakarta EE 11 with MicroProfile 7.1. It runs on Java 17 or higher. Intended for
evaluation only - not for production.</p>
+ </div>
+ <a class="btn btn-accent btn-primary square"
href="download.html#tomee-11"><i class="icon_plus"></i>Download</a>
+ </div>
+ <div class="col-md-6 d-flex f-column-end accented-block
accent-red f-space-between">
+ <div class="block-content">
+ <h5 class="muted">Final Release - Jakarta EE 10</h5>
<h4 class="muted">apache-tomee-10.1.5</h4>
<p>Final Release, Apache TomEE 10.1 implements Jakarta
EE 10 with MicroProfile 6.1. It runs on Java 17 or higher.</p>
</div>
diff --git a/src/main/resources/ignored.txt b/src/main/resources/ignored.txt
index f8020e1..ee0ff2a 100644
--- a/src/main/resources/ignored.txt
+++ b/src/main/resources/ignored.txt
@@ -42,4 +42,5 @@ tomee-9.0/es/examples/vaadin-lts-v08-simple.adoc
tomee-7.0/docs/documentation.old.adoc
# Comma in filename trips JBake's Oven.bake(); upstream filename is from
tomee.git/docs
tomee-10.1/docs/functional-testing-with-openejb,-jetty-and-selenium.adoc
+tomee-11.0/docs/functional-testing-with-openejb,-jetty-and-selenium.adoc
latest/docs/functional-testing-with-openejb,-jetty-and-selenium.adoc