[OLINGO-1636] Upgrade Olingo ODataV2 to support JDK 17

add build.yml

add workflows

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

change java from 1.6 to 1.8

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

build with java 8

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

skip tests in workflows

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

fix compilation

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

set version 3.0.0-SNAPSHOT
Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

enable tests execution

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

add release workflow

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

update release.yml

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

version set to 3.0.1 for release

version set to 3.0.2-SNAPSHOT for development

deploy jars

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

add distributionManagement

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

change job name
Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

version set to 3.0.2 for release

version set to 3.0.3-SNAPSHOT for development

make olingo compatible with Spring Boot 3

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

use java 8

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

use java 11

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

use java 17

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

javax.ws.rs -> jakarta.ws.rs

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

adapt tests

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

more test adaptations

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

adapt test

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

fix docs

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

adapt tests

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

more adaptations

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

[OLINGO-1636] adapts tests

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
231 files changed
tree: 38d6dc3e937503da502aa4ff4dda152ea02f5be6
  1. .github/
  2. odata2-annotation-processor/
  3. odata2-dist/
  4. odata2-jpa-processor/
  5. odata2-lib/
  6. odata2-sample/
  7. odata2-spring/
  8. src/
  9. .gitattributes
  10. .gitignore
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
  15. SECURITY.md
README.md

Apache Olingo

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

Apache Olingo supports the specification versions

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.incubator.apache.org/documentation.html

License (see also package specific LICENSE files)

Collective work: Copyright 2013 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.