Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The config-sotre has been removed and it has been consolidated into a single repository directory structure.

Deployment
Anchor
Deployment
Deployment

  • Deployment plans
    The plans have been updated to support versioning, configId has been totaly removed and replaced with a whole new structure as illustrated in the following example.
    Code Block
    xml
    xml
    borderStylesolid
    <dep:moduleId>
        <dep:groupId>geronimo</dep:groupId>
        <dep:artifactId>ApplicationId</dep:artifactId>
        <dep:version>1.1</dep:version>
        <dep:type>war</dep:type>
    </dep:moduleId>
    
    Refer to Deployment plans for details.

...

As a consequence of changing the configId, the commands will now take moduleId as the paramenter instead of configId. See also #Deployment for enhancements on deployment related commands.

Schemas

The XML schemas have also changed to reflect the configID to moduleId change. geronimo-config-1.1.xsd has been replaced with geronimo-module-1.1.xsd

General

  • Enhanced SMTP support in JavaMail.

...