Versions Compared

Key

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

...

You must also override the version in start.d\idp-system.ini This allows and in the same jetty base to be deployed against Jetty 10 (which uses logback 1.3.x) and Jetty 11 (which uses logback 1.4.x)The changes need to be made in the pom and start.d\idp-system.inipom

Note

The Jetty 11 and Jetty 10 versions no longer interoperate so you need to make changes in the jetty11 and the jetty 10 branches. In practise this does not need to be revised unless there is a logback issue.

SLF4J Version

Check the slf4j version in the top level pom for the jetty project and amend as appropriate

...

  • Properties new to idp.ini that are occur in idp.ini.rewrite.property.names should be added to idp-system.ini if they are required

  • Properties name changes must be added to idp.ini.rewrite.property.names.  Note that the name changes are cumulative

  • Properties new to idp.ini that do not occur in idp.ini.rewrite.property.names should be added to idp.ini.windows if they are required.  Add them below the "don't change these values" lines.

...