Hi Michael, okay. Thanks for the background info about the commons-io dependency.
Another thing that I noticed was that the samples/server's OData queries (e.g. http://localhost:8080/cars.svc/Cars) require the Accept header with application/json. Sometime ago, you could get the xml response when using Browser that sends Accept: application/xml. Interestingly, the primitive type queries such as http://localhost:8080/cars.svc/Cars(1)/Price work fine when requesting with Accept: application/xml, returning the xml response. Is this change intentionally introduced? Or does samples/server need to be set up differently to also support the xml response (currently it's root page at http://localhost:8080/ shows a list of sample query URLs like the above which no longer work when issued from Browser's URL field.)? Thanks. regards, aki 2015-09-14 16:08 GMT+02:00 Bolz, Michael <[email protected]>: > Hi Aki, > > Thanks for feedback. > IMHO this dependency is only used in the DebugTabBody in the core module > and can be replaced with an own “Stream to String” method. > However I think this will be done after the release to not enforce another RC. > > Best Regards, > Michael > >> On 14 Sep 2015, at 15:11, Aki Yoshida <[email protected]> wrote: >> >> 2015-09-14 14:13 GMT+02:00 Aki Yoshida <[email protected]>: >>> I have a question regarding RC02 in respect to the following commit >>> >>> https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=blobdiff;f=lib/server-core/pom.xml;h=cb0ab31194c419d8acddc9a092f5cfc79f0b67d6;hp=7d1758e243d69e67b05776beeca09b5d79b9d7b0;hb=9c3ca381e2230afa16427dc8df39631a555307d7;hpb=ef1fd77875a48f2594f01c22e8d2b0f5f3b4e4c5 >> >> the above link shows the diff between the current head and the one >> before the relevant commit, thus showing several changes >> >> this is the actual commit >> https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commitdiff;h=fb65199d288892d281678d068ce37c44da54be04 >> >>> >>> This adds commons-io runtime dependency to odata-server-core >>> (previously, only the test scope dependency). >>> As a result, the odata-server-code bundle now has the mandatory >>> dependency to commons-io. >>> >>> Do we really need commons-io runtime mandatory dependency? >>> In other words, do we need commons-io for most scenarios all the time >>> or do we need it in only special cases? >>> >>> thanks. >>> regards, aki >>> >>> >>> >>> >>> 2015-09-14 11:03 GMT+02:00 Bolz, Michael <[email protected]>: >>>> Hi All, >>>> >>>> This is a vote on second release candidate (RC02) for Apache Olingo release >>>> version "4.0.0". >>>> The vote will be open for at least 72 hours (it will closed on Thursday >>>> 17/09/2015 on 2pm CET) and passes if no vote is (-1). >>>> >>>> [ ] +1 Release this package as Apache Olingo 4.0.0 >>>> [ ] -1 Do not release this package because... >>>> >>>> >>>> The release candidate is available here: >>>> http://people.apache.org/~mibo/olingo4/4.0.0-RC02/ >>>> >>>> The release candidate has been signed through the key 15AB5637 in: >>>> http://keyserver.kjsl.org:11371/pks/lookup?search=0x15AB5637&op=vindex >>>> >>>> The release candidate is based on the sources tagged with 4.0.0-RC02: >>>> https://git1-us-west.apache.org/repos/asf?p=olingo-odata4.git;a=shortlog;h=refs/tags/4.0.0-RC02 >>>> >>>> and is based on the following commit id: >>>> 9c3ca381e2230afa16427dc8df39631a555307d7 >>>> https://git1-us-west.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=9c3ca381e2230afa16427dc8df39631a555307d7 >>>> >>>> The Olingo keys file can be found here: >>>> https://dist.apache.org/repos/dist/release/olingo/KEYS >>>> >>>> To perform a RAT check please use the following parameters: >>>> mvn clean install -Pbuild.quality >>>> This will assure that the RAT check is performed with the necessary >>>> excludes. >>>> >>>> Release distribution files: >>>> // compilable sources >>>> Olingo-OData-4.0.0-RC02-source-release.zip >>>> Olingo-OData-4.0.0-RC02-source-release.zip.asc >>>> Olingo-OData-4.0.0-RC02-source-release.zip.md5 >>>> Olingo-OData-4.0.0-RC02-source-release.zip.sha512 >>>> >>>> // javadoc distribution >>>> Olingo-OData-JavaDoc-4.0.0-RC02-javadoc.zip >>>> Olingo-OData-JavaDoc-4.0.0-RC02-javadoc.zip.asc >>>> Olingo-OData-JavaDoc-4.0.0-RC02-javadoc.zip.md5 >>>> Olingo-OData-JavaDoc-4.0.0-RC02-javadoc.zip.sha512 >>>> >>>> // odata client distribution for Android with dependencies >>>> Olingo-OData-Client-for-Android-4.0.0-RC02-lib.zip >>>> Olingo-OData-Client-for-Android-4.0.0-RC02-lib.zip.asc >>>> Olingo-OData-Client-for-Android-4.0.0-RC02-lib.zip.md5 >>>> Olingo-OData-Client-for-Android-4.0.0-RC02-lib.zip.sha512 >>>> >>>> // odata client distribution for Java with dependencies >>>> Olingo-OData-Client-for-Java-4.0.0-RC02-lib.zip >>>> Olingo-OData-Client-for-Java-4.0.0-RC02-lib.zip.asc >>>> Olingo-OData-Client-for-Java-4.0.0-RC02-lib.zip.md5 >>>> Olingo-OData-Client-for-Java-4.0.0-RC02-lib.zip.sha512 >>>> >>>> // odata server distribution for Java with dependencies >>>> Olingo-OData-Server-for-Java-4.0.0-RC02-lib.zip >>>> Olingo-OData-Server-for-Java-4.0.0-RC02-lib.zip.asc >>>> Olingo-OData-Server-for-Java-4.0.0-RC02-lib.zip.md5 >>>> Olingo-OData-Server-for-Java-4.0.0-RC02-lib.zip.sha512 >>>> >>>> Kind Regards, >>>> Michael >>>> >
