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

jialiang pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


    from 5262967ff6 AMBARI-26270: Add quicklink of hiveserver2 web ui #3918
     add bffc22a7e3 AMBARI-26142: JDK17 support for Ambari Co-authored-by: 
Mohammad Arshad <[email protected]> (#3851)
     add 5bc472866f AMBARI-26204: Migrate RecommendationResourceProviderTest 
from EasyMoc… (#3860)
     add 5d5ddf6680 AMBARI-26203: Fix annotation processing issue in 
ConfigurationTest after JDK 17 upgrade (#3859)
     add 51de3d6c75 AMBARI-26212: Fix checkstyle error (#3862)
     add 057fe9c7d2 Ambari-26211: Fix TaskActionScheduler test failed (#3861)
     add ce650dbd97 AMBARI-26215: Fix BlueprintConfigurationProcessorTest and 
others (#3863)
     add e056035cae AMBARI-26220: Fix ConfigureClusterTaskTest Unexpected 
method calls: ClusterConfigurationRequest.getRequiredHostGroups() error (#3864)
     add a269f647f6 AMBARI-26221: Fix StackAdvisorCommandTest error,remove 
unnecessary code. (#3865)
     add 144733567f AMBARI-26222: Fix ClientConfigResourceProviderTest & 
PreUpgradeCheckResourceProviderTest& ExecutionSchedulerTest& 
AmbariProxiedUserDetailsServiceTest
     add e6eac53bd0 AMBARI-26233: Fix ambari-env.sh after jdk upgrade (#3873)
     add c7477b244e AMBARI-26238: Add Ambari Java Home configuration for JDK 17 
in Ambari… (#3891)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |   2 +-
 ambari-admin/pom.xml                               |   2 +-
 ambari-agent/conf/unix/ambari-env.sh               |   1 +
 ambari-agent/pom.xml                               |   6 +-
 ambari-funtest/pom.xml                             |   2 +-
 ambari-project/pom.xml                             | 116 ++++----
 ambari-server-spi/pom.xml                          |   5 +
 ambari-server/conf/ambari-env.sh                   |   1 -
 ambari-server/conf/unix/ambari-env.sh              |  32 ++-
 ambari-server/pom.xml                              | 141 ++++++----
 .../apache/ambari/annotations/ClusterScale.java    |  21 +-
 .../{Markdown.java => ConfigurationMarkdown.java}  |  49 ++--
 .../server/api/AmbariCsrfProtectionFilter.java     |  13 +-
 .../server/api/services/ConfigGroupService.java    |   2 -
 .../server/api/services/ConfigurationService.java  |   2 -
 .../server/api/services/HostComponentService.java  |   2 -
 .../ambari/server/api/services/LocalUriInfo.java   |  15 +-
 .../api/services/RequestScheduleService.java       |   2 -
 .../api/services/ServiceConfigVersionService.java  |   2 -
 .../ambari/server/api/services/ServiceService.java |   1 -
 .../checks/DatabaseConsistencyCheckHelper.java     |   4 +-
 .../ambari/server/configuration/Configuration.java |  64 ++---
 .../controller/AmbariManagementController.java     |   5 +
 .../controller/AmbariManagementControllerImpl.java |  10 +
 .../ambari/server/controller/AmbariServer.java     |  40 +--
 .../internal/BlueprintConfigurationProcessor.java  |  23 +-
 .../apache/ambari/server/orm/DBAccessorImpl.java   |   8 +-
 .../server/orm/entities/UpgradeHistoryEntity.java  |   2 +-
 .../server/scheduler/ExecutionScheduleManager.java | 148 ++++++++---
 .../internal/InternalTokenClientFilter.java        |  18 +-
 .../org/apache/ambari/server/utils/StageUtils.java |   2 +-
 ambari-server/src/main/python/ambari-server.py     |   6 +
 .../python/ambari_server/serverConfiguration.py    |  27 +-
 .../src/main/python/ambari_server/serverSetup.py   |  28 +-
 .../src/main/python/ambari_server_main.py          |  15 +-
 .../3.0.0/package/scripts/infra_solr.py            |   4 +-
 .../3.0.0/package/scripts/params.py                |   3 +-
 .../AMBARI_METRICS/3.0.0/configuration/ams-env.xml |   4 +-
 .../3.0.0/configuration/ams-hbase-env.xml          |   2 +-
 .../services/HIVE/package/scripts/hive_service.py  |   3 +-
 .../3.2.0/services/HIVE/package/scripts/params.py  |   3 +-
 .../RANGER/configuration/admin-properties.xml      |   1 +
 .../services/RANGER/package/scripts/params.py      |   2 +
 .../RANGER/package/scripts/setup_ranger_xml.py     |   3 +-
 .../services/RANGER_KMS/package/scripts/kms.py     |   3 +-
 .../services/RANGER_KMS/package/scripts/params.py  |   2 +
 .../src/main/resources/version_definition.xsd      |   7 +
 .../apache/ambari/server/RandomPortJerseyTest.java |  13 +-
 .../server/actionmanager/TestActionScheduler.java  |  24 +-
 .../alerts/AmbariPerformanceRunnableTest.java      |   6 -
 .../server/api/AmbariCsrfProtectionFilterTest.java |  32 +--
 .../ambari/server/api/AmbariErrorHandlerIT.java    |  33 +--
 .../server/api/services/BaseRequestTest.java       |   6 +-
 .../server/api/services/LoggingServiceTest.java    |   5 +-
 .../server/api/services/PersistServiceTest.java    |  74 +++---
 .../stackadvisor/StackAdvisorRunnerTest.java       |  28 +-
 .../commands/StackAdvisorCommandTest.java          |  23 +-
 .../server/bootstrap/BootStrapResourceTest.java    |  59 +++--
 .../checks/DatabaseConsistencyCheckHelperTest.java |   2 +-
 .../checks/HostsMasterMaintenanceCheckTest.java    |  13 -
 .../checks/HostsRepositoryVersionCheckTest.java    |  45 +---
 .../apache/ambari/server/checks/LZOCheckTest.java  |   4 -
 .../RequiredServicesInRepositoryCheckTest.java     |   5 -
 .../checks/ServicesMaintenanceModeCheckTest.java   |  18 --
 .../ambari/server/checks/ServicesUpCheckTest.java  |   4 +-
 .../server/configuration/ConfigurationTest.java    |   2 +-
 .../AmbariManagementControllerImplTest.java        |  16 --
 .../BlueprintConfigurationProcessorTest.java       |  18 +-
 .../internal/ClientConfigResourceProviderTest.java |  63 +++--
 .../GroupPrivilegeResourceProviderTest.java        |   2 +-
 .../PreUpgradeCheckResourceProviderTest.java       |  35 ++-
 .../RecommendationResourceProviderTest.java        | 294 ++++++++++-----------
 .../RemoteClusterResourceProviderTest.java         |   5 -
 .../UserAuthorizationResourceProviderTest.java     |   2 +-
 .../UserPrivilegeResourceProviderTest.java         |   2 +-
 .../internal/ViewURLResourceProviderTest.java      |   5 -
 .../logging/LoggingRequestHelperImplTest.java      |   4 +-
 .../utilities/webserver/StartServer.java           |  16 +-
 .../ambari/server/proxy/ProxyServiceTest.java      |  58 ++--
 .../scheduler/ExecutionScheduleManagerTest.java    |  19 +-
 .../server/scheduler/ExecutionSchedulerTest.java   | 106 ++++----
 .../AmbariProxiedUserDetailsServiceTest.java       | 118 +++++----
 .../authorization/LdapServerPropertiesTest.java    |   4 +-
 .../security/ldap/AmbariLdapDataPopulatorTest.java |   2 +
 .../kerberos/FinalizeKerberosServerActionTest.java |   2 +-
 .../upgrade/orchestrate/UpgradeHelperTest.java     |  96 ++++---
 .../ambari/server/state/CheckHelperTest.java       |   6 -
 .../server/topology/AsyncCallableServiceTest.java  |   2 +-
 .../server/topology/ConfigureClusterTaskTest.java  |   3 +
 .../server/topology/TopologyManagerTest.java       |   4 -
 .../validators/ClusterConfigTypeValidatorTest.java |   4 +-
 .../apache/ambari/server/utils/StageUtilsTest.java |   6 +-
 ambari-server/src/test/python/TestAmbariServer.py  |   1 +
 ambari-serviceadvisor/pom.xml                      |   2 +-
 ambari-utility/pom.xml                             |   8 +-
 ambari-views/examples/auto-cluster-view/pom.xml    |   6 +-
 ambari-views/examples/calculator-view/pom.xml      |   4 +-
 ambari-views/examples/cluster-view/pom.xml         |   4 +-
 ambari-views/examples/favorite-view/pom.xml        |   4 +-
 ambari-views/examples/hello-servlet-view/pom.xml   |   4 +-
 ambari-views/pom.xml                               |   8 +-
 ambari-web/pom.xml                                 |   2 +-
 contrib/ambari-log4j/pom.xml                       |  20 +-
 contrib/fast-hdfs-resource/pom.xml                 |   1 +
 contrib/views/commons/pom.xml                      |  13 +-
 .../ambari/view/commons/hdfs/UploadService.java    |  24 +-
 contrib/views/files/pom.xml                        |   6 +-
 .../ambari/view/filebrowser/FilebrowserTest.java   |   4 +-
 contrib/views/pig/pom.xml                          |  24 +-
 contrib/views/utils/pom.xml                        |  22 +-
 contrib/views/wfmanager/pom.xml                    |  12 +-
 .../views/wfmanager/src/main/resources/ui/pom.xml  |   2 +-
 pom.xml                                            |   8 +-
 113 files changed, 1246 insertions(+), 1075 deletions(-)
 copy 
ambari-utility/src/main/java/org/apache/ambari/annotations/SwaggerPreferredParent.java
 => ambari-server/src/main/java/org/apache/ambari/annotations/ClusterScale.java 
(70%)
 copy ambari-server/src/main/java/org/apache/ambari/annotations/{Markdown.java 
=> ConfigurationMarkdown.java} (59%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to