Skip to content

Commit

Permalink
Merge pull request #1173 from Pandrex247/payara-blue-164-release
Browse files Browse the repository at this point in the history
Payara blue 164 release
  • Loading branch information
Pandrex247 authored Nov 11, 2016
2 parents c5fb95f + 2e1b5b8 commit 0acd83a
Show file tree
Hide file tree
Showing 628 changed files with 2,472 additions and 2,391 deletions.
File renamed without changes.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Description #
----------

<!--- Brief summary description of the bug or enhancement request -->

## Expected Outcome

<!-- If reporting a bug, give a detailed summary of the expected behavior the server and/or deployed applications SHOULD exhibit after executing the steps described below. If possible quote Java EE specification's sections or link to Glassfish or Payara's official documentation as evidence. -->

<!-- If making an enhancement request, give a detailed explanation of how this new or updated feature should work -->

## Current Outcome

<!-- If reporting a bug, give a detailed summary of the actual behavior the server and/or deployed applications exhibit after executing the steps described below. Please put emphasis on any unwanted results. -->

<!-- If making an enhancement request, explain the drawbacks and disadvantages of the targeted feature (or lack of it) -->

## Steps to reproduce (Only for bug reports)

<!--
Describe the test to reproduce the bug in a series of steps. Make each step simple to follow by describing configuration changes, commands to run or simple instructions; for example:
1 -** Start the domain
./asadmin start-domain payaradomain
2 -** Configure an HTTP network listener in the admin console:
[Attach screenshots of Payara's Server console, to illustrate]
3 -** Make changes to the domain.xml configuration:
<java-config classpath-suffix="" debug-options="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9009" system-classpath="">
<jvm-options>-XX:MaxPermSize=512m</jvm-options>
<jvm-options>-server</jvm-options>
...
</java-config>
-->

### Samples

<!-- Include a link to a [SCCE](http://sscce.org/ "Short, Self-Contained, Correct Example") that helps reproduce the issue faster. Structuring a Maven project is strongly recommended if possible -->

## Context (Optional)

<!-- Give details on this issue has affected you, for example: What are you trying to accomplish?
Providing context helps us come up with a solution that is most useful for your scenario. -->

## Environment ##

- **Payara Version**: 4.1.1.x
- **Edition**: <!-- Full/Web/Blue/Micro -->
- **JDK Version**: <!-- 6/7/8 uXX - Oracle/IBM/OpenJDK -->
- **Operating System**: <!-- Windows / Linux / Mac -->

2 changes: 1 addition & 1 deletion appserver/admin/admin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/backup-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/backup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>backup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli-optional-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cli-optional-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>
<artifactId>cli-optional</artifactId>
<packaging>glassfish-jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>
<artifactId>appserver-cli</artifactId>
<packaging>glassfish-jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/gf_template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>

<artifactId>appserver-domain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/payara_template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.glassfish.main.admin</groupId>
<artifactId>admin</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>

<artifactId>payara-domain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.glassfish.main.admin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/cluster-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-cluster-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-cluster-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/common-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@

<sun:property id="consoleFormat" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18nc.log.ConsoleLogFormat}" helpText="$resource{i18nc.log.ConsoleLogFormatHelp}">
<sun:dropDown id="consoleFormat" selected="#{pageSession.logAttributes['java.util.logging.ConsoleHandler.formatter']}"
labels={ "ULF","ODL"}
values={"com.sun.enterprise.server.logging.UniformLogFormatter", "com.sun.enterprise.server.logging.ODLLogFormatter"} />
labels={ "ULF","ODL","JSON"}
values={"com.sun.enterprise.server.logging.UniformLogFormatter", "com.sun.enterprise.server.logging.ODLLogFormatter", "fish.payara.enterprise.server.logging.JSONLogFormatter"} />
</sun:property>

<sun:property id="logfileFormat" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18nc.log.FileLogFormat}" helpText="$resource{i18nc.log.FileLogFormatHelp}">
<sun:dropDown id="logfileFormat" selected="#{pageSession.logAttributes['com.sun.enterprise.server.logging.GFFileHandler.formatter']}"
labels={ "ULF","ODL"}
values={"com.sun.enterprise.server.logging.UniformLogFormatter", "com.sun.enterprise.server.logging.ODLLogFormatter"} />
labels={ "ULF","ODL","JSON"}
values={"com.sun.enterprise.server.logging.UniformLogFormatter", "com.sun.enterprise.server.logging.ODLLogFormatter", "fish.payara.enterprise.server.logging.JSONLogFormatter"} />
</sun:property>

<sun:property id="excludeFields" labelAlign="left" noWrap="#{true}" overlapLabel="#{false}" label="$resource{i18nc.log.excludeFields}" helpText="$resource{i18nc.log.excludeFieldsHelp}">
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/concurrent-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-concurrent-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-concurrent-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/corba-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-corba-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/corba/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-corba-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/core-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-core-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/dataprovider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/dist-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
</parent>

<artifactId>dist-fragment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-ejb-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb-lite-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-ejb-lite-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-ejb-lite-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-ejb-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/full-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-common-full-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-common-full-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/gf-admingui-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>org.glassfish.main</groupId>
<artifactId>glassfish-parent</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>fish.payara.admingui.connector</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jca-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jca-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jca-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jdbc-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jdbc-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jdbc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jms-plugin-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jms-plugin-l10n</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jms-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jms-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/admingui/jts-l10n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>fish.payara.admingui</groupId>
<artifactId>admingui</artifactId>
<version>4.1.1.164-SNAPSHOT</version>
<version>4.1.1.164</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>console-jts-plugin-l10n</artifactId>
Expand Down
Loading

0 comments on commit 0acd83a

Please sign in to comment.