Project

General

Profile

Actions

Task #2253

open

Update AD connector artifact dependency

Added by Petr Fišer almost 4 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Connectors
Target version:
-
Start date:
05/14/2020
Due date:
% Done:

0%

Estimated time:
Owner:

Description

During public release of our AD connector, we had to change its artifact due to potential conflict with Tirasa ConnId artifacts.
New artifact is:

<dependency>
    <groupId>eu.bcvsolutions.idm.connector.ad</groupId>
    <artifactId>ad-connector</artifactId>
    <version>1.3.4.29</version>
</dependency>

Can you please check/update the dependency in product? Thx.
AFAIK the connector should be already uploaded to Nexus under new artifact name.


Related issues

Related to ad-connector - Task #2681: Change package for this connectorNew02/12/2021

Actions
Related to winrm-ad-connector - Task #2682: Change package for this connectorNew02/12/2021

Actions
Actions #1

Updated by Petr Fišer almost 4 years ago

Also a note for the future development. We are moving all subsequent versions of this connector from maven-public-releases to maven-releases. I think this should not be a problem but better to say it aloud. :)

Actions #2

Updated by Radek Tomiška almost 4 years ago

If all product required artefacts will not be in some public repository, then product cannot be build by other contributor. This is the reason, why all product dependenies should be available without login to our nexus.

https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/parent/pom.xml

Actions #4

Updated by Petr Fišer almost 4 years ago

Radek Tomiška wrote:

If all product required artefacts will not be in some public repository, then product cannot be build by other contributor. This is the reason, why all product dependenies should be available without login to our nexus.

https://github.com/bcvsolutions/CzechIdMng/blob/develop/Realization/backend/parent/pom.xml

I see. So we need to keep this one's binaries public. Will do.

Actions #5

Updated by Petr Fišer over 3 years ago

Totally forgot about the ticket, sorry.
New connector is located in maven-public-releases, so we can bundle it into the product by default.
Current new artifact is

<dependency>
  <groupId>eu.bcvsolutions.idm.connector.ad</groupId>
  <artifactId>ad-connector</artifactId>
  <version>1.3.5</version>
</dependency>

Actions #6

Updated by Vít Švanda over 3 years ago

  • Assignee deleted (Vít Švanda)
  • Target version set to 10.8.0

I tested new dependency locally and works well.
To add to the product, we need to create a change script (or init processor) to upgrade AD systems from version 1.3.4.27.
It may be a useful tool (bulk action) to change the system connector to another connector (for example, AD to WinRM or upgrade version).

After consulting with Roman, version 1.3.5 is tested and should be compatible with 1.3.4.27 (no change in EAV).

Actions #7

Updated by Roman Kučera about 3 years ago

  • Related to Task #2681: Change package for this connector added
Actions #8

Updated by Roman Kučera about 3 years ago

  • Related to Task #2682: Change package for this connector added
Actions #9

Updated by Vít Švanda about 3 years ago

  • Target version deleted (10.8.0)
Actions

Also available in: Atom PDF