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

Netflix/genie Error when saving configuration to postgres #40

Open
pmop opened this issue Mar 9, 2018 · 0 comments
Open

Netflix/genie Error when saving configuration to postgres #40

pmop opened this issue Mar 9, 2018 · 0 comments
Labels
Java misuse Is a bug caused by annotation misuse. RPAV Replaces a code annotation attribute value by another.

Comments

@pmop
Copy link
Member

pmop commented Mar 9, 2018

Commit is a bugfix.
Related issue : Netflix/genie#463
Commit: Netflix/genie@6010562
Annotations involved:
@Column

Changes:
- @Column(name = "user", nullable = false)
+ @Column(name = "genie_user", nullable = false)

Comments: This commit has more changes not related to annotations but that also are a part of the bugfix.

@pmop pmop added bug RPAV Replaces a code annotation attribute value by another. misuse Is a bug caused by annotation misuse. labels Mar 9, 2018
@pmop pmop removed used labels Jun 21, 2018
@pmop pmop added the Java label Dec 19, 2018
@pmop pmop changed the title Netflix/Genie Netflix/genie Error when saving configuration to postgres Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java misuse Is a bug caused by annotation misuse. RPAV Replaces a code annotation attribute value by another.
Projects
None yet
Development

No branches or pull requests

1 participant