Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
80e14e1
Remove BootClassPath metric from JVMRuntimeStatsProvider to avoid Uns…
dmiya3 Apr 10, 2026
ad40b82
Prevent ClassCastException by generating deployment descriptors only …
dmiya3 Apr 10, 2026
6799877
Execute ql tests visibly
arjantijms Mar 20, 2026
5035357
Update several versions in pom.xml
dmatej Apr 17, 2026
540eedd
QuickLook tests left server running
dmatej Apr 16, 2026
8c27e42
Updated git commit plugin
dmatej Apr 17, 2026
c56b05d
Updated Helidon, MavenPluginAPI, JNoSQL, AntLauncher
dmatej Apr 17, 2026
4fb53fb
Merge pull request #25986 from dmiya3/br-suppress-cce
dmatej Apr 17, 2026
92b6536
Updated Checkstyle + fixed issues breaking it
dmatej Apr 17, 2026
c977421
Merge pull request #25991 from dmatej/plexus-utils
arjantijms Apr 18, 2026
01bd19a
Merge pull request #25984 from dmiya3/br-rm-bootclasspath
arjantijms Apr 18, 2026
27bad06
Merge pull request #25992 from dmatej/checkstyle
arjantijms Apr 18, 2026
6647c6d
Fixes `NetUtils` integration test.
avpinchuk Apr 21, 2026
4bcf8d9
Merge pull request #25999 from avpinchuk/net-utils-test
dmatej Apr 21, 2026
f4d03db
Delete Solaris Realm
avpinchuk Apr 25, 2026
f8c7844
Merge pull request #26001 from avpinchuk/delete-solaris-realm
arjantijms Apr 25, 2026
a0c61ff
CMP Refactoring
dmatej Apr 24, 2026
a0b8d0f
More changes, mostly targetting generics
dmatej Apr 26, 2026
8cc58f6
And yet another iteration of generics + deleted DumpMapping
dmatej Apr 27, 2026
ba44c27
Merge pull request #26002 from dmatej/cmp-refactoring20260424
dmatej Apr 28, 2026
41f9710
Ant issue - failed attempt to use just our repackaged version
dmatej Apr 20, 2026
e6e9334
Fixed logging in load-balancer
dmatej Apr 20, 2026
3f4e37b
Renamed repackaged artifacts to avoid confusion, separated Ant.
dmatej Apr 20, 2026
5e6b1ca
Attempts to find the bug - added logging
dmatej Apr 20, 2026
30d7e66
Enabled snapshots on CI
dmatej Apr 11, 2026
fbd856c
Fix for the NullPointer seen in logs after the upgrade of netbeans de…
dmatej Apr 24, 2026
cc4c1a8
Updated dependencies
dmatej Apr 28, 2026
6e7438c
Merge pull request #25998 from dmatej/ant
dmatej Apr 30, 2026
89420bb
Fix links in docs to the reference guide
OndroMih Apr 22, 2026
7f5e9a4
Fix broken links in the guides
OndroMih Apr 30, 2026
9734f2e
Merge pull request #26005 from OndroMih/ondromih-2026-04-fix-docs-links
dmatej May 1, 2026
24e921f
Merge remote-tracking branch 'eclipse/main' into fixdeployment9
dmatej May 2, 2026
aae2b6b
Fixed checkstyle
dmatej May 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build with Maven
# qa skips documentation - we check it on Jenkins CI
# We skip checkstyle too - we check it on Jenkins CI
run: mvn -B -e -ntp install -Pqa '-Dcheckstyle.skip=true'
run: mvn -B -e -ntp install -Pqa,snapshots '-Dcheckstyle.skip=true'
- name: Upload server logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build with Maven
# qa skips documentation - we check it on Jenkins CI
# We skip checkstyle too - we check it on Jenkins CI
run: mvn -B -e -ntp install -Pqa '-Dcheckstyle.skip=true' -Pfastest
run: mvn -B -e -ntp install -Pqa,snapshots '-Dcheckstyle.skip=true' -Pfastest
- name: Test GF Starts
run: mvn -B -e -ntp install '-Dcheckstyle.skip=true' -pl :glassfish-itest-tools
run: mvn -B -e -ntp install -Psnapshots '-Dcheckstyle.skip=true' -pl :glassfish-itest-tools
- name: Upload server logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with Maven
# qa skips documentation - we check it on Jenkins CI
# We skip checkstyle too - we check it on Jenkins CI
run: mvn -B -e -ntp install -Pqa '-Dcheckstyle.skip=true'
run: mvn -B -e -ntp install '-Pqa,snapshots' '-Dcheckstyle.skip=true'
- name: Upload server logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation
* Copyright (c) 2022, 2026 Contributors to the Eclipse Foundation
* Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -329,10 +329,10 @@ pipeline {
timeout(time: 1, unit: 'HOURS') {
sh '''
# Validate the structure in all submodules (especially version ids)
mvn -V -B -e -fae clean validate -Ptck,set-version-id
mvn -V -B -e -fae clean validate -Ptck,set-version-id,snapshots
'''
sh '''
mvn -B -e install -Pfastest,ci -T4C
mvn -B -e install -Pfastest,ci,snapshots -T4C
'''
sh '''
mvn -B -e clean
Expand Down Expand Up @@ -378,7 +378,7 @@ pipeline {
dumpSysInfo()
timeout(time: 4, unit: 'HOURS') {
sh '''
mvn -B -e clean verify -Pqa,ci,ci-main-tests
mvn -B -e clean verify -Pqa,ci,ci-main-tests,snapshots
'''
}
} finally {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static String get(String s)
* Convenience method which calls get(String, Object[])
* @return the String from LocalStrings or the supplied String if it doesn't exist --
* using the one supplied argument
* @see get(String, Object[])
* @see #get(String, Object[])
*/
static String get(String s, Object o)
{
Expand All @@ -61,7 +61,7 @@ static String get(String s, Object o)
* Convenience method which calls get(String, Object[])
* @return the String from LocalStrings or the supplied String if it doesn't exist --
* using the two supplied arguments
* @see get(String, Object[])
* @see #get(String, Object[])
*/
static String get(String s, Object o1, Object o2)
{
Expand All @@ -72,7 +72,7 @@ static String get(String s, Object o1, Object o2)
* Convenience method which calls get(String, Object[])
* @return the String from LocalStrings or the supplied String if it doesn't exist --
* using the three supplied arguments
* @see get(String, Object[])
* @see #get(String, Object[])
*/
static String get(String s, Object o1, Object o2, Object o3)
{
Expand Down
5 changes: 1 addition & 4 deletions appserver/admingui/common/src/main/help/en/help/idx-3.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -52,7 +53,6 @@ <h2>P</h2>
<dd>message security provider configurations, <a href="ref-messagesecurityproviderconfigprops.html#indexterm-235">Properties Specific to Message Security Provider Configurations</a></dd>
<dd>PAM realm, <a href="ref-pamrealmprop.html#indexterm-214">Properties Specific to the PamRealm Class</a></dd>
<dd>predefined system, <a href="ref-preconfiguredprops.html#indexterm-152">Predefined System Properties</a></dd>
<dd>Solaris realm, <a href="ref-solarisrealmprop.html#indexterm-212">Properties Specific to the SolarisRealm Class</a></dd>
<dd>system (reference), <a href="ref-systemproperties.html#indexterm-149">System Properties</a></dd>
<dd>system (task), <a href="task-systemproperties.html#indexterm-18">To Manage System Properties</a></dd>
</dl>
Expand Down Expand Up @@ -133,9 +133,6 @@ <h2>P</h2>
</dd>
</dl>
<dl>
<dd>Solaris realm, properties, <a href="ref-solarisrealmprop.html#indexterm-211">Properties Specific to the SolarisRealm Class</a></dd>
</dl>
<dl>
<dd>SSL settings<dl>
<dd>JMX connector (reference), <a href="ref-jmxconnectorssledit.html#indexterm-240">SSL</a></dd>
<dd>JMX connector (task), <a href="task-jmxconnectorssledit.html#indexterm-117">To Edit SSL Settings for the JMX Connector</a></dd>
Expand Down
5 changes: 1 addition & 4 deletions appserver/admingui/common/src/main/help/en/help/index.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -299,7 +300,6 @@
<indexitem text="message security provider configurations" target="ref-messagesecurityproviderconfigprops"></indexitem>
<indexitem text="PAM realm" target="ref-pamrealmprop"></indexitem>
<indexitem text="predefined system" target="ref-preconfiguredprops"></indexitem>
<indexitem text="Solaris realm" target="ref-solarisrealmprop"></indexitem>
<indexitem text="system (reference)" target="ref-systemproperties"></indexitem>
<indexitem text="system (task)" target="task-systemproperties"></indexitem>
</indexitem>
Expand Down Expand Up @@ -343,9 +343,6 @@
<indexitem text="viewing (reference)" target="ref-logviewer"></indexitem>
<indexitem text="viewing (task)" target="task-logviewer"></indexitem>
</indexitem>
<indexitem text="Solaris realm">
<indexitem text="properties" target="ref-solarisrealmprop"></indexitem>
</indexitem>
<indexitem text="SSL settings">
<indexitem text="JMX connector (reference)" target="ref-jmxconnectorssledit"></indexitem>
<indexitem text="JMX connector (task)" target="task-jmxconnectorssledit"></indexitem>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand All @@ -24,7 +25,7 @@ <h4><a id="sthref206" name="sthref206"></a><a id="sthref207" name="sthref207"></
<dl>
<dt>JAAS Context</dt>
<dd>
<p>The JAAS (Java Authentication and Authorization Service) context (the identifier for the login module to use for this realm). The only valid value is <code>solarisRealm</code>.</p>
<p>The JAAS (Java Authentication and Authorization Service) context (the identifier for the login module to use for this realm). The only valid value is <code>ldapRealm</code>.</p>
</dd>
<dt>Directory</dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -52,9 +53,6 @@ <h4><a id="sthref199" name="sthref199"></a>Edit Realm</h4>
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -79,14 +80,6 @@ <h4><a id="sthref198" name="sthref198"></a>New Realm</h4>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r6c1-t6" headers="r1c1-t6">
<p><code>solaris</code></p>
</td>
<td align="left" headers="r6c1-t6 r1c2-t6">
<p><code>com.sun.enterprise.security.auth.realm.solaris.SolarisRealm</code></p>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r7c1-t6" headers="r1c1-t6">
<p><code>PAM</code></p>
</td>
Expand Down Expand Up @@ -117,9 +110,6 @@ <h4><a id="sthref198" name="sthref198"></a>New Realm</h4>
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -84,9 +85,6 @@ <h4><a id="sthref195" name="sthref195"></a><a id="sthref196" name="sthref196"></
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -63,9 +64,6 @@ <h4><a id="sthref82" name="sthref82"></a>To Edit a Realm</h4>
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -89,14 +90,6 @@ <h4><a id="sthref81" name="sthref81"></a>To Create a Realm</h4>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r6c1-t8" headers="r1c1-t8">
<p><code>solaris</code></p>
</td>
<td align="left" headers="r6c1-t8 r1c2-t8">
<p><code>com.sun.enterprise.security.auth.realm.solaris.SolarisRealm</code></p>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r7c1-t8" headers="r1c1-t8">
<p><code>PAM</code></p>
</td>
Expand Down Expand Up @@ -131,9 +124,6 @@ <h4><a id="sthref81" name="sthref81"></a>To Create a Realm</h4>
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--

Copyright (c) 2026 Contributors to the Eclipse Foundation.
Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -90,9 +91,6 @@ <h4><a id="sthref77" name="sthref77"></a><a id="sthref78" name="sthref78"></a>To
<p><a href="ref-ldaprealmprop.html">Properties Specific to the <code>LDAPRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-solarisrealmprop.html">Properties Specific to the <code>SolarisRealm</code> Class</a></p>
</li>
<li>
<p><a href="ref-pamrealmprop.html">Properties Specific to the <code>PamRealm</code> Class</a></p>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public static void getRealmAttrForEdit(HandlerContext handlerCtx) {
attrMap.put("Name", realmMap.get("name"));
attrMap.put("fileJaax", "fileRealm");
attrMap.put("ldapJaax", "ldapRealm" );
attrMap.put("solarisJaax", "solarisRealm");
attrMap.put("jdbcJaax", "jdbcRealm");

String classname = (String) realmMap.get("classname");
Expand All @@ -119,10 +118,6 @@ public static void getRealmAttrForEdit(HandlerContext handlerCtx) {
attrMap.put("directory", origProps.get("directory"));
attrMap.put("baseDn", origProps.get("base-dn"));
}else
if(classname.indexOf("SolarisRealm")!= -1){
attrMap.put("solarisJaax", origProps.get("jaas-context"));
attrMap.put("solarisAsGroups", origProps.get("assign-groups"));
}else
if(classname.indexOf("PamRealm")!= -1){
attrMap.put("pamJaax", origProps.get("jaas-context"));
}else
Expand Down Expand Up @@ -237,10 +232,6 @@ public static void saveRealm(HandlerContext handlerCtx) {
putOptional(attrMap, propList, "directory", "directory");
putOptional(attrMap, propList, "assign-groups", "ldapAsGroups");
}else
if(classname.indexOf("SolarisRealm")!= -1){
putOptional(attrMap, propList, "jaas-context", "solarisJaax");
putOptional(attrMap, propList, "assign-groups", "solarisAsGroups");
}else
if(classname.indexOf("PamRealm")!= -1){
putOptional(attrMap, propList, "jaas-context", "pamJaax");
}else
Expand Down
Loading
Loading