Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Endpoint Phase 2: Add Endpoint route in Servlet Framework #270

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    530ef1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b842390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0576b23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b823e8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f3301b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 14, 2024

  1. Fix for NR-280811

    Fix for NoSuchMethodError observed in servlet-3.0 route detection
    IshikaDawda committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5ca6984 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a5cf4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7960d89 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Sep 20, 2024

  1. Route detection support for servlet framework

    * Detecting route servlet registration or servlet mapping
    IshikaDawda committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a4bc3ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into feature/api-endpoint/Servlet-NR-2…

    …73606
    
    # Conflicts:
    #	instrumentation-security/servlet-5.0/src/test/java/com/nr/agent/security/instrumentation/servlet5/HttpSessionTest.java
    #	instrumentation-security/servlet-6.0/src/test/java/com/nr/agent/security/instrumentation/servlet6/HttpSessionTest.java
    #	newrelic-security-agent/src/main/java/com/newrelic/api/agent/security/Agent.java
    IshikaDawda committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    357624a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/main' into feature/api-endpoint/Servlet-NR-2…

    …73606
    
    # Conflicts:
    #	instrumentation-security/servlet-3.0/src/main/java/com/newrelic/agent/security/instrumentation/servlet30/HttpServletHelper.java
    IshikaDawda committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d1d5d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b69814b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Merge branch 'refs/heads/main' into feature/api-endpoint/Servlet-NR-2…

    …73606
    
    # Conflicts:
    #	newrelic-security-api/src/main/java/com/newrelic/api/agent/security/schema/HttpRequest.java
    IshikaDawda committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    22e5548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b3fb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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