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: jsvd/logstash-input-java_input_example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: logstash-plugins/logstash-input-java_input_example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 15 files changed
  • 6 contributors

Commits on Jun 25, 2019

  1. Updates for the GA release (logstash-plugins#3)

    Updates include removing gemfile and unnecessary plugins, moving plugin to org.logstashplugins package
    danhermann authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5c22c8c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add Apache2 license

    danhermann authored and jsvd committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3234b9c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Update gradle dependencies to 6.5 (logstash-plugins#9)

    Later versions of Logstash require gradle 6.5 to build Java plugins
    Use task avoidance API
    Replace use of deprecated 'compile' and 'testCompile' configuration dependencies
    Replace use of deprecated 'classifier' with shadowJar plugin
    robbavey authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    fe76c3e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

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

Commits on Aug 9, 2021

  1. Fix build.gradle to avoid execution error on JDK8 / 11

    Running `./gradlew gem` on JDK 8 / 11 raises the error "No signature of method: org.gradle.api.internal.tasks.DefaultTaskDependency$TaskDependencySet.getAt()".
    This maybe is due to API changes, this commit fixes the problem
    andsel authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2b94a37 View commit details
    Browse the repository at this point in the history
  2. Fix build.gradle to avoid gem creation error on JDK8 / 11

    Running ./gradlew gem raised an error relating to the use of  `dependsOn` that can't find the correct `getAt` method for a list argument
    andsel authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    57da6af View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Updates to improve compatibility with latest Logstash versions (logst…

    …ash-plugins#16)
    
    - Update gradle version to enable JDK17 usage
     - Fix reference to logstash-core.jar
     - Update dependencies
    robbavey authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2525d7a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 21, 2024

  1. Fix deprecations for Gradle 8.7 (logstash-plugins#18)

    Upgrade Gradle to 8.7 and fix deprecations.
    
    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    andsel and jsvd authored May 21, 2024
    Configuration menu
    Copy the full SHA
    f8c42fb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

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