Mirror of Apache Olingo
Go to file
Francesco Chicchiriccò bf4e34d879 ContextURLParser enhancement for deep contained URIs 2014-07-31 17:40:58 +02:00
dist Consolidating the Android client lib 2014-07-22 12:15:09 +02:00
ext ContextURLParser enhancement for deep contained URIs 2014-07-31 17:40:58 +02:00
fit [OLINGO-377] Fixed test issue for windows environments 2014-07-31 13:42:18 +02:00
lib ContextURLParser enhancement for deep contained URIs 2014-07-31 17:40:58 +02:00
samples/client [OLINGO-381] provided samples for advanced HTTP client-side handling; the submodule is not included in olingo-parent, being not meant for any distribution nor artifact, but only as reference 2014-07-28 12:31:26 +02:00
src Setup for eclipse, Disclaimer and gitignore file 2013-11-07 13:32:22 +01:00
.gitignore [OLINGO-344] introduce shade plugin 2014-07-21 14:43:24 +02:00
LICENSE [OLINGO-362] OAuth2 supporting abstract class provided + concrete CXF-based IT 2014-07-16 10:05:04 +02:00
NOTICE [OLINGO-362] OAuth2 supporting abstract class provided + concrete CXF-based IT 2014-07-16 10:05:04 +02:00
README [OLINGO-362] OAuth2 supporting abstract class provided + concrete CXF-based IT 2014-07-16 10:05:04 +02:00
pom.xml [OLINGO-377] Removing unused cargo properties, upgrading Tomcat, renaming cargo.servlet.port to tomcat.servlet.port 2014-07-30 08:24:22 +02:00

README

==========================
Apache Olingo
==========================

Apache Olingo is a Java library and extensions around
the OData specification.

Apache Olingo supports the specification versions
 - OData 4.0 <http://www.odata.org/documentation/odata-version-4-0/>

Building Apache Olingo
======================

You can build Apache Olingo like this:

    mvn clean install

You need Maven 3 with Java 6 (or higher) for the build.
Set the environment variable MAVEN_OPTS to 
'-Xmx1024m -XX:MaxPermSize=256m' to give Maven more memory.

Documentation
=============

The project documentation is available here:

http://olingo.apache.org/

License (see also package specific LICENSE files)
=================================================

Collective work: Copyright 2014 The Apache Software Foundation.

Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependencies with "Weak Copyleft" or dual licenses
==================================================

Apache Olingo uses some libraries with open source licenses that require reciprocal
licensing when modified. These libraries are included in unmodified binary
form and can be redistributed under terms that are compatible with the
Apache License.

Some libraries used by Apache Olingo are dual-licensed under different open source
licenses. These libraries are redistributed under the license whose terms
are compatible with the Apache License.

See LICENSE file included in all Apache Olingo packages for 
full licensing details.