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

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


    from f438fd5  Fix typos
     new 3b15ba9  Documentation improvements in preparation for deprecating 
JDBCRealm
     new 20181bb  Deprecate JDBCRealm
     new c714bfd  Remove deprecated JDBCRealm

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   1 -
 java/org/apache/catalina/mbeans/MBeanFactory.java  |  29 -
 .../apache/catalina/mbeans/mbeans-descriptors.xml  |   9 -
 .../org/apache/catalina/realm/DataSourceRealm.java |   2 +-
 java/org/apache/catalina/realm/JDBCRealm.java      | 741 ---------------------
 .../apache/catalina/realm/LocalStrings.properties  |   7 -
 .../catalina/realm/LocalStrings_de.properties      |   3 -
 .../catalina/realm/LocalStrings_es.properties      |   7 -
 .../catalina/realm/LocalStrings_fr.properties      |   7 -
 .../catalina/realm/LocalStrings_ja.properties      |   7 -
 .../catalina/realm/LocalStrings_ko.properties      |   7 -
 .../catalina/realm/LocalStrings_zh_CN.properties   |   7 -
 .../apache/catalina/realm/mbeans-descriptors.xml   |  71 --
 res/findbugs/filter-false-positives.xml            |  19 +-
 webapps/docs/appdev/deployment.xml                 |   2 +-
 webapps/docs/config/realm.xml                      | 121 ----
 webapps/docs/host-manager-howto.xml                |   7 +-
 webapps/docs/html-host-manager-howto.xml           |   7 +-
 webapps/docs/manager-howto.xml                     |   2 +-
 webapps/docs/realm-howto.xml                       | 111 ---
 webapps/docs/security-howto.xml                    |   4 -
 21 files changed, 10 insertions(+), 1161 deletions(-)
 delete mode 100644 java/org/apache/catalina/realm/JDBCRealm.java


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to