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

TANDS-19093-adding-transactionRegistry-interface #1322

Conversation

ramshakr
Copy link
Contributor

@ramshakr ramshakr commented May 15, 2020

Resolves #1292 (if appropriate)

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

License

I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@@ -0,0 +1,26 @@
/*
* * Copyright 2015, Yahoo Inc.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2020

package com.yahoo.elide.core;

/**
* * Database interface library.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the extra asterisks?

@coveralls
Copy link
Collaborator

coveralls commented May 18, 2020

Coverage Status

Coverage increased (+1.3%) to 81.773% when pulling 134e728 on ramshakr:TANDS-19093-transactionRegistry-Interface into 4deb5b2 on yahoo:elide-5.x.

*/
public interface TransactionRegistry {

public static class TransactionEntry {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we might get build warnings for the lack of javadoc for the inner static class - and also the public methods below. Can we add a bit of documentation?

wcekan and others added 14 commits May 18, 2020 13:58
* Add Eclipse import order

* remove extra separator line

Co-authored-by: wcekan <[email protected]>
Bumps `metrics.version` from 4.1.6 to 4.1.8.

Updates `metrics-core` from 4.1.6 to 4.1.8
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.1.6...v4.1.8)

Updates `metrics-servlets` from 4.1.6 to 4.1.8
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.1.6...v4.1.8)

Updates `metrics-servlet` from 4.1.6 to 4.1.8
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.1.6...v4.1.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
@ramshakr ramshakr changed the base branch from master to elide-5.x May 18, 2020 20:55
@ramshakr ramshakr closed this May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFC Elide 5.0 - TransactionRegistry
4 participants