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

feat: 2.6.0 #104

Merged
merged 16 commits into from
Sep 3, 2024
Merged

feat: 2.6.0 #104

merged 16 commits into from
Sep 3, 2024

Commits on Aug 24, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3c4c55a View commit details
    Browse the repository at this point in the history
  2. build(plugin.xml): remove applicationService for services annotated w…

    …ith '@service'
    
    Service class annotated with '@service' must not be registered in the 'plugin. xml' file
    Pakisan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bd718cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53de3bc View commit details
    Browse the repository at this point in the history
  4. build: migrate patchPluginXml

    Pakisan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    94dd100 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #103 from asyncapi/Support-2024.2-IDE-releases

    feat: support 2024.2
    Pakisan authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0619484 View commit details
    Browse the repository at this point in the history
  6. build: update UI version

    Pakisan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    236b102 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    646db56 View commit details
    Browse the repository at this point in the history
  2. feat: support .yml extension

    Pakisan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c9f9383 View commit details
    Browse the repository at this point in the history
  3. release: 2.6.0+jre17

    Co-authored-by: Philip Schlesinger @ Cryoport <philCryoport@users.noreply.github.com>
    Pakisan and philCryoport committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8f50210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5945193 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore: delete ignored file

    Pakisan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bdfbba8 View commit details
    Browse the repository at this point in the history
  2. hotfix: set IDE version to 2022.3 to avoid byte-code incompatibility

    Our developers believe that you likely built the plugin against version 2024.2, which includes a companion object in this class. As a result, the generated bytecode references it. To ensure compatibility, the plugin should be built against the lowest supported version, which in this case is 2022.3.
    
    Please adjust the IntelliJ version to 2022.3 in the Gradle build script and try building the plugin again.
    Pakisan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fa4dd8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a20333c View commit details
    Browse the repository at this point in the history
  4. chore: add icon

    Pakisan committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    feefc92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bebc9d2 View commit details
    Browse the repository at this point in the history