You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2019/12/16 11:51:21 UTC

[GitHub] [brooklyn-server] aledsage opened a new pull request #1077: Upgrade CXF from 3.2.8 to 3.3.2

aledsage opened a new pull request #1077: Upgrade CXF from 3.2.8 to 3.3.2
URL: https://github.com/apache/brooklyn-server/pull/1077
 
 
   ... and bump related versions.
   
   This is so our CXF version matches the one listed for Karaf 4.2.7 (see https://karaf.apache.org/news.html).
   
   It required a new release of winrm4j (0.8.0 has just been released - it is in the sonatype main repo, https://oss.sonatype.org/index.html#nexus-search;quick~winrm4j, but hadn't been synced to search.maven.org yet last time I looked; that normally takes a couple of hours I think).
   
   I tested this by building all of brooklyn, and then (in the karaf `brooklyn-dist/karaf/apache-brooklyn/target/assembly/`) I provisioned a new AWS windows VM with winzip installed:
   
   ```
   name: windows@aws
   location:
     jclouds:aws-ec2:
       region: us-west-2
       identity: <snip>
       credential: <snip>
       imageNameRegex: Windows_Server-2012-R2_RTM-English-64Bit-Base-.*
       imageOwner: 801119661308
       hardwareId: t3.medium
       useJcloudsSshInit: false
       templateOptions: {mapNewVolumeToDeviceName: ["/dev/sda1", 100, true]}
       machineCreateAttempts: 1
   
   services:
   - type: org.apache.brooklyn.entity.software.base.VanillaWindowsProcess
     brooklyn.config:
       templates.preinstall:
         file:///Users/aledsage/temp/install7zip.ps1: "C:\\install7zip.ps1"
       install.command: powershell -command "C:\\install7zip.ps1"
       customize.command: echo true
       launch.command: echo true
       stop.command: echo true
       checkRunning.command: echo true
       installer.download.url: http://www.7-zip.org/a/7z938-x64.msi
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services