-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jsvd/logstash-input-java_input_example
base: master
head repository: logstash-plugins/logstash-input-java_input_example
compare: main
- 10 commits
- 15 files changed
- 6 contributors
Commits on Jun 25, 2019
-
Updates for the GA release (logstash-plugins#3)
Updates include removing gemfile and unnecessary plugins, moving plugin to org.logstashplugins package
Configuration menu - View commit details
-
Copy full SHA for 5c22c8c - Browse repository at this point
Copy the full SHA 5c22c8cView commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3234b9c - Browse repository at this point
Copy the full SHA 3234b9cView commit details
Commits on Oct 26, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for fe76c3e - Browse repository at this point
Copy the full SHA fe76c3eView commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 639be9f - Browse repository at this point
Copy the full SHA 639be9fView commit details
Commits on Aug 9, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 2b94a37 - Browse repository at this point
Copy the full SHA 2b94a37View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 57da6af - Browse repository at this point
Copy the full SHA 57da6afView commit details
Commits on Jul 20, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 2525d7a - Browse repository at this point
Copy the full SHA 2525d7aView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 090142d - Browse repository at this point
Copy the full SHA 090142dView commit details
Commits on May 21, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f8c42fb - Browse repository at this point
Copy the full SHA f8c42fbView commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efea88c - Browse repository at this point
Copy the full SHA efea88cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main