[maven-release-plugin]  copy for tag uimaj-2.4.2-rc1

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.2-rc1@1510746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/ResourceMetaData_impl.java b/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/ResourceMetaData_impl.java
index 952d2ca..5fb13b6 100644
--- a/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/ResourceMetaData_impl.java
+++ b/uimaj-core/src/main/java/org/apache/uima/resource/metadata/impl/ResourceMetaData_impl.java
@@ -237,11 +237,11 @@
     // For backwards compatibility (see Jira 3123) if have some group-less settings and 
     // if special environment variable is set then ignore any errors in group parameter settings.
     // NOTE - for 2.4.1 act as if backwards compatibility is enabled.
-    boolean support240bug = true;
+    boolean support240bug = false;
     NameValuePair[] nvps = cfgParamSettings.getParameterSettings();
     if (nvps.length > 0) {
       validateConfigurationParameterSettings(nvps, null, cfgParamDecls);
-      //support240bug = System.getenv("UIMA_Jira3123") != null;  // restore this post 2.4.1
+      support240bug = true; // System.getenv("UIMA_Jira3123") != null;  // restore this post 2.4.1
     }
     
     try {