Skip to content

Commit 85efb14

Browse files
initial release update
1 parent a1d5609 commit 85efb14

File tree

15 files changed

+36
-36
lines changed

15 files changed

+36
-36
lines changed

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>ispapi-lib-java</name>
3+
<name>java-sdk</name>
44
<comment></comment>
55
<projects>
66
</projects>

.sts4-cache/classpath-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"classpathEntries":["/home/kai/.m2/repository/junit/junit/4.11/junit-4.11.jar","/home/kai/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar","/home/kai/git/ispapi-lib-java/ispapi-lib-java/target/classes","/home/kai/git/ispapi-lib-java/ispapi-lib-java/target/test-classes"],"name":"ispapi-lib-java","classpathResources":[],"outputFolder":"/home/kai/git/ispapi-lib-java/ispapi-lib-java/target/classes"}
1+
{"classpathEntries":["/home/kai/.m2/repository/junit/junit/4.11/junit-4.11.jar","/home/kai/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar","/home/kai/git/java-sdk/target/classes","/home/kai/git/java-sdk/target/test-classes"],"name":"java-sdk","classpathResources":[],"outputFolder":"/home/kai/git/java-sdk/target/classes"}

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"configurations": [
77
{
88
"type": "java",
9-
"name": "Debug (Launch)-Client<ispapi-lib-java>",
9+
"name": "Debug (Launch)-Client<java-sdk>",
1010
"request": "launch",
1111
"cwd": "${workspaceFolder}",
1212
"console": "internalConsole",
1313
"stopOnEntry": false,
14-
"mainClass": "net.ispapi.apiconnector.Client",
15-
"projectName": "ispapi-lib-java",
14+
"mainClass": "net.hexonet.apiconnector.Client",
15+
"projectName": "java-sdk",
1616
"args": ""
1717
},
1818
{

.vscode/launch.test.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"default": "",
44
"items": [
55
{
6-
"name": "ispapi-lib-java",
7-
"projectName": "ispapi-lib-java",
8-
"workingDirectory": "/home/kai/git/ispapi-lib-java",
6+
"name": "java-sdk",
7+
"projectName": "java-sdk",
8+
"workingDirectory": "/home/kai/git/java-sdk",
99
"args": [],
1010
"vmargs": [],
1111
"preLaunchTask": ""
@@ -16,9 +16,9 @@
1616
"default": "",
1717
"items": [
1818
{
19-
"name": "ispapi-lib-java",
20-
"projectName": "ispapi-lib-java",
21-
"workingDirectory": "/home/kai/git/ispapi-lib-java",
19+
"name": "java-sdk",
20+
"projectName": "java-sdk",
21+
"workingDirectory": "/home/kai/git/java-sdk",
2222
"args": [],
2323
"vmargs": [],
2424
"preLaunchTask": ""

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## 1.3.12-SNAPSHOT
4+
45
* HM-265 fix README [07c5be4](null/commit/07c5be4e2d1388149fe3825011e38df428693734)
56
* HM-265 reviewed README [a63d5c3](null/commit/a63d5c38770c7dbd9dd56637bad22f9880885de4)
67
* HM-265 fixed issue in constructor [5c290e0](null/commit/5c290e02efe3047e0d70b76d7ed2e9c42fcfc248)
@@ -26,5 +27,4 @@
2627
* HM-265 minor cleanup; packaging try out [28d9a96](null/commit/28d9a96dd0cce92170a2f8bada02701676db718f)
2728
* HM-265 set socketcfg to null after logout [13ac504](null/commit/13ac504ac75f5913d7fd6bb5d68b694776f3f25d)
2829
* HM-265 updated launch file [15ab70f](null/commit/15ab70fc562640b0c07a320f83ce4bf4334e69bc)
29-
* HM-265 RC1 of java SDK [cfb7d33](null/commit/cfb7d33fda92efcc5fd0afdd422374effaa6b567)
30-
30+
* HM-265 RC1 of java SDK [cfb7d33](null/commit/cfb7d33fda92efcc5fd0afdd422374effaa6b567)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ If this runs still in an error, well rollback and set a new version manually by
4444

4545
Sounds weird, but issues only happened while we were setting up the pom.xml accordingly, we shouldn't have to get in contact with further issues from now on.
4646

47-
Packages can be found in the appropriate version subfolder in "/tmp/net/ispapi/apiconnector/" or in project's subfolder "target".
47+
Packages can be found in the appropriate version subfolder in "/tmp/net/hexonet/apiconnector/" or in project's subfolder "target".
4848
This includes JAR and md5/sha1 files for compiled files, source files, javadoc in the tmp folder.
4949

5050
### Snapshot Release
5151

5252
Nothing special. Use `mvn deploy` to get a development / snapshot version build.
53-
Packages can be found in the appropriate version subfolder in "/tmp/net/ispapi/apiconnector/" or in project's subfolder "target".
53+
Packages can be found in the appropriate version subfolder in "/tmp/net/hexonet/apiconnector/" or in project's subfolder "target".
5454
This includes JAR and md5/sha1 files for compiled files, source files, javadoc in the tmp folder.
5555

5656
## Built With
@@ -81,7 +81,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
8181
### Session based API Communication
8282

8383
```java
84-
import net.ispapi.apiconnector.*;
84+
import net.hexonet.apiconnector.*;
8585

8686
// perform an api login and create an api session
8787
Map<String, String> cfg = new HashMap<String, String>();
@@ -124,7 +124,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
124124
### Sessionless API Communication
125125

126126
```java
127-
import net.ispapi.apiconnector.*;
127+
import net.hexonet.apiconnector.*;
128128

129129
// perform an api login and create an api session
130130
Map<String, String> cfg = new HashMap<String, String>();

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>net.ispapi.apiconnector</groupId>
7-
<artifactId>ispapi-lib-java</artifactId>
6+
<groupId>net.hexonet.apiconnector</groupId>
7+
<artifactId>java-sdk</artifactId>
88
<version>1.3.12-SNAPSHOT</version>
99

10-
<name>ispapi-lib-java</name>
11-
<url>http://1api.de</url>
10+
<name>java-sdk</name>
11+
<url>http://hexonet.net</url>
1212
<scm>
13-
<connection>scm:git:ssh://git@gitlab.hexonet.net:44447/hexonet-middleware/ispapi-lib-java.git</connection>
14-
<developerConnection>scm:git:ssh://git@gitlab.hexonet.net:44447/hexonet-middleware/ispapi-lib-java.git</developerConnection>
13+
<connection>scm:git:https://github.com/hexonet/java-sdk</connection>
14+
<developerConnection>scm:git:https://github.com/hexonet/java-sdk</developerConnection>
1515
<tag>v1.1</tag>
1616
</scm>
1717

@@ -31,15 +31,15 @@
3131
<distributionManagement>
3232
<repository>
3333
<uniqueVersion>false</uniqueVersion>
34-
<id>ispapi-lib-java-releases</id>
35-
<name>ispapi-lib-java releases</name>
34+
<id>java-sdk-releases</id>
35+
<name>java-sdk releases</name>
3636
<url>file:///tmp</url>
3737
<layout>default</layout>
3838
</repository>
3939
<snapshotRepository>
4040
<uniqueVersion>true</uniqueVersion>
41-
<id>ispapi-lib-java-snapshots</id>
42-
<name>ispapi-lib-java snapshots</name>
41+
<id>java-sdk-snapshots</id>
42+
<name>java-sdk snapshots</name>
4343
<url>file:///tmp</url>
4444
<layout>default</layout>
4545
</snapshotRepository>

src/main/java/net/ispapi/apiconnector/Client.java renamed to src/main/java/net/hexonet/apiconnector/Client.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.ispapi.apiconnector;
1+
package net.hexonet.apiconnector;
22

33
import java.util.Map;
44
import java.util.HashMap;
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* Client is the entry point class for communicating with the
15-
* insanely fast 1API backend api.
15+
* insanely fast HEXONET backend api.
1616
* It allows two ways of communication:
1717
* <ul>
1818
* <li>session based communication</li>

src/main/java/net/ispapi/apiconnector/DefaultResponse.java renamed to src/main/java/net/hexonet/apiconnector/DefaultResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.ispapi.apiconnector;
1+
package net.hexonet.apiconnector;
22

33
import java.util.HashMap;
44
import java.util.Map;

src/main/java/net/ispapi/apiconnector/HashResponse.java renamed to src/main/java/net/hexonet/apiconnector/HashResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.ispapi.apiconnector;
1+
package net.hexonet.apiconnector;
22

33
import java.util.Map;
44
import java.util.HashMap;

0 commit comments

Comments
 (0)