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

adoroszlai pushed a change to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from f216e674 Fix checkstyle issue (#757)
     new ee8fd80  AMBARI-22875. Remove FreeBuilder
     new db9b80c  AMBARI-22875. Reapply some changes lost in the merge
     new 4c8f4f6  AMBARI-14714. Fix unit tests after merge

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:
 ambari-project/pom.xml                             |   7 -
 ambari-server/pom.xml                              |   4 -
 .../controller/AmbariManagementControllerImpl.java |   8 +-
 .../server/controller/internal/CompositeStack.java |   3 +-
 .../ambari/server/controller/internal/Stack.java   |   4 +-
 .../controller/internal/StackDefinition.java       |   5 +-
 .../orm/dao/HostComponentDesiredStateDAO.java      |  23 +-
 .../orm/dao/ServiceComponentDesiredStateDAO.java   |   8 +-
 .../ambari/server/orm/dao/ServiceConfigDAO.java    |   8 +-
 .../entities/HostComponentDesiredStateEntity.java  |   3 -
 .../server/orm/entities/ServiceConfigEntity.java   |   2 +-
 .../apache/ambari/server/state/ConfigHelper.java   |   7 +-
 .../ambari/server/state/ServiceComponentImpl.java  |   8 -
 .../ambari/server/state/cluster/ClusterImpl.java   |   4 +-
 .../apache/ambari/server/topology/Blueprint.java   |  55 +-
 .../BlueprintBasedClusterProvisionRequest.java     |  41 +-
 .../ambari/server/topology/BlueprintImpl.java      | 135 ----
 .../server/topology/ClusterTopologyImpl.java       |   7 +-
 .../ambari/server/topology/ResolvedComponent.java  |   2 -
 .../server/topology/ResolvedComponent_Builder.java | 715 +++++++++++++++++++++
 .../org/apache/ambari/server/topology/Setting.java |   2 +-
 .../server/topology/StackComponentResolver.java    |  17 +-
 .../BlueprintConfigurationProcessorTest.java       |   3 +-
 .../StackUpgradeConfigurationMergeTest.java        |  10 +
 .../server/topology/ClusterTopologyImplTest.java   |  25 +-
 .../apache/ambari/server/utils/StageUtilsTest.java |  10 +-
 26 files changed, 792 insertions(+), 324 deletions(-)
 create mode 100644 
ambari-server/src/main/java/org/apache/ambari/server/topology/ResolvedComponent_Builder.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to