JaewookByun Epcis Versions Save

Oliot EPCIS for GS1 EPCIS/CBV 2.0.0

oliot-epcis-2.2.0

4 months ago

oliot-epcis-2.1.0-tag

1 year ago

v2.1.0

The first release of the second generation of Oliot EPCIS.

How to use 'as a user'

In oliot-epcis-2.1.0.zip, there are five runnable jar files and each of their corresponding json configuration file and the 'schema' folder containing schema files. Unzip the compressed file and execute the following runnable jar files as follows:

epcis-capture-xml.jar

> java -jar epcis-capture-xml.jar xmlCaptureConfiguration.json

epcis-query-soap.jar

> java -jar epcis-query-soap.jar soapQueryConfiguration.json

epcis-subscribe-soap.jar

> java -jar epcis-subscribe-soap.jar soapSubscribeConfiguration.json

epcis-capture-json.jar

> java -jar epcis-capture-json.jar jsonCaptureConfiguration.json

epcis-query-rest.jar

> java -jar epcis-query-rest.jar restQueryConfiguration.json

epcis-1.3

1 year ago

End of Version 1

epcis-1.2.11.1

5 years ago

Version 1.2.11.1

  • development of epcis-sql is pending for a long time (from now on, using this release)
  • otg will be merged into epcis

Version 1.2.11

  • Library Updated (e.g., MongoDB 4.x, Spring 5.1.x, see pom.xml)
  • Index page Updated
  • epcis-legacy is no longer supported

Version 1.2.10

  • Query UI minor error fixed ( ^time -> %5EdateTime )
  • Parallel marshalling support

Version 1.2.9

  • Parameterized event capture support

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us

oliot-epcis-1.2.11

5 years ago

Version 1.2.11.1

  • development of epcis-sql is pending for a long time (from now on, using this release)
  • otg will be merged into epcis

Version 1.2.11

  • Library Updated (e.g., MongoDB 4.x, Spring 5.1.x, see pom.xml)
  • Index page Updated
  • epcis-legacy is no longer supported

Version 1.2.10

  • Query UI minor error fixed ( ^time -> %5EdateTime )
  • Parallel marshalling support

Version 1.2.9

  • Parameterized event capture support

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

epcis-1.2.11

5 years ago

Version 1.2.11

  • Library Updated (e.g., MongoDB 4.x, Spring 5.1.x, see pom.xml)
  • Index page Updated
  • epcis-legacy is no longer supported

Version 1.2.10

  • Query UI minor error fixed ( ^time -> %5EdateTime )
  • Parallel marshalling support

Version 1.2.9

  • Parameterized event capture support

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us

epcis-1.2.10

6 years ago

Version 1.2.10

  • Query UI minor error fixed ( ^time -> %5EdateTime )
  • Parallel marshalling support

Version 1.2.9

  • Parameterized event capture support

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us

epcis-1.2.9

6 years ago

Version 1.2.9

  • Parameterized event capture support

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us

epcis-1.2.8

7 years ago

Version 1.2.8

  • Geospatial extension field support
  • Geo Near Query Supported
  • Geospatial extension is updated in the educational client
  • Traceability Demo Updated

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us

epcis-1.2.7

7 years ago

Version 1.2.7

  • ECReport Capture Interface is slightly enhanced, and Capture Client now supports it.
  • epcis-client is updated for Oliot EPCIS v1.2.x, and BsonDocumentCapture is slight enhanced.
  • Query Client now supports 'format' parameter.
  • An error of JSON-formatted Vocabulary query results is fixed
  • Query Projection is supported, and Query Client now supports it.
  • Automatic Indexing for NamedEventQuery supported.

Version 1.2.6

  • Java Parallelism applied to Capture Interface
  • Access Control Support (Thanks to Sungpil Woo, J. Ha)
  • Oracle back-end support (Thanks to Yalew)

Version 1.2.5

  • NamedEventQuery Registration Service launched
  • NamedEventQuery available
  • NamedEventQuery UI supported

Version 1.2.4

  • MongoDB Backend is configurable [ IP, Port, database Name ]
  • basical System Information admin function added /Admin/SystemInformation

Version 1.2.3

  • Ratified schema Sep. 2016 applied
  • DocumentValidation service enhanced
  • Examples in EPCIS Guideline added

Version 1.2.2

  • deployable war file provided
  • validation service launched

Version 1.2.1

  • the capture/query client is provided [Educational Purpose]
  • access control tool enhanced
  • one admin function (ResetDB) added
  • SOAP interface re-tested and re-implemented
  • xsi:type awareable extension field supported
  • Error Declaration mechanism changes according to the standard
  • Vendor Version = org.oliot.epcis-1.2.1
  • Example added

Version 1.2.0

  • Oliot epcis v1.1.x no longer supported -> epcis-legacy
  • epcis v1.2 prototyping done

Version 1.1.8

  • Trigger Subscription Supported
  • MongoDB Java Driver updated
  • DB connection enhanced

Version 1.1.7

  • GCP embedded
  • Oliot EPCIS Capture Client Released ( BSON Lightweight capture, MongoDB only support )

Version 1.1.6

  • Barcode supported in EPC, EPCClass, ReadPoint, BizLocation Fields

Version 1.1.5

  • GS1 Code Parser now supports GTIN
  • Master Data Logic Enhanced
  • Minor poll result format error fixed
  • ILMD supported

Version 1.1.4

  • GS1 Code Parser (gcp) implemented ( Now, you need to install gcp project )
  • Code Parser Service supported
  • Access Control supported, leveraging Facebook
  • Return type of REST API awareable

Version 1.1.3

  • Servlet 3.1 updated with Tomcat 8 container
  • Asynchronous capture supported
  • MongoDB Backend Updated ( Now, we support 3.x version )
  • Thanks to Sungpil Woo

Version 1.1.2

  • Subscribe Method Enhanced with 'ignoreReceivedEvent' field.
  • It plays with 'initialRecordTime' field.
  • If 'ignoreReceivedEvent' field is true, scheduler updates 'initialRecordTime' to each scheduled time.
  • Then, a client can always receive events which only never seen.

Version 1.1.1

  • Thanks to Sungpil Woo
  • Lightweight Capture Interface with JSON-formatted events
  • All events can be verified with JSON-schema compatible with standard EPCIS events developed by us