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

Lift convertHexDate from MsSqlJflex into TimeUtil #517

Merged
merged 5 commits into from
Jul 28, 2023

Conversation

aL118
Copy link
Contributor

@aL118 aL118 commented Jul 17, 2023

No description provided.

src/main/java/emissary/util/TimeUtil.java Outdated Show resolved Hide resolved
src/test/java/emissary/util/TimeUtilTest.java Outdated Show resolved Hide resolved
@jpdahlke jpdahlke added this to the v8.0.0-M1 milestone Jul 19, 2023
@jpdahlke jpdahlke added the enhancement An enhancement or update to an existing feature label Jul 19, 2023
@dev-mlb dev-mlb self-requested a review July 20, 2023 14:05
src/main/java/emissary/util/TimeUtil.java Outdated Show resolved Hide resolved
@jpdahlke jpdahlke modified the milestones: v8.0.0-M1, v8.0.0-M2 Jul 20, 2023
Copy link
Collaborator

@drivenflywheel drivenflywheel left a comment

Choose a reason for hiding this comment

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

Should give TimeUtil its own Logger so we can maintain behavioral consistency with the original interface.

private static Logger logger = LoggerFactory.getLogger(TimeUtil.class);

The "use constants" suggestions are purely optional, although I hate dragging around existing tech-debt

src/main/java/emissary/util/TimeUtil.java Outdated Show resolved Hide resolved
src/main/java/emissary/util/TimeUtil.java Show resolved Hide resolved
src/main/java/emissary/util/TimeUtil.java Outdated Show resolved Hide resolved
Copy link
Collaborator

@drivenflywheel drivenflywheel left a comment

Choose a reason for hiding this comment

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

Looks good. 🚀

@jpdahlke jpdahlke merged commit 250c7bc into NationalSecurityAgency:master Jul 28, 2023
9 checks passed
aL118 added a commit to aL118/emissary that referenced this pull request Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or update to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants