Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
8d8e431
Added document API
droslbl Mar 12, 2026
d28d34a
Added document API - Schema
droslbl Mar 12, 2026
7ce351a
Added document API - all-in-one integration
droslbl Mar 12, 2026
187afce
Merge branch 'main' into feat/docApi
droslbl Mar 25, 2026
9f31e86
schema fixed
droslbl Mar 25, 2026
3b710ab
defined entitySpecRelationship,specCharacteristic, targetEntitySchema…
droslbl Mar 25, 2026
6e90dba
accept reference files
droslbl Mar 25, 2026
a4fc67c
manage blocking state
droslbl Mar 25, 2026
3698167
atta service redefined as interface
droslbl Mar 25, 2026
d842735
fix references
droslbl Mar 25, 2026
d26cfc7
remove magic constant
droslbl Mar 25, 2026
76f73e6
fix warning log
droslbl Mar 25, 2026
8a56616
documentation
droslbl Mar 25, 2026
cb1eefc
use clock from common
droslbl Mar 25, 2026
5af8095
dont ignore schemalocation
droslbl Mar 25, 2026
6d9ae8a
added more tests
droslbl Mar 25, 2026
f754ce6
Merge branch 'main' into feat/docApi
wistefan Apr 1, 2026
dbbaba1
schemalocaiton integration, contraint added
droslbl Apr 1, 2026
6dd4ddb
patch implemented
droslbl Apr 1, 2026
262f45e
Merge branch 'main' into feat/docApi
droslbl Apr 13, 2026
f4d039f
Merge remote-tracking branch 'origin/feat/docApi' into feat/docApi
droslbl Apr 13, 2026
4415e4b
check simplify
droslbl Apr 13, 2026
0265efd
log fixed, exception changed
droslbl Apr 13, 2026
74dbbd6
tests for patch operation added
droslbl Apr 13, 2026
4d5619e
tests for patch operation added, region added
droslbl Apr 13, 2026
987928f
pom fixed
droslbl Apr 13, 2026
2f5987e
fixed tests
droslbl Apr 13, 2026
d034a91
fixed pom - it tests failed
droslbl Apr 13, 2026
6bf9e05
update pom
droslbl Apr 13, 2026
bb9f8a3
uri error
droslbl Apr 13, 2026
6877c09
Merge branch 'main' into feat/docApi
droslbl May 4, 2026
477c1d4
remove redundant check
droslbl May 4, 2026
7e43359
ignore atSchemaLocation in UpdateVO mapper
droslbl May 7, 2026
30c419f
added implicit enable
droslbl May 8, 2026
9c31b9a
fix null attachment
droslbl May 8, 2026
1eb9f7b
remove ignore - define schemalocation
droslbl May 13, 2026
95fd4f9
Added document API
droslbl Mar 12, 2026
16836ff
Added document API - Schema
droslbl Mar 12, 2026
373adb6
Added document API - all-in-one integration
droslbl Mar 12, 2026
4be181f
schema fixed
droslbl Mar 25, 2026
2f6bc83
defined entitySpecRelationship,specCharacteristic, targetEntitySchema…
droslbl Mar 25, 2026
0ff7194
accept reference files
droslbl Mar 25, 2026
ebe6581
manage blocking state
droslbl Mar 25, 2026
9dbecd5
atta service redefined as interface
droslbl Mar 25, 2026
168fcea
fix references
droslbl Mar 25, 2026
51b307e
remove magic constant
droslbl Mar 25, 2026
d64db68
fix warning log
droslbl Mar 25, 2026
53c1c06
documentation
droslbl Mar 25, 2026
4cd78bf
use clock from common
droslbl Mar 25, 2026
219468c
dont ignore schemalocation
droslbl Mar 25, 2026
d84b57f
added more tests
droslbl Mar 25, 2026
ee1a034
schemalocaiton integration, contraint added
droslbl Apr 1, 2026
2cb7c3d
patch implemented
droslbl Apr 1, 2026
91b43ed
check simplify
droslbl Apr 13, 2026
799aa46
log fixed, exception changed
droslbl Apr 13, 2026
26f0d37
tests for patch operation added
droslbl Apr 13, 2026
ab77bf0
tests for patch operation added, region added
droslbl Apr 13, 2026
d7a9789
pom fixed
droslbl Apr 13, 2026
b708ba3
fixed tests
droslbl Apr 13, 2026
127df9b
fixed pom - it tests failed
droslbl Apr 13, 2026
681d2ba
update pom
droslbl Apr 13, 2026
21a00a9
uri error
droslbl Apr 13, 2026
8f46ab5
remove redundant check
droslbl May 4, 2026
d155a90
ignore atSchemaLocation in UpdateVO mapper
droslbl May 7, 2026
79c0f7c
added implicit enable
droslbl May 8, 2026
bee7a3d
fix null attachment
droslbl May 8, 2026
bb7f948
remove ignore - define schemalocation
droslbl May 13, 2026
e631e05
Merge remote-tracking branch 'origin/feat/docApi' into feat/docApi
droslbl May 13, 2026
7507a41
Merge branch 'main' into feat/docApi
droslbl May 21, 2026
035ad63
Merge branch 'main' into feat/docApi
wistefan May 21, 2026
ea867da
Merge branch 'main' into feat/docApi
droslbl May 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/parallel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
module: [ customer-bill-management, customer-management, party-catalog, party-role, product-catalog, product-inventory, product-ordering-management, resource-catalog, resource-function-activation, resource-inventory, service-catalog, usage-management, service-inventory, agreement, account, quote ]
module: [ customer-bill-management, customer-management, document-management, party-catalog, party-role, product-catalog, product-inventory, product-ordering-management, resource-catalog, resource-function-activation, resource-inventory, service-catalog, usage-management, service-inventory, agreement, account, quote ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-brokers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
module: [ customer-bill-management, customer-management, party-catalog, party-role, product-catalog, product-inventory, product-ordering-management, resource-catalog, resource-function-activation, resource-inventory, service-catalog, service-inventory, quote ]
module: [ customer-bill-management, customer-management, document-management, party-catalog, party-role, product-catalog, product-inventory, product-ordering-management, resource-catalog, resource-function-activation, resource-inventory, service-catalog, service-inventory, quote ]
# only test scorpio for speed up, orion is currently not really used with the tmforum
broker: [ scorpio, orion-ld ]
cache: [ in-memory, redis ]
Expand Down
19 changes: 19 additions & 0 deletions all-in-one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<version>${project.version}</version>
</dependency>

<!-- MinIO SDK for S3 operations (document-management) -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.7</version>
</dependency>

<!-- lazy dev -->
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -176,6 +183,7 @@
<source>${project.parent.basedir}/service-catalog/src/main/java</source>
<source>${project.parent.basedir}/service-inventory/src/main/java</source>
<source>${project.parent.basedir}/usage-management/src/main/java</source>
<source>${project.parent.basedir}/document-management/src/main/java</source>
</sources>
</configuration>
</execution>
Expand Down Expand Up @@ -368,6 +376,17 @@
<modelPackage>org.fiware.usagemanagement.model</modelPackage>
</configuration>
</execution>
<execution>
<id>document-management</id>
<phase>generate-sources</phase>
<goals><goal>generate</goal></goals>
<configuration>
<skip>false</skip>
<inputSpec>${project.parent.basedir}/api/tm-forum/document-management/api.json</inputSpec>
<apiPackage>org.fiware.document.api</apiPackage>
<modelPackage>org.fiware.document.model</modelPackage>
</configuration>
</execution>
<!-- customer-bill-management extension APIs (models already generated above) -->
<execution>
<id>customer-bill-management-ext-applied</id>
Expand Down
13 changes: 12 additions & 1 deletion all-in-one/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,15 @@ api:
service-inventory:
basepath: /tmf-api/serviceInventoryManagement/v4
usage-management:
basepath: /tmf-api/usageManagement/v4
basepath: /tmf-api/usageManagement/v4
document-management:
basepath: /tmf-api/documentManagement/v4

---
s3:
endpoint: "http://localhost:9000"
accessKey: "minioadmin"
secretKey: "minioadmin"
bucket: "document-attachments"
maxContentSize: 10485760
# region: "" # Required for AWS S3; omit for MinIO, IONOS, and other providers
Loading
Loading