Remoraj Versions Save

Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance

v-0.2.0

3 years ago
  • Custom methods interceptions
  • Methods interception endpoint
  • Threads interception
  • other small fixes

0.1.9

3 years ago
  • Automatic trace limiting filter
  • Additional filter statistics
  • Advice timing statistics
  • Ability to exclude properties in configuration
  • Support for classes build prior JAVA 1.5
  • Updated Java-doc documentation
  • Concurrent output fixes
  • Cleanup and other small fixes
  • Various bug fixes

v-0.1.8

3 years ago
  • IO streams advice
  • IO streams stats (via remora-control)
  • Advice & trace filters
  • Limit on number of traces in case of loops
  • Numerous bug fixes
  • Upgrade dependencies
  • Fixed #4

0.1.7

4 years ago
  • Remora-control:
    • Heap dump
    • Memory info
    • CPU and System info
  • Configurable properties update

0.1.6

4 years ago
  • Updated readme and documentation.
  • Fixed streaming after application restart
  • No need to specify path anymore
  • Various RemoraJ-control fixes

0.1.5

4 years ago

New features:

  • Remora control (REST API)
  • ApacheHTTPAdvice now extracts HTTP params
  • ActiveMQ compatibility
  • Properties now doesn't duplicate
  • Cleanup

0.1.4

4 years ago
  • Improved performance
  • Reworked building of Entry and Exit entities for Chronicle Queue
  • Chronicle version updated

0.1.3

4 years ago
  • Linux support
  • VM identification support
  • Logging cleanup and fixes
  • Correlation fixes
  • Chained class interception improvement

0.1.2

4 years ago
  • WebSocket now support annotation based classes
  • EJB and Spring support
  • HTTP connection correlation fixes

0.1.1

4 years ago
  • Working on WebLogic
  • WebSocket advice
  • Kafka advice
  • HttpUrlConnection and Apache Http client advice