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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57ba8a6  [OWB-1369] ensure there is no conflict between owb-se and 
owb-web module in SPI registration
57ba8a6 is described below

commit 57ba8a675c9272566b80b94b26d134274885cdb6
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Sat Feb 20 17:56:29 2021 +0100

    [OWB-1369] ensure there is no conflict between owb-se and owb-web module in 
SPI registration
---
 .../src/main/resources/META-INF/openwebbeans/openwebbeans.properties    | 2 +-
 .../src/main/resources/META-INF/openwebbeans/openwebbeans.properties    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans.properties 
b/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index 21b0519..d2fc9fe 100644
--- 
a/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++ 
b/webbeans-jsf/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -22,7 +22,7 @@
 # 
 #---------------------------------------------------------------
 
-configuration.ordinal=12
+configuration.ordinal=13
 
 #################################### Conversation Context Removal Thread 
Delay##################
 #Converation contexts are removed when the conversation is not used for > 
timeout. Default timeout is 30 mins.
diff --git 
a/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans.properties 
b/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index a83a6f1..7247e01 100644
--- 
a/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++ 
b/webbeans-web/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -22,7 +22,7 @@
 ################################### WEB SPI CONFIGURATION SECTION 
##########################
 
################################################################################################
 
 
-configuration.ordinal=11
+configuration.ordinal=12
 
 ################################### WEB Container Lifecycle 
################################
 #Default implementation of org.apache.webbeans.corespi.ContainerLifecycle.

Reply via email to