6.0.0 Release Activity
by Steven Hawkins
Due to the project renaming and a desire to further refine and stabilize extension APIs, the 6.0.0 release date was pushed 3/20.
JDBC Connector Changes:
The JDBC connector is also being transformed to more easily enable custom connectors. The changes so far aggregate existing extension logic onto a single base class Translator (incorporates over for SQLTranslator, ResultsTranslator, custom SQLConversionVisitor, ValueTranslator, etc.). The connection factory and identity management facilities are also being changes so that they are independent.
Open for discussion:
For our new connector api, and other extension points I believe we should repackage to something other than com.metamatrix. The options are org.teiid and org.jboss.teiid. I am in favor of using just org.teiid, any objections?
Steve
15 years, 9 months
Copyright update
by Steven Hawkins
Now that legal has given the go ahead to other projects, we will switch our source heads to not have specific copyrights and dates. For example:
/*
* JBoss, Home of Professional Open Source.
* Copyright (C) 2008 Red Hat, Inc.
* Copyright (C) 2000-2007 MetaMatrix, Inc.
* Licensed to Red Hat, Inc. under one or more contributor
* license agreements. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This library ...
/*
* JBoss, Home of Professional Open Source.
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership. Some portions may be licensed
* to Red Hat, Inc. under one or more contributor license agreements.
* See the AUTHORS.txt file in the distribution for a full listing of
* individual contributors.
*
* This library ...
I'll make this change tomorrow.
15 years, 10 months