logstash/logstash-core/spec
Andrea Selva 03b11e9827
Reimplement LogStash::String setting in Java (#16576)
Reimplements `LogStash::Setting::String` Ruby setting class into the `org.logstash.settings.SettingString` and exposes it through `java_import` as `LogStash::Setting::SettingString`.
Updates the rspec tests in two ways:
- logging mock is now converted to real Log4J appender that spy log line that are later verified
- verifies `java.lang.IllegalArgumentException` instead of `ArgumentError` is thrown because the kind of exception thrown by Java code, during verification.
2025-01-24 16:56:53 +01:00
..
logstash Reimplement LogStash::String setting in Java (#16576) 2025-01-24 16:56:53 +01:00
static Rubocop: Enable various EmptyLine cops (#15194) 2023-07-18 16:49:16 -04:00
support Rubocop: Enable SpaceAround cops (#15196) 2023-07-18 21:11:57 -04:00
conditionals_spec.rb Rubocop: Enable most SpaceInside cops (#15201) 2023-07-20 09:49:46 -04:00
plugin_metadata_spec.rb Rubocop: Enable various EmptyLine cops (#15194) 2023-07-18 16:49:16 -04:00