Skip to content

Commit

Permalink
Merge pull request payara#5482 from Pandrex247/FISH-5829-FISH-5830
Browse files Browse the repository at this point in the history
FISH-5829 FISH-5830 GMBAL 4.0.3 and PFL 4.1.2
  • Loading branch information
Pandrex247 authored and JamesHillyard committed Nov 17, 2021
1 parent 5b5036f commit 9da5c62
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
<thread-pool name="http-thread-pool" max-queue-size="4096"></thread-pool>
<thread-pool name="thread-pool-1" max-thread-pool-size="200" />
</thread-pools>
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
<config name="default-config" dynamic-reconfiguration-enabled="true">
<payara-executor-service-configuration />
Expand Down Expand Up @@ -585,6 +586,7 @@
<system-property name="OSGI_SHELL_TELNET_PORT" value="26666" />
<system-property name="JAVA_DEBUGGER_PORT" value="29009" />
<system-property name="HZ_LISTENER_PORT" value="5900" />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
</configs>
<property name="administrative.domain.name" value="%%%DOMAIN_NAME%%%" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
<thread-pool name="http-thread-pool" max-queue-size="4096"></thread-pool>
<thread-pool name="thread-pool-1" max-thread-pool-size="200" />
</thread-pools>
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
<config name="default-config" dynamic-reconfiguration-enabled="true">
<http-service>
Expand Down Expand Up @@ -575,6 +576,7 @@
<system-property name="OSGI_SHELL_TELNET_PORT" value="26666" />
<system-property name="JAVA_DEBUGGER_PORT" value="29009" />
<system-property name="HZ_LISTENER_PORT" value="5900" />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
</configs>
<property name="administrative.domain.name" value="%%%DOMAIN_NAME%%%" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
<system-property name="jersey.config.client.connectTimeout" value="300000" />
<system-property name="org.jboss.weld.clustering.rollingUpgradesIdDelimiter" value=".." />
<system-property name="org.jboss.weld.probe.allowRemoteAddress" value="127.0.0.1|::1|::1%.+|0:0:0:0:0:0:0:1|0:0:0:0:0:0:0:1%.+" />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>

<config name="default-config" dynamic-reconfiguration-enabled="true">
Expand Down Expand Up @@ -511,6 +512,7 @@
<system-property name="HZ_LISTENER_PORT" value="5900" />
<system-property name="fish.payara.classloading.delegate" value="false" />
<system-property name="org.jboss.weld.clustering.rollingUpgradesIdDelimiter" value=".." />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
</configs>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
<system-property name="jersey.config.client.connectTimeout" value="300000" />
<system-property name="org.jboss.weld.clustering.rollingUpgradesIdDelimiter" value=".." />
<system-property name="org.jboss.weld.probe.allowRemoteAddress" value="127.0.0.1|::1|::1%.+|0:0:0:0:0:0:0:1|0:0:0:0:0:0:0:1%.+" />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
<config name="default-config" dynamic-reconfiguration-enabled="true">
<http-service>
Expand Down Expand Up @@ -527,6 +528,7 @@
<system-property name="HZ_LISTENER_PORT" value="5900" />
<system-property name="fish.payara.classloading.delegate" value="false" />
<system-property name="org.jboss.weld.clustering.rollingUpgradesIdDelimiter" value=".." />
<system-property name="org.glassfish.gmbal.no.multipleUpperBoundsException" value="true"/>
</config>
</configs>
<property name="administrative.domain.name" value="%%%DOMAIN_NAME%%%" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

import com.sun.enterprise.util.LocalStringManagerImpl;
import com.sun.enterprise.admin.report.ActionReporter;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
Expand Down Expand Up @@ -107,6 +108,7 @@
import org.glassfish.jersey.media.sse.EventOutput;

import static org.objectweb.asm.Opcodes.*;

import org.jvnet.hk2.config.Attribute;
import org.jvnet.hk2.config.MessageInterpolatorImpl;

Expand Down
1 change: 1 addition & 0 deletions nucleus/packager/nucleus-corba-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
holder.
-->
<!-- Portions Copyright 2021 Payara Foundation and/or its affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 9da5c62

Please sign in to comment.