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

Bump mockito-core from 3.8.0 to 3.9.0 in /data-prepper-plugins/otel-trace-group-prepper #5

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps mockito-core from 3.8.0 to 3.9.0.

Release notes

Sourced from mockito-core's releases.

v3.9.0

Changelog generated by Shipkit Changelog Gradle Plugin

3.9.0

v3.8.25

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.25

v3.8.22

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.22

v3.8.21

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.21

v3.8.20

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.20

v3.8.17

Changelog generated by Shipkit Changelog Gradle Plugin

3.8.17

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2021
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/data-prepper-plugins/otel-trace-group-prepper/org.mockito-mockito-core-3.9.0 branch from cbe7c1d to a4e0ba3 Compare April 12, 2021 16:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2021

Looks like org.mockito:mockito-core is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 22, 2021
@dependabot dependabot bot deleted the dependabot/gradle/data-prepper-plugins/otel-trace-group-prepper/org.mockito-mockito-core-3.9.0 branch April 22, 2021 19:06
kkondaka pushed a commit that referenced this pull request Jul 5, 2023
* Elasticsearch client implementation with pit and no context search (#2910)

Create Elasticsearch client, implement search and pit apis for ElasticsearchAccessor

Signed-off-by: Taylor Gray <tylgry@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* GitHub-Issue#2778: Refactoring config files for CloudWatchLogs Sink (#4)

Added Config Files for CloudWatchLogs Sink.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixes from comments to code (including pathing and nomenclature syntax)

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Refactoring config (#5)

Added default params for back_off and log_send_interval alongside test cases for ThresholdConfig.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed deleted AwsConfig file

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed the s3 dependency from build.gradle, replaced the AwsAuth.. with AwsConfig.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added modifiable back_off_timer, added threshold test for back_off_timer and params to AwsConfig

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixes to gradle file, added tests to AwsConfig, and used Reflective mapping to tests CwlSink

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added default value test to ThresholdConfig and renamed getter for maxRequestSize

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unnecessary imports

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added cloudwatch-logs to settings.gradle

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added a quick fix to the back_off_time range

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

---------

Signed-off-by: Taylor Gray <tylgry@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <95880281+MaGonzalMayedo@users.noreply.github.com>
Co-authored-by: Taylor Gray <tylgry@amazon.com>
Co-authored-by: Marcos <alemayed@amazon.com>
dlvenable pushed a commit that referenced this pull request Jul 31, 2023
…ionException (#3023)

* Elasticsearch client implementation with pit and no context search (#2910)

Create Elasticsearch client, implement search and pit apis for ElasticsearchAccessor

Signed-off-by: Taylor Gray <tylgry@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* GitHub-Issue#2778: Refactoring config files for CloudWatchLogs Sink (#4)

Added Config Files for CloudWatchLogs Sink.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixes from comments to code (including pathing and nomenclature syntax)

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Refactoring config (#5)

Added default params for back_off and log_send_interval alongside test cases for ThresholdConfig.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed deleted AwsConfig file

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed the s3 dependency from build.gradle, replaced the AwsAuth.. with AwsConfig.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added modifiable back_off_timer, added threshold test for back_off_timer and params to AwsConfig

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixes to gradle file, added tests to AwsConfig, and used Reflective mapping to tests CwlSink

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added default value test to ThresholdConfig and renamed getter for maxRequestSize

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unnecessary imports

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added cloudwatch-logs to settings.gradle

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added a quick fix to the back_off_time range

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added Buffer classes, ClientFactory similar to S3, and ThresholdCheck

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unnecessary default method from ClientFactory

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added comments in Buffer Interface, change some default values to suit the plugin use case more

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unused imports

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Changed the unused imports, made parameters final in the ThresholdCheck

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Made changes to the tests and the method signatures in ThresholdCheck, made fixes to gradle file to include catalog

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unused methods/comments

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added CloudWatchLogsService, CloudWatchLogsServiceTest and RetransmissionLimitException

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed retransmission logging fixed value

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed unused imports

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed making ThresholdCheck public

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixes to ThresholdCheck and CloudWatchLogsService to decouple methods

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed syntax start import in CloudWatchLogsServiceTest

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Extracted LogPusher and SinkStopWatch classes for code cleanup. Addded fixes to variables and retry logic for InterruptExceptions

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Changed method uses in CloudWatchLogsService and removed logging the batch size in LogPusher

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added Multithreaded CloudWatchLogsDispatcher for handling various async calls to perform PLE's

and added tests

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added fixesto test and defaulted the parameters in the config to CloudWatchLogs limits, customer can change this in config file

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added exponential backofftime

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed unused imports

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed up deepcopy of arraylist for service workers in CloudWatchLogsService, and fixed Log calling methods

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added CloudWatchLogsDispatcher builder pattern, fixed tests for Service and Dispatcher and modified backOffTimeBase

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Removed unused imports

Signed-off-by:Marcos Gonzalez Mayedo <alemayed@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added resetBuffer method, removed unnecessary RetransmissionException, and added logString pass in parameter for staging log events.

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Started making changes to the tests to implement the new class structure (performance enhancement)

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Refactored the CloudWatchLogsDispatcher into two classes with the addition of Uploader, introduced simple multithread tests for CloudWatchLogsService

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Fixed issues with locking in try block and added final multithreaded tests to the CloudWatchLogsService class

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added CloudWatchLogsMetricsTest, changed upper back off time bound and scale, and refactoring changes for better code syntax (renaming, refactoring methods for conciseness, etc...)

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Added changes to javadoc

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

* Update data-prepper-plugins/cloudwatch-logs/src/main/java/org/opensearch/dataprepper/plugins/sink/client/CloudWatchLogsDispatcher.java

Co-authored-by: Mark Kuhn <kuhnmar@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <95880281+MaGonzalMayedo@users.noreply.github.com>

* Fixed comment on CloudWatchLogsDispatcher

Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>

---------

Signed-off-by: Taylor Gray <tylgry@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <alemayed@amazon.com>
Signed-off-by: Marcos Gonzalez Mayedo <95880281+MaGonzalMayedo@users.noreply.github.com>
Co-authored-by: Taylor Gray <tylgry@amazon.com>
Co-authored-by: Marcos <alemayed@amazon.com>
Co-authored-by: Mark Kuhn <kuhnmar@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants