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: scouter-project/scouter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.21.1
Choose a base ref
...
head repository: scouter-project/scouter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.2
Choose a head ref
  • 9 commits
  • 26 files changed
  • 2 contributors

Commits on Nov 12, 2024

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

Commits on Nov 27, 2025

  1. Merge pull request #1013 from choi-changho/master

    fixed swagger version by confilicting jackson-databind
    gunlee01 authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    644acdf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

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

Commits on Dec 17, 2025

  1. [agent.java] Add Apache HttpClient 5 dependency and update HttpClient…

    …5 implementation
    
    - Add httpclient5 dependency to pom.xml with version 5.2.1 (provided scope)
    - Update HttpClient5 class to use HttpClient5 API methods (getUri instead of getURI)
    - Update import statements to use org.apache.hc.client5 package
    gunlee01 committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    f538ad0 View commit details
    Browse the repository at this point in the history
  2. [client] Add macOS support with README and launcher script

    - Add macOS required Eclipse plugins (debug.core, e4.ui.workbench.renderers.swt.cocoa)
    - Add README-macOS.md and run-scouter.command script
    - Configure maven-antrun-plugin for macOS package assembly
    - Add Eclipse m2e lifecycle-mapping configuration
    gunlee01 committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    221ad83 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. [client] Upgrade Eclipse platform to 2024-03 and Java to 17

    - Upgrade Eclipse platform from 2022-03 to 2024-03
    - Upgrade Tycho build plugin from 2.7.0 to 4.0.8
    - Upgrade minimum Java version from 11 to 17
    - Replace javax.servlet with jakarta.servlet-api for Jakarta EE compatibility
    gunlee01 committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    637b033 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. [client] Improve build compatibility and UI customization

    Fix Eclipse 2024-03 XML parsing issues and add UI preference settings
    gunlee01 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    8fa98cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b9d26 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    * develop:
      [deploy] scouter version 2.21.2
      [client] Improve build compatibility and UI customization Fix Eclipse 2024-03 XML parsing issues and add UI preference settings
      [client] Upgrade Eclipse platform to 2024-03 and Java to 17
      [client] Add macOS support with README and launcher script
      [agent.java] Add Apache HttpClient 5 dependency and update HttpClient5 implementation - Add httpclient5 dependency to pom.xml with version 5.2.1 (provided scope) - Update HttpClient5 class to use HttpClient5 API methods (getUri instead of getURI) - Update import statements to use org.apache.hc.client5 package
      [deploy] Bump version to 2.21.1 and fix httpcore5 dependency scope
    gunlee01 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    e0387fb View commit details
    Browse the repository at this point in the history
Loading