You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/18 20:12:14 UTC

[tomee-site-generator] 01/04: Make lists in release notes compact

This is an automated email from the ASF dual-hosted git repository.

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

commit e2d5f2a37b7499ee00260065ffef39fc771b745f
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon May 17 18:27:18 2021 -0700

    Make lists in release notes compact
---
 src/main/jbake/assets/css/cardio.css                      |  5 +++++
 src/main/jbake/content/9.0.0-M7/release-notes.adoc        |  5 +++++
 .../jbake/content/tomee-1.0.0-beta2-release-notes.adoc    | 15 ++++++++++-----
 src/main/jbake/content/tomee-1.5.0-release-notes.adoc     |  5 +++++
 src/main/jbake/content/tomee-1.5.1-release-notes.adoc     |  5 +++++
 src/main/jbake/content/tomee-1.6.0.1-release-notes.adoc   | 10 +---------
 src/main/jbake/content/tomee-1.6.0.2-release-notes.adoc   | 12 ------------
 src/main/jbake/content/tomee-1.7.0-release-notes.adoc     | 15 ++++++++++++++-
 src/main/jbake/content/tomee-1.7.1-release-notes.adoc     |  7 ++++++-
 src/main/jbake/content/tomee-1.7.2-release-notes.adoc     |  5 +++++
 src/main/jbake/content/tomee-1.7.3-release-notes.adoc     |  4 ++++
 src/main/jbake/content/tomee-1.7.4-release-notes.adoc     |  1 +
 src/main/jbake/content/tomee-7.0.0-M1-release-notes.adoc  |  7 +++++++
 src/main/jbake/content/tomee-7.0.0-M2-release-notes.adoc  |  4 ++++
 src/main/jbake/content/tomee-7.0.0-M3-release-notes.adoc  |  1 +
 src/main/jbake/content/tomee-7.0.0-release-notes.adoc     |  6 ++++++
 src/main/jbake/content/tomee-7.0.1-release-notes.adoc     |  5 +++++
 src/main/jbake/content/tomee-7.0.2-release-notes.adoc     |  4 ++++
 18 files changed, 88 insertions(+), 28 deletions(-)

diff --git a/src/main/jbake/assets/css/cardio.css b/src/main/jbake/assets/css/cardio.css
index a8e573e..6fe6e81 100755
--- a/src/main/jbake/assets/css/cardio.css
+++ b/src/main/jbake/assets/css/cardio.css
@@ -1398,3 +1398,8 @@ table > thead > tr > td {
   border-bottom-width: 2px;
   padding: 8px;
 }
+
+div.compact > ul > li,
+div.compact > ul > li > p {
+  margin: 0px;
+}
diff --git a/src/main/jbake/content/9.0.0-M7/release-notes.adoc b/src/main/jbake/content/9.0.0-M7/release-notes.adoc
index 9d6c002..2495c04 100644
--- a/src/main/jbake/content/9.0.0-M7/release-notes.adoc
+++ b/src/main/jbake/content/9.0.0-M7/release-notes.adoc
@@ -5,6 +5,7 @@
 
 == Dependency upgrade
 
+[.compact]
  - link:https://issues.apache.org/jira/browse/TOMEE-2990[TOMEE-2990] BatchEE 0.6
  - link:https://issues.apache.org/jira/browse/TOMEE-2996[TOMEE-2996] CXF 3.3.10 / 3.4.3
  - link:https://issues.apache.org/jira/browse/TOMEE-2987[TOMEE-2987] CXF 3.4.x (Java 16 support)
@@ -20,6 +21,7 @@
 
 == New Feature
 
+[.compact]
  - link:https://issues.apache.org/jira/browse/TOMEE-3730[TOMEE-3730] Add JSONP and JSONB Providers JAX-RS Client
  - link:https://issues.apache.org/jira/browse/TOMEE-2365[TOMEE-2365] Implement Java EE Security API from EE 8
  - link:https://issues.apache.org/jira/browse/TOMEE-2966[TOMEE-2966] Provide a pure JUnit5 OpenEJB Extension
@@ -28,6 +30,7 @@
 
 == Improvement
 
+[.compact]
  - link:https://issues.apache.org/jira/browse/TOMEE-2957[TOMEE-2957] Fix OWASP Checks on ASF Jenkins Environment
  - link:https://issues.apache.org/jira/browse/TOMEE-2974[TOMEE-2974] CI Build Environment ISO-8859-1 versus UTF-8
  - link:https://issues.apache.org/jira/browse/TOMEE-2973[TOMEE-2973] TomEE :: Examples :: JSF2/CDI/BV/JPA/DeltaSpike uses too old version of commons-lang3
@@ -42,11 +45,13 @@
 
 == Task
 
+[.compact]
  - link:https://issues.apache.org/jira/browse/TOMEE-3140[TOMEE-3140] Jakarta EE 9.1 TCK Failures
  - link:https://issues.apache.org/jira/browse/TOMEE-3721[TOMEE-3721] Remove dependencies between tomee-webapp modules
 
 == Sub-task
 
+[.compact]
  - link:https://issues.apache.org/jira/browse/TOMEE-3210[TOMEE-3210] securityapi.idstore.idstorepermission testIdentityStore_customHandlerWithoutIDStorePermission
  - link:https://issues.apache.org/jira/browse/TOMEE-3177[TOMEE-3177] jaxrs.spec.filter.interceptor fileReaderContainerInterceptorTest
  - link:https://issues.apache.org/jira/browse/TOMEE-3211[TOMEE-3211] securityapi.securitycontext.callerdata testSecurityContextHasAccessToWebResource
diff --git a/src/main/jbake/content/tomee-1.0.0-beta2-release-notes.adoc b/src/main/jbake/content/tomee-1.0.0-beta2-release-notes.adoc
index 0c2d787..450031a 100644
--- a/src/main/jbake/content/tomee-1.0.0-beta2-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.0.0-beta2-release-notes.adoc
@@ -5,8 +5,9 @@
 
 2012-01-23
 
-== Upgrades:
+== Upgrades
 
+[.compact]
   * [TOMEE-81] Upgrade HSQLDB to 2.2.4
   * [TOMEE-109] Upgrade to XBean 3.9
   * [TOMEE-112] Upgrade wss4j to 1.6.3
@@ -17,8 +18,9 @@
   * [TOMEE-114] Upgrade Commons Discovery to 0.5
   * [TOMEE-116] Upgrade Commons Pool to 1.5.7
 
-== New Features:
+== New Features
 
+[.compact]
   * [TOMEE-6] Arquillian adapter
   * [TOMEE-84] TomEE Embedded Container
   * [TOMEE-86] Implementation of EJBContainer.createEJBContainer for TomEE Embedded
@@ -45,8 +47,9 @@
   * [OPENEJB-1453] Metatyping for EJB and Dependency Injection Annotations
   * [OWB-621] Alternative configuration method for buggy container or pre servlet api 2.5 container
 
-== Improvements:
+== Improvements
 
+[.compact]
   * [TOMEE-102] Cleaned up error handling of closed jars at shutdown
   * [TOMEE-107] Reduced logging of harmless "Could not install our singleton service" message
   * [TOMEE-106] Better handling of DataSource "maxWait" property, supports ints
@@ -82,8 +85,9 @@
   * [OWB-627] Automatically destroy @Dependent contextual instances created with Instance<T>
   * [OWB-475] support for optional beans
 
-== Bugs:
+== Bugs
 
+[.compact]
   * [TOMEE-56] jsp group properties order not respected
   * [TOMEE-103] Further reduction of possible LinkageError in log files
   * [TOMEE-105] fixing contextroot in TomcatWebAppBuilder for windows
@@ -149,8 +153,9 @@
   * [OWB-629] NoClassDefFoundError for optional dependencies
   * [OWB-515] interceptors don't support inheritance without an overridden method annotated with @AroundInvoke
 
-== Tasks & Sub-Tasks:
+== Tasks & Sub-Tasks
 
+[.compact]
   * [TOMEE-31] upgrade hsqldb to version 2.2.4
   * [TOMEE-122] WebService subcontext mapping adjustable with tomee.jaxws.subcontext property
   * [TOMEE-121] WebServices mapped into /<webappcontext>/webservices/<name>
diff --git a/src/main/jbake/content/tomee-1.5.0-release-notes.adoc b/src/main/jbake/content/tomee-1.5.0-release-notes.adoc
index 9e86941..a8e571f 100644
--- a/src/main/jbake/content/tomee-1.5.0-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.5.0-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Upgrades
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-243[TOMEE-243] HSQLDB 2.2.8
 * link:https://issues.apache.org/jira/browse/TOMEE-431[TOMEE-431] Shrinkwrap Descriptor 2.0.0-alpha-3
 * link:https://issues.apache.org/jira/browse/TOMEE-378[TOMEE-378] Quartz 2.1.6
@@ -18,6 +19,7 @@
 
 == New Features
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-347[TOMEE-347] Allow switching datasource connection pool
 * link:https://issues.apache.org/jira/browse/TOMEE-331[TOMEE-331] Optimized scanning via exclusions.list in WEB-INF allows
 * link:https://issues.apache.org/jira/browse/TOMEE-266[TOMEE-266] Internal EJBs can be secured
@@ -36,6 +38,7 @@
 
 == Improvements
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-235[TOMEE-235] ability to provide a custom server.xml using arquillian adapters
 * link:https://issues.apache.org/jira/browse/TOMEE-194[TOMEE-194] managing pathparam at class level
 * link:https://issues.apache.org/jira/browse/TOMEE-346[TOMEE-346] providing log4j in a webapp needs to set openejb.skip.log4j=false
@@ -161,6 +164,7 @@
 
 == Bugs
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-12[TOMEE-12] org.apache.openejb.config.AnnotationDeployer throws InstantiationException on com.sun.jersey.api.core.ApplicationAdapter
 * link:https://issues.apache.org/jira/browse/TOMEE-193[TOMEE-193] soap webservices are now deployed by default in the webapp context but what if the webservice is not in a webapp?
 * link:https://issues.apache.org/jira/browse/TOMEE-199[TOMEE-199] tomcat deployer doesnt work well for cdi apps
@@ -250,6 +254,7 @@
 
 == Tasks & Sub-Tasks
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-342[TOMEE-342] webservice with configured deployment url example
 * link:https://issues.apache.org/jira/browse/TOMEE-335[TOMEE-335] Create a new JIRA saying: checking and closing JIRAs
 * link:https://issues.apache.org/jira/browse/TOMEE-129[TOMEE-129] Tweak TCK setup for JAX-RS tests
diff --git a/src/main/jbake/content/tomee-1.5.1-release-notes.adoc b/src/main/jbake/content/tomee-1.5.1-release-notes.adoc
index f982c0c..30b4c23 100644
--- a/src/main/jbake/content/tomee-1.5.1-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.5.1-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Upgrades
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-571[TOMEE-571] Update to OWB 1.1.7
 * link:https://issues.apache.org/jira/browse/TOMEE-629[TOMEE-629] myfaces 2.1.10
 * link:https://issues.apache.org/jira/browse/TOMEE-472[TOMEE-472] XBean 3.12
@@ -20,6 +21,7 @@
 
 == New Features
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-630[TOMEE-630] add a maven archetype to start a project with tomee
 * link:https://issues.apache.org/jira/browse/TOMEE-440[TOMEE-440] add a tomee test enricher for arquillian tomee adapters
 * link:https://issues.apache.org/jira/browse/TOMEE-600[TOMEE-600] ability to inject remote initial context in tomee clients
@@ -45,6 +47,7 @@
 
 == Improvements
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-633[TOMEE-633] More understandable 'tomee.autoconfig' property to control automatic creation of resources
 * link:https://issues.apache.org/jira/browse/TOMEE-488[TOMEE-488] Js JNDI Panel
 * link:https://issues.apache.org/jira/browse/TOMEE-486[TOMEE-486] ability to override properties values (system.properties + services) by environment
@@ -173,6 +176,7 @@
 
 == Bugs
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-578[TOMEE-578] Tomee Drop-in WARs installer "install" button points to a bad path
 * link:https://issues.apache.org/jira/browse/TOMEE-487[TOMEE-487] deployerejb uses home to create unique file, it should be base if temp dir is not writable
 * link:https://issues.apache.org/jira/browse/TOMEE-483[TOMEE-483] plus and jaxrs webapp doesn't have classes in web-inf/classes
@@ -395,6 +399,7 @@
 
 == Tasks & Sub-Tasks
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-442[TOMEE-442] valid using hostname in webapp id is fine
 * link:https://issues.apache.org/jira/browse/TOMEE-439[TOMEE-439] refactor DeployerEjb to be able to deploy war as Tomcat
 * link:https://issues.apache.org/jira/browse/OPENEJB-1922[OPENEJB-1922] [KARAFEE] see how to take into account cdi dependencies
diff --git a/src/main/jbake/content/tomee-1.6.0.1-release-notes.adoc b/src/main/jbake/content/tomee-1.6.0.1-release-notes.adoc
index 22a83ca..e6c05f0 100644
--- a/src/main/jbake/content/tomee-1.6.0.1-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.6.0.1-release-notes.adoc
@@ -6,17 +6,9 @@
 
 * https://issues.apache.org/jira/browse/TOMEE-1104[TOMEE-1104] Tomcat 7.0.53
 
-== New Features
-
-
-== Improvements
-
-
-== Bugs
-
-
 == Tasks & Sub-Tasks
 
+[.compact]
 * https://issues.apache.org/jira/browse/TOMEE-1176[TOMEE-1176] Add missing ASF headers
 * https://issues.apache.org/jira/browse/TOMEE-1177[TOMEE-1177] Include Apache Tomcat Native library 1.1.30
 
diff --git a/src/main/jbake/content/tomee-1.6.0.2-release-notes.adoc b/src/main/jbake/content/tomee-1.6.0.2-release-notes.adoc
index 85b0151..43b9c14 100644
--- a/src/main/jbake/content/tomee-1.6.0.2-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.6.0.2-release-notes.adoc
@@ -2,18 +2,6 @@
 :jbake-type: page
 :jbake-status: published
 
-== Upgrades
-
-
-== New Features
-
-
-== Improvements
-
-
-== Bugs
-
-
 == Tasks & Sub-Tasks
 
 * https://issues.apache.org/jira/browse/TOMEE-1189[TOMEE-1189] Upgrade to CXF 2.6.14 to fix security issues.
diff --git a/src/main/jbake/content/tomee-1.7.0-release-notes.adoc b/src/main/jbake/content/tomee-1.7.0-release-notes.adoc
index c5dd58b..ef173b6 100644
--- a/src/main/jbake/content/tomee-1.7.0-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.7.0-release-notes.adoc
@@ -4,10 +4,12 @@
 
 == Sub-task
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-659[TOMEE-659]] - TomEE new logo
 
 == Bug
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-836[TOMEE-836]] - ReportValidationResults should log.info about the root cause
 * [https://issues.apache.org/jira/browse/TOMEE-885[TOMEE-885]] - Cannot inject no-interface groovy local bean
 * [https://issues.apache.org/jira/browse/TOMEE-926[TOMEE-926]] - arquillian adaptors can fail replacing port if a port includes another one
@@ -78,6 +80,7 @@
 
 == Dependency upgrade
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1104[TOMEE-1104]] - Tomcat 7.0.53
 * [https://issues.apache.org/jira/browse/TOMEE-1108[TOMEE-1108]] - myfaces 2.1.15
 * [https://issues.apache.org/jira/browse/TOMEE-1115[TOMEE-1115]] - xbean 3.16
@@ -103,6 +106,7 @@
 
 == Improvement
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-898[TOMEE-898]] - Bean Validation Test (bean-validation-design-by-contract) is in the wrong package
 * [https://issues.apache.org/jira/browse/TOMEE-904[TOMEE-904]] - Try to unwrap the URL from UrlAsset instead of creating a new one
 * [https://issues.apache.org/jira/browse/TOMEE-1090[TOMEE-1090]] - tomee-catalina PMD
@@ -130,6 +134,7 @@
 
 == New Feature
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-651[TOMEE-651]] - DataSource is such a common resource type that it should be possible to not specify it in tomee.xml
 * [https://issues.apache.org/jira/browse/TOMEE-662[TOMEE-662]] - Support aliases on resources
 * [https://issues.apache.org/jira/browse/TOMEE-1074[TOMEE-1074]] - Manage Sessions
@@ -173,6 +178,7 @@ property (configurable in application.properties) to deactivate timers
 
 == Task
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1160[TOMEE-1160]] - Track AppContext start time
 * [https://issues.apache.org/jira/browse/TOMEE-1177[TOMEE-1177]] - Include Apache Tomcat Native library 1.1.30
 * [https://issues.apache.org/jira/browse/TOMEE-1178[TOMEE-1178]] - Please create a DOAP file for your TLP
@@ -181,10 +187,11 @@ property (configurable in application.properties) to deactivate timers
 
 * [https://issues.apache.org/jira/browse/TOMEE-1253[TOMEE-1253]] - add tests based on the test-control module to the deltaspike fullstack example
 
-     Release Notes - OpenEJB - Version 4.7.0
+# Release Notes - OpenEJB - Version 4.7.0
 
 == Sub-task
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-120[OPENEJB-120]] - Port CMP Container
 * [https://issues.apache.org/jira/browse/OPENEJB-145[OPENEJB-145]] - iTest: StatelessRemoteJndiTests
 * [https://issues.apache.org/jira/browse/OPENEJB-146[OPENEJB-146]] - iTest: StatelessLocalJndiTests
@@ -240,6 +247,7 @@ property (configurable in application.properties) to deactivate timers
 
 == Bug
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-6[OPENEJB-6]] - Wrong Exceptions thrown for unimplemented features
 * [https://issues.apache.org/jira/browse/OPENEJB-23[OPENEJB-23]] - OpenEJB protocol hangs in ObjectInputStream
 * [https://issues.apache.org/jira/browse/OPENEJB-75[OPENEJB-75]] - itests broken when Geronimo moved to v1.0
@@ -350,6 +358,7 @@ leaves the standalone java process running but broken
 
 == Improvement
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-38[OPENEJB-38]] - The loader jar not installable or deployable to a maven repo
 * [https://issues.apache.org/jira/browse/OPENEJB-305[OPENEJB-305]] - Update itest plans
 * [https://issues.apache.org/jira/browse/OPENEJB-309[OPENEJB-309]] - Implement support for JNDI_LIST and JNDI_LIST_BINDINGS methods in org.openejb.server.ejbd.JndiRequestHandler
@@ -398,6 +407,7 @@ event
 
 == New Feature
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-63[OPENEJB-63]] - New Castor CMP Container
 * [https://issues.apache.org/jira/browse/OPENEJB-565[OPENEJB-565]] - Basic support for JAX-WS invocations
 * [https://issues.apache.org/jira/browse/OPENEJB-569[OPENEJB-569]] - @Resource WebServiceContext injection
@@ -413,6 +423,7 @@ event
 
 == Task
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-20[OPENEJB-20]] - org.openejb.util.Logger uses deprecated log4j.Category class
 * [https://issues.apache.org/jira/browse/OPENEJB-36[OPENEJB-36]] - Automated test of tomcat integration
 * [https://issues.apache.org/jira/browse/OPENEJB-81[OPENEJB-81]] - ejb3 specs module
@@ -443,6 +454,7 @@ from version number
 
 == Test
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-450[OPENEJB-450]] - Potentially use xbean-naming
 * [https://issues.apache.org/jira/browse/OPENEJB-519[OPENEJB-519]] - Annotated test clients enablement
 * [https://issues.apache.org/jira/browse/OPENEJB-563[OPENEJB-563]] - Test Case for Jax-RPC
@@ -450,5 +462,6 @@ from version number
 
 == Wish
 
+[.compact]
 * [https://issues.apache.org/jira/browse/OPENEJB-2077[OPENEJB-2077]] - Do not require openejb.json/openejb.xml
 * [https://issues.apache.org/jira/browse/OPENEJB-2092[OPENEJB-2092]] - Allow easy offsetting of all OpenEJB ports
diff --git a/src/main/jbake/content/tomee-1.7.1-release-notes.adoc b/src/main/jbake/content/tomee-1.7.1-release-notes.adoc
index 35b6b41..2b4c531 100644
--- a/src/main/jbake/content/tomee-1.7.1-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.7.1-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1296[TOMEE-1296]] - org.apache.openejb.jpa.integration.eclipselink.OpenEJBServerPlatform mbeanServer name is wrong
 * [https://issues.apache.org/jira/browse/TOMEE-1324[TOMEE-1324]] - Problem with TomEE Maven archetype
 * [https://issues.apache.org/jira/browse/TOMEE-1325[TOMEE-1325]] - Dynamic subclassing doesn&#39;t support interfaces (@Local)
@@ -16,24 +17,28 @@
 
 == Dependency upgrade
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1326[TOMEE-1326]] - Upgrade to Mojarra 2.1.29
 
 == Improvement
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1339[TOMEE-1339]] - [JAXRS] try static resources first
 
 == New Feature
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1295[TOMEE-1295]] - openjpa.EntityManagerFactoryPool support for container persistence unit
 * [https://issues.apache.org/jira/browse/TOMEE-1297[TOMEE-1297]] - add @Jars annotation to ApplicationComposer
 * [https://issues.apache.org/jira/browse/TOMEE-1341[TOMEE-1341]] - Arquillian support for Suite testing
 
 == Test
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1338[TOMEE-1338]] - Create tests for DeployerEjb
 
 
-== Release Notes - OpenEJB - Version 4.7.1
+= Release Notes - OpenEJB - Version 4.7.1
 
 == Bug
 
diff --git a/src/main/jbake/content/tomee-1.7.2-release-notes.adoc b/src/main/jbake/content/tomee-1.7.2-release-notes.adoc
index b41c167..04327ea 100644
--- a/src/main/jbake/content/tomee-1.7.2-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.7.2-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Upgrades
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1426[TOMEE-1426] xbean 4.1
 * link:https://issues.apache.org/jira/browse/TOMEE-1554[TOMEE-1554] Upgrade OpenJPA to 2.4.0
 * link:https://issues.apache.org/jira/browse/TOMEE-1391[TOMEE-1391] Use maven-filtering:1.2 to fix MSHARED-319 when compiling under JDK8
@@ -16,6 +17,7 @@
 
 == New Features
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1552[TOMEE-1552] add openejb.activemq.deploymentId-as-clientId flag to not force AMQ clientId to ejb deploymentId
 * link:https://issues.apache.org/jira/browse/TOMEE-1444[TOMEE-1444] allow extensions through openejb extensions of cxf-rs
 * link:https://issues.apache.org/jira/browse/TOMEE-1440[TOMEE-1440] support singleDeploymentByArchiveName in tomee arquillian adapters (remote/embedded)
@@ -38,6 +40,7 @@
 
 == Improvements
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1425[TOMEE-1425] better JMX naming for cxf jaxrs endpoint
 * link:https://issues.apache.org/jira/browse/TOMEE-1434[TOMEE-1434] wire roles/users to tomee embedded arquillian adapter
 * link:https://issues.apache.org/jira/browse/TOMEE-1430[TOMEE-1430] add support for users/roles for tomee embedded
@@ -67,6 +70,7 @@
 
 == Bugs
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1433[TOMEE-1433] Prevent error output on tomee:run+++<Enter>+++</li>
 * link:https://issues.apache.org/jira/browse/TOMEE-1553[TOMEE-1553] EJBContainerRunner broken with junit 4.12
 * link:https://issues.apache.org/jira/browse/TOMEE-1551[TOMEE-1551] URLClassLoaderFirst uses its own lock and not classloader one
@@ -144,5 +148,6 @@
 
 == Tasks & Sub-Tasks
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1410[TOMEE-1410] Cleanup poms to update the filtering of EXE files.
 * link:https://issues.apache.org/jira/browse/TOMEE-1356[TOMEE-1356] tomcat resources are not always well created and can return a Context instead of the real instance+++</args>++++++</Enter>+++
diff --git a/src/main/jbake/content/tomee-1.7.3-release-notes.adoc b/src/main/jbake/content/tomee-1.7.3-release-notes.adoc
index d2c84b0..6f6ce06 100644
--- a/src/main/jbake/content/tomee-1.7.3-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.7.3-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1465[TOMEE-1465]] - org.apache.openejb.util.PropertyPlaceHolderHelper.PropertiesLookup caches properties
 * [https://issues.apache.org/jira/browse/TOMEE-1585[TOMEE-1585]] - org.apache.openejb.core.ivm.BaseEjbProxyHandler.ProxyRegistry#liveHandleRegistry not thread safe
 * [https://issues.apache.org/jira/browse/TOMEE-1587[TOMEE-1587]] - merge arquillian tomee ear support from 7.x to 1.7.x
@@ -19,6 +20,7 @@
 
 == Dependency upgrade
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1611[TOMEE-1611]] - Tomcat 7.0.63
 * [https://issues.apache.org/jira/browse/TOMEE-1678[TOMEE-1678]] - Tomcat 7.0.65
 * [https://issues.apache.org/jira/browse/TOMEE-1633[TOMEE-1633]] - upgrade javamail to 1.9.0-alpha-2
@@ -26,6 +28,7 @@
 
 == Improvement
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1428[TOMEE-1428]] - improve the performance of TempClassLoader$ResourceComparator
 * [https://issues.apache.org/jira/browse/TOMEE-1455[TOMEE-1455]] - for resource local pu try to guess if datasource is configured in persistence unit properties
 * [https://issues.apache.org/jira/browse/TOMEE-1461[TOMEE-1461]] - Need a machine global mechanism for &#39;get next available port&#39;
@@ -38,6 +41,7 @@ issues
 
 == New Feature
 
+[.compact]
 * [https://issues.apache.org/jira/browse/TOMEE-1442[TOMEE-1442]] - Show list of deployed applications (including EARs) in the console
 * [https://issues.apache.org/jira/browse/TOMEE-1456[TOMEE-1456]] - Support endorsed libs in the TomEE Maven Plugin
 
diff --git a/src/main/jbake/content/tomee-1.7.4-release-notes.adoc b/src/main/jbake/content/tomee-1.7.4-release-notes.adoc
index e1e1650..06aa58d 100644
--- a/src/main/jbake/content/tomee-1.7.4-release-notes.adoc
+++ b/src/main/jbake/content/tomee-1.7.4-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1638[TOMEE-1638] - tomee:exec on Windows produces invalid tomee.zip due to backslash directory separators
 * link:https://issues.apache.org/jira/browse/TOMEE-1686[TOMEE-1686] - org.apache.openejb.core.cmp.CmpContainer#findEJBObject supposes args array is not empty
 * link:https://issues.apache.org/jira/browse/TOMEE-1705[TOMEE-1705] - Destroy application attempts to initialize lazily loaded resources
diff --git a/src/main/jbake/content/tomee-7.0.0-M1-release-notes.adoc b/src/main/jbake/content/tomee-7.0.0-M1-release-notes.adoc
index 3e6c32b..f2eb398 100644
--- a/src/main/jbake/content/tomee-7.0.0-M1-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.0-M1-release-notes.adoc
@@ -8,6 +8,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1071[TOMEE-1071] - NoClassDefFoundError - SVGDocument
 * link:https://issues.apache.org/jira/browse/TOMEE-1265[TOMEE-1265] - Can not start tomee when using conf/catalina.policy
 * link:https://issues.apache.org/jira/browse/TOMEE-1266[TOMEE-1266] - Unable to configure a datasource with TomEE in context of Oracle Wallet
@@ -118,6 +119,7 @@
 
 == Dependency upgrade
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1277[TOMEE-1277] - cxf 3
 * link:https://issues.apache.org/jira/browse/TOMEE-1368[TOMEE-1368] - upgrade arquillian-transaction-impl-base to 1.0.1.Final
 * link:https://issues.apache.org/jira/browse/TOMEE-1369[TOMEE-1369] - arquillian persistence sample
@@ -134,11 +136,13 @@
 
 == Documentation
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1264[TOMEE-1264] - Doc issue with &quot;cxf.jaxrs.providers&quot;
 * link:https://issues.apache.org/jira/browse/TOMEE-1605[TOMEE-1605] - Status Page for Java EE 7
 
 == Improvement
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1269[TOMEE-1269] - if a @Path interface has a single implementation add it as rest service
 * link:https://issues.apache.org/jira/browse/TOMEE-1270[TOMEE-1270] - exclude from scanning @Deprecated @Providers
 * link:https://issues.apache.org/jira/browse/TOMEE-1272[TOMEE-1272] - Do not force use of system property &#39;com.sun.management.jmxremote&#39;
@@ -195,6 +199,7 @@ for comp/env/openejb/Resource/<id>
 
 == New Feature
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1274[TOMEE-1274] - support additionalLibs in arquillian.xml to add libs from mvn coordinates to tomee/lib
 * link:https://issues.apache.org/jira/browse/TOMEE-1282[TOMEE-1282] - basic @Transactional @TransactionScoped support
 * link:https://issues.apache.org/jira/browse/TOMEE-1285[TOMEE-1285] - allow jaxrs providers to be CDI bean
@@ -257,6 +262,7 @@ for comp/env/openejb/Resource/<id>
 
 == Task
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1276[TOMEE-1276] - rework TimerExecutor
 * link:https://issues.apache.org/jira/browse/TOMEE-1278[TOMEE-1278] - tomcat 8.0.x
 * link:https://issues.apache.org/jira/browse/TOMEE-1279[TOMEE-1279] - integrate batchee
@@ -270,6 +276,7 @@ for comp/env/openejb/Resource/<id>
 
 == Test
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1290[TOMEE-1290] - Source build profile &#39;hibernate&#39;
 requires junit dependency
 * link:https://issues.apache.org/jira/browse/TOMEE-1338[TOMEE-1338] - Create tests for DeployerEjb
diff --git a/src/main/jbake/content/tomee-7.0.0-M2-release-notes.adoc b/src/main/jbake/content/tomee-7.0.0-M2-release-notes.adoc
index 7cd8280..e81c679 100644
--- a/src/main/jbake/content/tomee-7.0.0-M2-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.0-M2-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1640[TOMEE-1640] - TomEE should &quot;scan&quot;
 a possible CDI beans if a NoClassDefFoundError occurs before registering it
 * link:https://issues.apache.org/jira/browse/TOMEE-1644[TOMEE-1644] - synchronization ignored for entity managers using extended contexts
@@ -35,6 +36,7 @@ property in openejb.pom to 3.1.3
 
 == Dependency upgrade
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1633[TOMEE-1633] - upgrade javamail to 1.9.0-alpha-2
 * link:https://issues.apache.org/jira/browse/TOMEE-1659[TOMEE-1659] - upgrade to mojarra 2.2.9
 * link:https://issues.apache.org/jira/browse/TOMEE-1670[TOMEE-1670] - xbean 4.5
@@ -50,6 +52,7 @@ property in openejb.pom to 3.1.3
 
 == Improvement
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1642[TOMEE-1642] - Would be nice that tomee logs JAXRS configuration in use (was: sends an INFO when not found the relative class for pojo-deployment in configuration [openejb-jar.xml])
 * link:https://issues.apache.org/jira/browse/TOMEE-1643[TOMEE-1643] - XADataSource can leak connections/skip the pool
 * link:https://issues.apache.org/jira/browse/TOMEE-1650[TOMEE-1650] - ignore tomee webapp and internal application by default
@@ -60,6 +63,7 @@ property in openejb.pom to 3.1.3
 
 == New Feature
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1651[TOMEE-1651] - support char[] password decryption (not String)
 * link:https://issues.apache.org/jira/browse/TOMEE-1652[TOMEE-1652] - add cdiStereotypes() to @Classes in ApplicationComposer API
 * link:https://issues.apache.org/jira/browse/TOMEE-1653[TOMEE-1653] - add hooks in tomee:exec runner
diff --git a/src/main/jbake/content/tomee-7.0.0-M3-release-notes.adoc b/src/main/jbake/content/tomee-7.0.0-M3-release-notes.adoc
index 1b46d0f..d8c6a4b 100644
--- a/src/main/jbake/content/tomee-7.0.0-M3-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.0-M3-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1638[TOMEE-1638] - tomee:exec on Windows produces invalid tomee.zip due to backslash directory separators
 * link:https://issues.apache.org/jira/browse/TOMEE-1718[TOMEE-1718] - Potential NPE when servlet class is not set defining a JAXRS application mapping
 * link:https://issues.apache.org/jira/browse/TOMEE-1719[TOMEE-1719] - support application/*+json by default
diff --git a/src/main/jbake/content/tomee-7.0.0-release-notes.adoc b/src/main/jbake/content/tomee-7.0.0-release-notes.adoc
index cb752c4..8c945e4 100644
--- a/src/main/jbake/content/tomee-7.0.0-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.0-release-notes.adoc
@@ -8,6 +8,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1266[TOMEE-1266] - Unable to configure a datasource with TomEE in context of Oracle Wallet
 * link:https://issues.apache.org/jira/browse/TOMEE-1268[TOMEE-1268] - Auto scanning of @Provider
 * link:https://issues.apache.org/jira/browse/TOMEE-1275[TOMEE-1275] - TimerExecutor as compoenent doesn&#39;t follow executor lifecycle (stop/start)
@@ -67,6 +68,7 @@
 
 == Dependency upgrade
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1391[TOMEE-1391] - Use maven-filtering:1.2 to fix MSHARED-319 when compiling under JDK8
 * link:https://issues.apache.org/jira/browse/TOMEE-1754[TOMEE-1754] - Tomcat 8.5.2
 * link:https://issues.apache.org/jira/browse/TOMEE-1757[TOMEE-1757] - [plume] eclipselinks 2.6.3
@@ -77,6 +79,7 @@
 
 == Improvement
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1269[TOMEE-1269] - if a @Path interface has a single implementation add it as rest service
 * link:https://issues.apache.org/jira/browse/TOMEE-1270[TOMEE-1270] - exclude from scanning @Deprecated @Providers
 * link:https://issues.apache.org/jira/browse/TOMEE-1273[TOMEE-1273] - fix SslTomEETest to work with JDK 8 keytool
@@ -104,6 +107,7 @@ must fail-fast
 
 == New Feature
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1274[TOMEE-1274] - support additionalLibs in arquillian.xml to add libs from mvn coordinates to tomee/lib
 * link:https://issues.apache.org/jira/browse/TOMEE-1282[TOMEE-1282] - basic @Transactional @TransactionScoped support
 * link:https://issues.apache.org/jira/browse/TOMEE-1288[TOMEE-1288] - supports default in out propertyplaceholding
@@ -132,6 +136,7 @@ must fail-fast
 
 == Task
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1276[TOMEE-1276] - rework TimerExecutor
 * link:https://issues.apache.org/jira/browse/TOMEE-1279[TOMEE-1279] - integrate batchee
 * link:https://issues.apache.org/jira/browse/TOMEE-1280[TOMEE-1280] - myfaces 2.2.x
@@ -143,6 +148,7 @@ must fail-fast
 
 == Test
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1290[TOMEE-1290] - Source build profile &#39;hibernate&#39;
 requires junit dependency
 * link:https://issues.apache.org/jira/browse/TOMEE-1338[TOMEE-1338] - Create tests for DeployerEjb
diff --git a/src/main/jbake/content/tomee-7.0.1-release-notes.adoc b/src/main/jbake/content/tomee-7.0.1-release-notes.adoc
index d995625..ec20d68 100644
--- a/src/main/jbake/content/tomee-7.0.1-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.1-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1813[TOMEE-1813] - tomee.sh fails on cygwin
 * link:https://issues.apache.org/jira/browse/TOMEE-1817[TOMEE-1817] - java.lang.NullPointerException in Connector Resource Adapter deploy
 * link:https://issues.apache.org/jira/browse/TOMEE-1819[TOMEE-1819] - OWB configuration not respected
@@ -19,10 +20,12 @@
 
 == Dependency upgrade
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1850[TOMEE-1850] - Tomcat 8.5.3
 
 == Improvement
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1821[TOMEE-1821] - Allow to filter CDI extensions
 * link:https://issues.apache.org/jira/browse/TOMEE-1823[TOMEE-1823] - double johnzon max size (8k) and add a comment in system.properties
 * link:https://issues.apache.org/jira/browse/TOMEE-1824[TOMEE-1824] - support date configuration for johnzon
@@ -34,6 +37,7 @@
 
 == New Feature
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1812[TOMEE-1812] - add reload command to tomee embedded maven plugin
 * link:https://issues.apache.org/jira/browse/TOMEE-1818[TOMEE-1818] - add depends-on to Resource
 * link:https://issues.apache.org/jira/browse/TOMEE-1826[TOMEE-1826] - [CXF] openejb.cxf.monitoring.jmx config entry to activate counter repository
@@ -48,4 +52,5 @@
 
 == Task
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1814[TOMEE-1814] - upgrade copyright year to 2016
diff --git a/src/main/jbake/content/tomee-7.0.2-release-notes.adoc b/src/main/jbake/content/tomee-7.0.2-release-notes.adoc
index 3b22b04..dbd9c23 100644
--- a/src/main/jbake/content/tomee-7.0.2-release-notes.adoc
+++ b/src/main/jbake/content/tomee-7.0.2-release-notes.adoc
@@ -4,6 +4,7 @@
 
 == Bug
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1545[TOMEE-1545] - Problem with parallel deployment + REST
 * link:https://issues.apache.org/jira/browse/TOMEE-1778[TOMEE-1778] - XAPoolTest fails because lock on XA log file cannot be acquired
 * link:https://issues.apache.org/jira/browse/TOMEE-1851[TOMEE-1851] - ear classloading can&#39;t be webapp first without a custom classloader
@@ -55,6 +56,7 @@
 
 == Dependency upgrade
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1864[TOMEE-1864] - tomcat 8.5.6
 * link:https://issues.apache.org/jira/browse/TOMEE-1869[TOMEE-1869] - upgrade xmlsec to 2.0.6
 * link:https://issues.apache.org/jira/browse/TOMEE-1880[TOMEE-1880] - johnzon 0.9.4
@@ -66,6 +68,7 @@
 
 == Improvement
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1855[TOMEE-1855] - JSP can leak under no luck conditions
 * link:https://issues.apache.org/jira/browse/TOMEE-1861[TOMEE-1861] - org.apache.tomee.jul.formatter.AsyncConsoleHandler not configurable
 * link:https://issues.apache.org/jira/browse/TOMEE-1870[TOMEE-1870] - Don&#39;t scan jars if scan.xml is used with classes only
@@ -82,6 +85,7 @@
 
 == New Feature
 
+[.compact]
 * link:https://issues.apache.org/jira/browse/TOMEE-1810[TOMEE-1810] - Default context should be &#39;/&#39;
 or ROOT if --context is not specified for embedded tomee
 * link:https://issues.apache.org/jira/browse/TOMEE-1872[TOMEE-1872] - Map tomee embedded Configuration to its main