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

JENKINS-24697 Add support for a validation query to prevent plugins getting a bad database handle returned #1

Merged
merged 9 commits into from Jan 27, 2016

Conversation

davidvanlaatum
Copy link
Contributor

No description provided.

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.1.0.Final</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason that you are mixing versions? 3.x vs. 4.x?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Something somewhere depended on ver 4.1 as a test dependency but I can't find it now Ill have another look at work tomorrow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hibernate-parent pom for 3.6.10.Final has

<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-validator</artifactId>
  <version>4.1.0.Final</version>
</dependency>

in dependencyManagement which is pulled in as a test dependency of hibernate-core

@uhafner
Copy link
Member

uhafner commented Jul 22, 2015

It would simplify the history if you could squash several commits to a single one...

@@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.509</version><!-- which version of Jenkins is this plugin built against? -->
<version>1.565.2</version><!-- which version of Jenkins is this plugin built against? -->
Copy link
Member

Choose a reason for hiding this comment

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

please keep existed indents.
Also please replace this wrong <!-- which version of Jenkins is this plugin built against? --> message, with description of why this minimal core version is required.

@davidvanlaatum
Copy link
Contributor Author

Think I have squashed correctly but not sure first time I have done it

@uhafner
Copy link
Member

uhafner commented Jul 26, 2015

Seems that there are still a lot of commits: https://github.com/jenkinsci/database-plugin/pull/1/commits

Normally there should be only one remaining...

@uhafner
Copy link
Member

uhafner commented Jul 26, 2015

And the help page still is missing...

davidvanlaatum added a commit that referenced this pull request Jan 27, 2016
JENKINS-24697 Add support for a validation query to prevent plugins getting a bad database handle returned
@davidvanlaatum davidvanlaatum merged commit c97cb3c into jenkinsci:master Jan 27, 2016
@KostyaSha
Copy link
Member

@daniel-beck ?

@davidvanlaatum davidvanlaatum self-assigned this Jan 27, 2016
@uhafner
Copy link
Member

uhafner commented Jan 27, 2016

Wouldn't it make sense to address all issues before merging?

@davidvanlaatum
Copy link
Contributor Author

Woops thought I had but now I realize I forgot to push ;)

@daniel-beck
Copy link
Member

@KostyaSha Got the wrong autocompletion for da, or why did you summon me?

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.

None yet

5 participants