Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/websphere-deployer-plugin
  Commit: 7034aa6ef7a19775988675e1292e2ca150f9918e
      
https://github.com/jenkinsci/websphere-deployer-plugin/commit/7034aa6ef7a19775988675e1292e2ca150f9918e
  Author: Valerio Ponte <valerio.po...@gmail.com>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/websphere/services/deployment/WebSphereDeploymentService.java

  Log Message:
  -----------
  Block editing of EAR file upon validation.

The call to `controller.saveAndClose()` causes the creation of WebSphere
specific metadata files in the EAR that's going to be deployed.

The wsadmin thin client though is not able to perform the same level of
scanning that WebSphere Application Server does and therefore those
files might be generated invalid.

The issue arise when these files are generated invalid cause, if
WebSphere Application Server finds the files already generated in the
EAR that it receives, it will not perform any further scanning.

This commit prevents saving the generated metadata files, while still
letting the wsadmin thin client perform its validation phase.


  Commit: df9413b4d62e7d10bf10ee33d704530769fb00af
      
https://github.com/jenkinsci/websphere-deployer-plugin/commit/df9413b4d62e7d10bf10ee33d704530769fb00af
  Author: Greg Peters <gregpeter...@gmail.com>
  Date:   2016-05-12 (Thu, 12 May 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/websphere/services/deployment/WebSphereDeploymentService.java

  Log Message:
  -----------
  Merge pull request #13 from riso/master

Block editing of EAR file upon validation.


Compare: 
https://github.com/jenkinsci/websphere-deployer-plugin/compare/62cf0cac348c...df9413b4d62e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to