[JBoss JIRA] (TEIID-5873) OData mapping issue with mongodb
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5873?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5873:
----------------------------------
Fix Version/s: 14.1
(was: 14.0)
Since there appears to be a workaround, moving out of 14.0
> OData mapping issue with mongodb
> ---------------------------------
>
> Key: TEIID-5873
> URL: https://issues.redhat.com/browse/TEIID-5873
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors, OData
> Affects Versions: 13.0.1
> Reporter: Chee Kin Lim
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.1
>
>
> Given the following document in MongoDB matrix_variable collection:
> {
> "_id" : ObjectId("5b2367c9c9e77c0007ca0111"),
> "createdOn" : ISODate("2018-06-15T07:16:25.459Z"),
> "modifiedOn" : ISODate("2018-07-02T02:04:16.661Z"),
> "variableId" : "183cf101d2334ac09bd0db9aee96081f",
> "name" : "lfzq_test",
> "description" : "",
> "lastModifiedUserEmail" : "admin1(a)abc.com",
> "headerRow" : {
> "rowId" : "0b002942a5b4424f98fcc270af0290c3",
> "values" : [
> "name",
> "value"
> ],
> "isEncrypted" : [
> false,
> true
> ]
> },
> "rows" : [
> {
> "rowId" : "940467f9bb724d1688086baeec05049b",
> "values" : [
> "lfzq123q",
> "751c634ca5e24102a00800b386955a5c"
> ]
> }
> ],
> "deleted" : false
> }
> The "headerRow" property is exposed as separate entity type in OData schema, but not "rows" property.
> I found the following entity types with odata/$metadata:
> <EntityType Name="headerRow">...</EntityType>
> <EntityType Name="matrix_variable">...</EntityType>
> Github repo to showcase the issue:
> https://github.com/limcheekin/teiid-spring-boot-mongodb-odata
> Related StackOverflow post:
> https://stackoverflow.com/a/59385181/303211
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (TEIID-5952) swagger translator rename broke cli scripts
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5952?focusedWorklogId=12451051&pag... ]
Steven Hawkins logged work on TEIID-5952:
-----------------------------------------
Author: Steven Hawkins
Created on: 15/May/20 10:48 AM
Start Date: 15/May/20 10:48 AM
Worklog Time Spent: 20 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes
Time Spent: 20 minutes
Worklog Id: (was: 12451051)
> swagger translator rename broke cli scripts
> -------------------------------------------
>
> Key: TEIID-5952
> URL: https://issues.redhat.com/browse/TEIID-5952
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0, 13.0.3, 13.1.1
>
> Time Spent: 20 minutes
> Remaining Estimate: 0 minutes
>
> The cli scripts are still referencing the swagger name.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (TEIID-5953) Update c3p0 dependncy to 0.9.5.3 or later
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5953?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5953.
-----------------------------------
Fix Version/s: (was: 14.0)
Resolution: Out of Date
Also quartz is excluded on master already.
> Update c3p0 dependncy to 0.9.5.3 or later
> -----------------------------------------
>
> Key: TEIID-5953
> URL: https://issues.redhat.com/browse/TEIID-5953
> Project: Teiid
> Issue Type: Task
> Components: Build/Kits
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Priority: Blocker
>
> Can we update c3p0 library dependencies to later version
> {code}
> org.teiid:teiid-data-quality:jar:13.0.2.fuse-760014-redhat-00001
> [INFO] +- org.arrahtec:osdq-core:jar:6.2.6:compile
> [INFO] | +- org.quartz-scheduler:quartz:jar:2.2.1:compile
> [INFO] | | \- c3p0:c3p0:jar:0.9.1.1:compile
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (TEIID-5953) Update c3p0 dependncy to 0.9.5.3 or later
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5953?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-5953:
---------------------------------------
the data quality module is not in use with core teiid / teiid spring boot. We should probably omit it from any product build profiles.
> Update c3p0 dependncy to 0.9.5.3 or later
> -----------------------------------------
>
> Key: TEIID-5953
> URL: https://issues.redhat.com/browse/TEIID-5953
> Project: Teiid
> Issue Type: Task
> Components: Build/Kits
> Reporter: Ramesh Reddy
> Assignee: Steven Hawkins
> Priority: Blocker
> Fix For: 14.0
>
>
> Can we update c3p0 library dependencies to later version
> {code}
> org.teiid:teiid-data-quality:jar:13.0.2.fuse-760014-redhat-00001
> [INFO] +- org.arrahtec:osdq-core:jar:6.2.6:compile
> [INFO] | +- org.quartz-scheduler:quartz:jar:2.2.1:compile
> [INFO] | | \- c3p0:c3p0:jar:0.9.1.1:compile
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (TEIID-5762) Update security configuration to elytron
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5762?focusedWorklogId=12451049&pag... ]
Steven Hawkins logged work on TEIID-5762:
-----------------------------------------
Author: Steven Hawkins
Created on: 15/May/20 10:15 AM
Start Date: 15/May/20 10:15 AM
Worklog Time Spent: 3 hours
Issue Time Tracking
-------------------
Remaining Estimate: 1 hour (was: 4 hours)
Time Spent: 3 hours
Worklog Id: (was: 12451049)
> Update security configuration to elytron
> ----------------------------------------
>
> Key: TEIID-5762
> URL: https://issues.redhat.com/browse/TEIID-5762
> Project: Teiid
> Issue Type: Quality Risk
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 14.0
>
> Original Estimate: 4 hours
> Time Spent: 3 hours
> Remaining Estimate: 1 hour
>
> The Teiid configuration is based upon an out-dated version of the wildfly config. It should be brought up-to-date.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months