Skip to content

Enonic XP Runtime 7.3.0

Compare
Choose a tag to compare
@jsi jsi released this 19 Jun 11:57
· 1419 commits to master since this release

Changelog

Features

  • Add ability to login without creating a jetty session (#7911).
  • Content Projects (#7280).
  • Default language in Content Projects (#7977).
  • Default permissions in Content Projects (#7933).
  • Implement lib-project (#8068).
  • Serialize/Deserialize System Dumps straight into/from archive (#7312).

Improvements

  • Color highlighting in console logs (#7757).
  • Content Library - Get content by version ID (#7694).
  • Disable OmitStackTraceInFastThrow (#7984).
  • Get Page Template - Improve performance (#7690).
  • Increase default gzip.minSize (#7795).
  • JS Logger - Handle throwable (#6905).
  • Make Jetty http.threadpool options available in config (#6460).
  • Notify web-socket event listeners independently (#8042).
  • Remove Ignite (#7805).
  • Script StackOverflowError - Add information about the resource (#7488).

Bugs

  • Application fails to update properly under load (#7978).
  • Application install may deadlock in cluster (#7925).
  • Audit logs appear to always be created as "anonymous" user (#8079).
  • Circular dependency between FragmentRender and RendererFactory (#7890).
  • Component Names are still present in admin interface (#7634).
  • Concurrency issues during application reinstall (#8114).
  • Don't use deep pagination to fetch all entries (#7139).
  • GIF images should not be scaled (#8004).
  • HttpClient is not reused for requests to Market (#8061).
  • Jetty doesn't start after cluster config changed (#7596).
  • Missing logs for legacy OSGi LogService (#7798).
  • Mock API requires resource extension (#8085).
  • No logs for undelivered events (#8018).
  • Restore ConfigurationAdmin fallback in application installation (#7967).
  • SendEventRequestHandler ClusterEventSender leaks memory (#8071).

Refactorings