Last Version

Debug 7.0.0-M4

This project can be used as entry project in remote debugging, giving one most dependencies of GlassFish to step through the source. Compile GF with mvn clean install -Pfastest,source -T10 Start GF with ./adadmin start-domain --verbose --suspend In the IDE, for instance, Eclipse, go to run - debug configurations - remote java application - project And add this project there.

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.main.featuresets
ArtifactId

ArtifactId

debug
Version

Version

7.0.0-M4
Type

Type

jar
Description

Description

Debug
This project can be used as entry project in remote debugging, giving one most dependencies of GlassFish to step through the source. Compile GF with mvn clean install -Pfastest,source -T10 Start GF with ./adadmin start-domain --verbose --suspend In the IDE, for instance, Eclipse, go to run - debug configurations - remote java application - project And add this project there.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.glassfish/debug
Project Organization

Project Organization

Eclipse Foundation

Download debug 7.0.0-M4


<!-- https://jarcasting.com/artifacts/org.glassfish.main.featuresets/debug/ -->
<dependency>
    <groupId>org.glassfish.main.featuresets</groupId>
    <artifactId>debug</artifactId>
    <version>7.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.featuresets/debug/
implementation 'org.glassfish.main.featuresets:debug:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.featuresets/debug/
implementation ("org.glassfish.main.featuresets:debug:7.0.0-M4")
'org.glassfish.main.featuresets:debug:jar:7.0.0-M4'
<dependency org="org.glassfish.main.featuresets" name="debug" rev="7.0.0-M4">
  <artifact name="debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.featuresets', module='debug', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.featuresets" % "debug" % "7.0.0-M4"
[org.glassfish.main.featuresets/debug "7.0.0-M4"]

Dependencies

compile (11)

Group / Artifact Type Version
org.osgi : org.osgi.service.resolver jar 1.1.1
org.glassfish.grizzly : grizzly-framework jar
org.glassfish.grizzly : grizzly-portunif jar
org.glassfish.grizzly : grizzly-http jar
org.glassfish.grizzly : grizzly-http2 jar
org.glassfish.grizzly : grizzly-http-server jar
org.glassfish.main.featuresets : glassfish pom 7.0.0-M4
org.glassfish.main.featuresets : web pom 7.0.0-M4
org.glassfish.main.featuresets : nucleus pom 7.0.0-M4
org.glassfish.main.featuresets : atomic pom 7.0.0-M4
org.glassfish.main.jdbc.jdbc-ra.jdbc-core : jdbc-core jar 7.0.0-M4

provided (3)

Group / Artifact Type Version
org.osgi : osgi.core jar 8.0.0
org.apache.felix : org.apache.felix.resolver jar 2.0.4
org.apache.felix : org.apache.felix.framework jar 7.0.3

Project Modules

There are no modules declared in this project.