Bug 1264481

Summary: ws-commons-util-1.0.2 is available
Product: [Fedora] Fedora Reporter: Sandro Bonazzola <sbonazzo>
Component: ws-commons-utilAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 22CC: green, krzysztof.daniel, mizdebsk
Target Milestone: ---Keywords: FutureFeature, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.0.2-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-22 15:41:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1168605    
Attachments:
Description Flags
spec update
none
spec update none

Description Sandro Bonazzola 2015-09-18 14:50:21 UTC
Latest upstream release: 1.0.2
Current version/release in fc22: 1.0.1-31.fc21
URL: http://central.maven.org/maven2/org/apache/ws/commons/util/ws-commons-util/ 

See: https://release-monitoring.org/project/7497/

Comment 1 Sandro Bonazzola 2015-09-18 15:16:21 UTC
Created attachment 1074967 [details]
spec update

Comment 2 gil cattaneo 2015-09-18 16:21:09 UTC
(In reply to Sandro Bonazzola from comment #1)
> Created attachment 1074967 [details]
> spec update

Please, add OSGi support. 
e.g.
%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>"
%pom_add_plugin org.apache.felix:maven-bundle-plugin . '
<extensions>true</extensions>
<configuration>
  <instructions>
    <Bundle-SymbolicName>org.apache.ws.commons.util</Bundle-SymbolicName>
    <Bundle-Name>${project.name}</Bundle-Name>
    <Bundle-Localization>plugin</Bundle-Localization>
    <Bundle-Version>${project.version}</Bundle-Version>
  </instructions>
</configuration>
<executions>
  <execution>
    <id>bundle-manifest</id>
    <phase>process-classes</phase>
    <goals>
      <goal>manifest</goal>
    </goals>
  </execution>
</executions>'

Comment 3 gil cattaneo 2015-09-18 16:24:59 UTC
(In reply to Sandro Bonazzola from comment #1)
> Created attachment 1074967 [details]
> spec update

and do not overwrite the spec file %changelog
-* Fri Jun 19 2015 Fedora Release Engineering <rel-eng.org> - 1.0.1-32
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+* Fri Sep 18 2015 Sandro Bonazzola <sbonazzo> - 1.0.2-1
+- Resolves: BZ#1264481

Comment 4 Sandro Bonazzola 2015-09-22 15:25:25 UTC
Created attachment 1075885 [details]
spec update

Addressed Gil's comments

Comment 5 Mikolaj Izdebski 2015-09-22 15:37:55 UTC
Fixed in ws-commons-util-1.0.2-1

Comment 6 Mikolaj Izdebski 2015-09-22 15:41:42 UTC
I believe that this feature is included in ws-commons-util-1.0.2-1,
which is available in Fedora Rawhide, so I am closing this bug now.

The build which includes the feature can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=687069

This feature was included in the next release of Fedora, and it is currently
not planned to be included in the release it was requested for.
You can update to the newer release of Fedora to get the feature.

Comment 7 Sandro Bonazzola 2015-09-23 08:47:00 UTC
Thanks, no plan of back-porting to f23 (not out yet)?

Comment 8 Mikolaj Izdebski 2015-09-23 11:16:46 UTC
I don't plan to push this update to Fedora 23 because it's quite late in release cycle (beta was already released) and I don't want to risk breaking it.

Comment 9 Sandro Bonazzola 2015-09-25 11:21:45 UTC
Ok, thanks