Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing with master #25095

Merged
merged 38 commits into from
Aug 15, 2024
Merged

Syncing with master #25095

merged 38 commits into from
Aug 15, 2024

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Aug 14, 2024

  • Done also some changes which will be different between 7 and 8 (and 8.jdk17) - checks for the JVM version.

OndroMih and others added 16 commits August 12, 2024 03:02
…tion

Signed-off-by: Thiago Henrique Hüpner <thihup@gmail.com>
…updates

Website update: Docker and IDE docs, contacts
Add a section about GlassFish API.
Automatically generate numbers for main chapters.
Fixes eclipse-ee4j#25085 - Use HTTPS in Oracle links of the documentation
…e.version

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- was obsoleted and did not work well with JDK23
- since JDK10 it is possible to get version id directly from Runtime.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- We have a standalone git repository for the official docker image.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Experimental support of JDK23 and 22 for GlassFish 7
Removed abandoned docker image build
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Upgraded command-security-maven-plugin to 1.0.18
…sfish-api

Document GlassFish API in the Application Development guide
@dmatej dmatej marked this pull request as ready for review August 14, 2024 15:30
@arjantijms
Copy link
Contributor

18:11:25  [INFO] asciidoctor: ERROR: failed to parse formatted text: See Also: <code><a href="https://www.oracle.com/us/products/ondemand/index.html</code>">[gksce</a>]<a id="read-security-publications"></a> (reason: Expected one of [^<&], '<', '&', '</' after <code><a href="https://www.oracle.com/us/products/ondemand/index.html</code>">[gksce</a>]<a id="read-security-publications"></a> at byte 140)
18:11:25  [INFO] Converted /home/jenkins/agent/workspace/_test-using-jenkinsfile_PR-25095/docs/security-guide/target/book/book.adoc

…ugin)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej added this to the 8.0.0 milestone Aug 14, 2024
dmatej and others added 9 commits August 14, 2024 20:30
- The rest of GF uses just Java 11 as required java version

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- I just fixed its build in 2022, but it was never even tested.
- The --add-export instruction is in collision with the <release> element set
  for compiler. Obviously it would cause problems in the future.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- on JDK11 is missing the Microprofile support

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
…tion

Signed-off-by: Thiago Henrique Hüpner <thihup@gmail.com>
…e.version

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- was obsoleted and did not work well with JDK23
- since JDK10 it is possible to get version id directly from Runtime.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
dmatej and others added 8 commits August 14, 2024 21:18
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- We have a standalone git repository for the official docker image.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Add a section about GlassFish API.
Automatically generate numbers for main chapters.
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej self-assigned this Aug 14, 2024
@dmatej dmatej marked this pull request as draft August 14, 2024 19:25
@dmatej
Copy link
Contributor Author

dmatej commented Aug 14, 2024

dmatej added 4 commits August 14, 2024 22:29
Using release instead of source+target, removing ldapbp module
# Conflicts:
#	README.md
#	appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/AppClientFacade.java
#	appserver/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/StaticRmiStubGenerator.java
#	docs/security-guide/src/main/asciidoc/running-in-secure-environment.adoc
#	nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/AdminMain.java
#	nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/MainHelper.java
# Conflicts:
#	README.md
#	appserver/ldapbp/pom.xml
#	nucleus/parent/pom.xml

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- Also removed duplicit microprofile module, caused by merge

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej marked this pull request as ready for review August 14, 2024 21:00
@dmatej dmatej mentioned this pull request Aug 14, 2024
@dmatej dmatej merged commit 8399626 into eclipse-ee4j:8.0 Aug 15, 2024
2 checks passed
@dmatej dmatej deleted the master-merge branch August 15, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants