Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arextest/arex-agent-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: arextest/arex-agent-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.6
Choose a head ref
  • 20 commits
  • 110 files changed
  • 7 contributors

Commits on May 8, 2024

  1. feat: split servlet to v3 and v5 for requestHandler (#473)

    * feat: split servlet to v3 and v5 for requestHandler
    
    * feat: log servlet version
    
    * feat: split servletRequestHandler to v3 and v5
    
    * feat: split servlet to v3 and v5 for requestHandler
    
    * feat: add UT
    
    * fix: sonar
    lucas-myx authored May 8, 2024
    Configuration menu
    Copy the full SHA
    84fed02 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f12ec92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4bf6a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    cccadc1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: ArrayUtils.toString NPE caused by null array element (#482)

    * fix: dynamicClass method contain null param
    
    * fix ut
    
    * fix review
    
    * fix ut
    
    ---------
    
    Co-authored-by: mr3 <mr3.sole@gmail.com>
    wangjie-fourth and mr3 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    597031d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    b3ad6ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    863843b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    ccefcb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    db8992e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. feat: support sql parse (#495)

    * feat: support sql parse
    
    * fix: sonar
    lucas-myx authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b5d2da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc8285 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. feat: optimize sql parse (#499)

    * feat: optimize sql parse
    
    * feat: optimize sql parse comment
    
    * feat: optimize sql parse UT
    lucas-myx authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0680c89 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    7a8096f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8fa5c04 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    ef1853d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: latency clear and compatible redisson version (#511)

    * fix: latency clear and compatible redisson version
    
    * fix: sonar
    
    * fix: remove latencyMap
    
    * fix: remove cleanup threshold
    
    * fix: UT
    
    * feat: add comment
    lucas-myx authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9f310d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. feat: support ignore transform by configured type or classloader pref…

    …ixes (#514)
    
    - Ignore types by setting system properties by -Darex.ignore.type.prefixes=xxx.type, separate multiple values with commas.
    - Ignore classloader by setting system properties by -Darex.ignore.classloader.prefixes=xxx.classloader, separate multiple values with commas.
    ---------
    
    Co-authored-by: mr3 <mr3.sole@gmail.com>
    shichanglin5 and mr3 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fd8501f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix: add response attachments on service enter (#518)

    fix: add response attachments on service enter
    DanLi39 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a61784b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14687f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    d0cf4f6 View commit details
    Browse the repository at this point in the history
Loading