Skip to content

Orchard 0.7

Compare
Choose a tag to compare
@bbatsov bbatsov released this 13 Apr 08:56
· 236 commits to master since this release

New features

  • #111: [Inspector] Configure truncation limits

Changes

  • #113 Add ability to skip functionality that works by altering the classpath
    • You an opt in to this choice by setting "-Dorchard.use-dynapath=false".
  • The class info cache is now initialized silently by default. This results in less confusing output.
    • You can now @orchard.java/cache-initializer for deterministically waiting for this cache workload to complete.
    • You can control its verbosity by setting "-Dorchard.initialize-cache.silent=false" (or [...]=true).