Skip to content

Commit c9ea6a8

Browse files
authored
Merge pull request #27 from arrowhead-f/development
v4.4.0.0 release
2 parents 70a7575 + dfb6c18 commit c9ea6a8

84 files changed

Lines changed: 255 additions & 994 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ABOUT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
### Java library designed to easily develop Spring-Boot based Arrowhead Framework compliant application systems.
22
#### Compatibility
3-
* [Arrowhead Framework v4.1.3+](https://github.com/eclipse-arrowhead/core-java-spring)
3+
* [Arrowhead Framework v4.4.0+](https://github.com/eclipse-arrowhead/core-java-spring)
44
* [Spring](https://spring.io/) based [Java11+](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) projects
55
#### Requirements
66
* Maven 3.5+ [Download from here](http://maven.apache.org/download.cgi) | [Install guide](https://www.baeldung.com/install-maven-on-windows-linux-mac)
7-
* GitHub Packages [Configuring Maven for GitHub Packages](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages) | [Example](https://github.com/arrowhead-f/application-library-java-spring/blob/master/docs/example_mvn_settings.xml)
87
#### Arrowhead Service
98
Use `ArrowheadService.class` component to easily interact with AH Framework such as,
109
* check Core Systems availability
@@ -19,4 +18,4 @@ Use `ArrowheadService.class` component to easily interact with AH Framework such
1918
* [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home)
2019
* [bouncycastle](https://www.bouncycastle.org/java.html)
2120
* [core-application-skeleton](https://github.com/arrowhead-f/application-library-java-spring/packages/186603)
22-
### `Boost your project by the:` [Arrowhead Application Skeletons](https://github.com/arrowhead-f/application-skeleton-java-spring)
21+
### `Boost your project by the:` [Arrowhead Application Skeletons](https://github.com/arrowhead-f/application-skeleton-java-spring)

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# Arrowhead Application Library (Java Spring-Boot)
22
##### The project provides an application development library for the Eclipse Arrowhead Framework
33

4-
Arrowhead Application Library contains all the common Arrowhead dependencies and data transfer objects and also an 'ArrowheadService' with the purpose of easily interacting with the framework.
4+
Arrowhead Application Library contains all the common Arrowhead dependencies and data transfer objects and also an 'ArrowheadService' with the purpose of easily interacting with the framework. The library is built on top of Spring Boot which makes it easy to create stand-alone, production-grade application systems with embedded web server environment that you can **"just run"**.
55

66
### Requirements
77

88
The project has the following dependencies:
99
* JRE/JDK 11 [Download from here](https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html)
1010
* Maven 3.5+ [Download from here](http://maven.apache.org/download.cgi) | [Install guide](https://www.baeldung.com/install-maven-on-windows-linux-mac)
11-
* GitHub Packages [Configuring Maven for GitHub Packages](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages) | [Example](docs/example_mvn_settings.xml)
11+
12+
### How to use it?
13+
14+
The library is available via the Maven Central Repository.
15+
16+
In case of a maven project copy the following into the `<dependencies>` element in your project `pom.xml` file.
17+
18+
```xml
19+
<dependency>
20+
<groupId>ai.aitia</groupId>
21+
<artifactId>arrowhead-application-library-java-spring</artifactId>
22+
<version>4.4.0.0</version>
23+
</dependency>
24+
```
25+
Or look for other Maven Central based solutions such as Gradle, Scala SBT, Apache Ivy and so on.
26+
27+
### `Boost your project by the:` [Arrowhead Application Skeletons](https://github.com/arrowhead-f/application-skeleton-java-spring)
Binary file not shown.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.1/client-library-4.1.3.1.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.1/client-library-4.1.3.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.1/client-library-4.1.3.1.pom

Lines changed: 0 additions & 80 deletions
This file was deleted.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.1/client-library-4.1.3.1.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.1/client-library-4.1.3.1.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

client-mvn-repo/eu/arrowhead/client-library/4.1.3.2/client-library-4.1.3.2.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)