You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2020/08/13 01:04:51 UTC

[juddi] branch master updated (1c7db5d -> 4d7bc5a)

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git.


    from 1c7db5d  JUDDI-1014 adds a field to display the display name of tmodels when adding tmodel instance info, tmodel instance params
     add 7d562f9  JUDDI-1015 incomplete fix for certain columns being too long on specific database vendors (oracle in this case). this has some test failures and query issues due to the column type changes.
     add c6e69a4  JUDDI-1015 adds oracle and mssql drivers to the mix along with an example for oracle db
     add 93f2d36  Merge branch 'master' into bug/JUDDI-1015
     add 89c856a  NOJIRA removes the jpda setting
     add 28dd720  NOJIRA removing the oracle jdbc drive due to asf license compatibilityh concerns
     add 7a26bed  Merge branch 'master' into bug/JUDDI-1015
     add 4d7bc5a  JUDDI-1015 reduces sql identifiers for better support for both mssql and for oracledb. JUDDI-1101 related. also resolves sql query issues for discoery url due to varchar to clob change

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/juddi/model/BindingTemplate.java |  2 ++
 .../main/java/org/apache/juddi/model/DiscoveryUrl.java    |  2 ++
 .../src/main/java/org/apache/juddi/model/Email.java       |  2 ++
 .../java/org/apache/juddi/model/PublisherAssertion.java   |  2 +-
 .../org/apache/juddi/model/ReplicationConfiguration.java  |  7 +++++--
 .../apache/juddi/model/ReplicationConfigurationNode.java  |  2 +-
 .../src/main/java/org/apache/juddi/model/Signature.java   |  2 +-
 .../juddi/query/FindBusinessByDiscoveryURLQuery.java      |  4 ++--
 .../src/main/java/org/apache/juddi/ddl/generator/App.java |  1 -
 juddi-tomcat/build.xml                                    |  1 +
 juddi-tomcat/context.xml                                  | 15 ++++++++++++---
 juddi-tomcat/pom.xml                                      |  9 +++++++++
 uddi-tck/pom.xml                                          |  2 +-
 13 files changed, 39 insertions(+), 12 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org