Skip to content

Commit

Permalink
Merge branch 'master' into undx/TCOMP-2475-migration-prot
Browse files Browse the repository at this point in the history
  • Loading branch information
undx committed Jun 20, 2024
2 parents da0f96a + 99520b3 commit 4c91f86
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public void testConflictingSubRecord() {
}

@Test
void documentWrongContent(){
void documentWrongContent() {
final Record record = factory
.newRecordBuilder()
.withString("id", ":testing:")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@

=== Bug

- link:https://jira.talendforge.org/browse/TCOMP-2320[TCOMP-2320^]: Export Dynamic dependencies in job build link:search.html?query=studio-exports[studio-exports^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2427[TCOMP-2427^]: No enum constant org.talend.sdk.component.api.record.Schema.Type.FIXED link:search.html?query=beam[beam^,role='dockey'] link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2475[TCOMP-2475^]: Migration from higher version not protected for a connector link:search.html?query=component-manager[component-manager^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2567[TCOMP-2567^]: ZonedDateTime is not rendered in talend-component:web link:search.html?query=maven-plugin[maven-plugin^,role='dockey'] link:search.html?query=studio-integration[studio-integration^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2622[TCOMP-2622^]: Images in documentation, for latest dev version, are leading to Page Not Found link:search.html?query=documentation[documentation^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2626[TCOMP-2626^]: Handle the "null" string value in MappingUtils link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2631[TCOMP-2631^]: CarMain decodes badly encoded windows path link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2632[TCOMP-2632^]: Fix _placeholder validator and auto fix them and _displayName link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2633[TCOMP-2633^]: Load package-info class from nested sources link:search.html?query=component-manager[component-manager^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2694[TCOMP-2694^]: svg validation mojo fails on windows link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2700[TCOMP-2700^]: Array of Array of Elements doesn't have an element schema link:search.html?query=schema-record[schema-record^,role='dockey'] link:search.html?query=studio[studio^,role='dockey'] link:search.html?query=studio-integration[studio-integration^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2712[TCOMP-2712^]: Error when creating component-server cache on RepositoryModel endpoint link:search.html?query=component-server[component-server^,role='dockey'] link:search.html?query=studio[studio^,role='dockey']



=== New Feature

- link:https://jira.talendforge.org/browse/TCOMP-2100[TCOMP-2100^]: Provide icons bundle endpoint link:search.html?query=component-server[component-server^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2598[TCOMP-2598^]: Handle themes in component-server icon endpoints link:search.html?query=component-server[component-server^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2635[TCOMP-2635^]: Schema/Record subtype handling link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2635[TCOMP-2635^]: Schema/Record subtype handling link:search.html?query=cloud[cloud^,role='dockey'] link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2679[TCOMP-2679^]: Handle svg icons in Studio link:search.html?query=component-server[component-server^,role='dockey'] link:search.html?query=studio-integration[studio-integration^,role='dockey']


Expand All @@ -27,25 +33,65 @@
- link:https://jira.talendforge.org/browse/TCOMP-2636[TCOMP-2636^]: Upgrade commons-compress to 1.26.0 link:search.html?query=build[build^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2682[TCOMP-2682^]: Update svg validator mojo link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2687[TCOMP-2687^]: Upgrade tomcat to 9.0.87
- link:https://jira.talendforge.org/browse/TCOMP-2688[TCOMP-2688^]: Upgrade cxf to 3.5.8
- link:https://jira.talendforge.org/browse/TCOMP-2692[TCOMP-2692^]: Upgrade jackson to 2.16.0 link:search.html?query=component-server[component-server^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2693[TCOMP-2693^]: Handle multiple viewpoints in svg validation mojo link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2697[TCOMP-2697^]: Enable http client validation link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']



== Version 1.64.6

=== Bug

- link:https://jira.talendforge.org/browse/TCOMP-2694[TCOMP-2694^]: svg validation mojo fails on windows link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']



== Version 1.64.5

=== Bug

- link:https://jira.talendforge.org/browse/TCOMP-2700[TCOMP-2700^]: Array of Array of Elements doesn't have an element schema link:search.html?query=schema-record[schema-record^,role='dockey'] link:search.html?query=studio[studio^,role='dockey'] link:search.html?query=studio-integration[studio-integration^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2712[TCOMP-2712^]: Error when creating component-server cache on RepositoryModel endpoint link:search.html?query=component-server[component-server^,role='dockey'] link:search.html?query=studio[studio^,role='dockey']

== Version 1.64.4

=== Work Item

- link:https://jira.talendforge.org/browse/TCOMP-2741[TCOMP-2741^]: Revert remove static modifier in BeamProducerFinder





== Version 1.64.3

=== Work Item

- link:https://jira.talendforge.org/browse/TCOMP-2751[TCOMP-2751^]: Revert feat(TCOMP-2475) link:search.html?query=build[build^,role='dockey']



== Version 1.64.2

=== Bug

- link:https://jira.talendforge.org/browse/TCOMP-2320[TCOMP-2320^]: Export Dynamic dependencies in job build link:search.html?query=studio-exports[studio-exports^,role='dockey']



=== Work Item

- link:https://jira.talendforge.org/browse/TCOMP-2320[TCOMP-2320^]: Export Dynamic dependencies in job build
- link:https://jira.talendforge.org/browse/TCOMP-2692[TCOMP-2692^]: Upgrade jackson to 2.16.0 link:search.html?query=component-server[component-server^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2693[TCOMP-2693^]: Handle multiple viewpoints in svg validation mojo link:search.html?query=build[build^,role='dockey'] link:search.html?query=maven-plugin[maven-plugin^,role='dockey']



== Version 1.64.1

=== Bug

- link:https://jira.talendforge.org/browse/TCOMP-2475[TCOMP-2475^]: Migration from higher version not protected for a connector link:search.html?query=component-manager[component-manager^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2631[TCOMP-2631^]: CarMain decodes badly encoded windows path link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2632[TCOMP-2632^]: Fix _placeholder validator and auto fix them and _displayName link:search.html?query=maven-plugin[maven-plugin^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2633[TCOMP-2633^]: Load package-info class from nested sources link:search.html?query=component-manager[component-manager^,role='dockey']
Expand All @@ -55,7 +101,7 @@
=== New Feature

- link:https://jira.talendforge.org/browse/TCOMP-2598[TCOMP-2598^]: Handle themes in component-server icon endpoints link:search.html?query=component-server[component-server^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2635[TCOMP-2635^]: Schema/Record subtype handling link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2635[TCOMP-2635^]: Schema/Record subtype handling link:search.html?query=cloud[cloud^,role='dockey'] link:search.html?query=schema-record[schema-record^,role='dockey']
- link:https://jira.talendforge.org/browse/TCOMP-2679[TCOMP-2679^]: Handle svg icons in Studio link:search.html?query=component-server[component-server^,role='dockey'] link:search.html?query=studio-integration[studio-integration^,role='dockey']


Expand Down Expand Up @@ -1029,6 +1075,10 @@










Expand Down Expand Up @@ -1851,12 +1901,6 @@




== Version 1.1.15.2

=== Work Item

- link:https://jira.talendforge.org/browse/TCOMP-1752[TCOMP-1752^]: Make component-runtime class loader find classes in RemoteEngine JobServer

== Version 1.1.15

Expand Down Expand Up @@ -1891,6 +1935,12 @@
- link:https://jira.talendforge.org/browse/TCOMP-1578[TCOMP-1578^]: Upgrade asciidoctor-pdf to v1.5.0-beta.7
- link:https://jira.talendforge.org/browse/TCOMP-1581[TCOMP-1581^]: Support JUnit5 meta annotations for our extensions

== Version 1.1.15.2

=== Work Item

- link:https://jira.talendforge.org/browse/TCOMP-1752[TCOMP-1752^]: Make component-runtime class loader find classes in RemoteEngine JobServer

== Version 1.1.15.1

=== New Feature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name":"Romain Manni-Bucau"
},
{
"commits":786,
"commits":793,
"description":"Software engineer @Talend.\r\n\r\nComponents team member.\n\nBlog: undx.github.io",
"gravatar":"https://avatars.githubusercontent.com/u/265575?v=4",
"id":"undx",
Expand Down Expand Up @@ -36,14 +36,21 @@
"name":"Christophe Le Saec"
},
{
"commits":56,
"commits":59,
"description":"Frontend Architect",
"gravatar":"https://avatars.githubusercontent.com/u/19857479?v=4",
"id":"jmfrancois",
"name":"Jean-Michel FRANCOIS"
},
{
"commits":59,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/7742508?v=4",
"id":"yyin-talend",
"name":"yyin"
},
{
"commits":48,
"commits":51,
"description":"QA Automation @ Talend Nantes",
"gravatar":"https://avatars.githubusercontent.com/u/1255625?v=4",
"id":"acatoire",
Expand All @@ -57,7 +64,7 @@
"name":"ypiel"
},
{
"commits":26,
"commits":27,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/7802267?v=4",
"id":"wwang-talend",
Expand All @@ -71,14 +78,14 @@
"name":"Chao MENG"
},
{
"commits":14,
"commits":16,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/66320870?v=4",
"id":"ozhelezniak-talend",
"name":"Oleksandr Zhelezniak"
},
{
"commits":13,
"commits":14,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/52663885?v=4",
"id":"fdesiles",
Expand All @@ -103,7 +110,7 @@
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/19920586?v=4",
"id":"lxia-talend",
"name":"lxia-talend"
"name":"lxia"
},
{
"commits":9,
Expand All @@ -126,13 +133,6 @@
"id":"iemejia",
"name":"Ismaël Mejía"
},
{
"commits":3,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/7931535?v=4",
"id":"amaumont",
"name":"Axel MAUMONT"
},
{
"commits":3,
"description":"",
Expand All @@ -147,13 +147,6 @@
"id":"lcelton-talend",
"name":"lcelton-talend"
},
{
"commits":2,
"description":"I'm a serial tooler.",
"gravatar":"https://avatars.githubusercontent.com/u/5594303?v=4",
"id":"quilicicf",
"name":"C​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌yprien Q​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌uilici"
},
{
"commits":2,
"description":"",
Expand All @@ -175,13 +168,27 @@
"id":"zwxue",
"name":"Zhiwei Xue"
},
{
"commits":1,
"description":"I'm a serial tooler.",
"gravatar":"https://avatars.githubusercontent.com/u/5594303?v=4",
"id":"quilicicf",
"name":"C​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌yprien Q​⁠‌​⁠⁠‌​​⁠‍‌‌​​‍‌uilici"
},
{
"commits":1,
"description":"Focused on Big Data. Open Source contributor. I'm an Apache Beam and Flink committer and Beam PMC member. I'm also an Apache Software Foundation member\n\nBlog: https://echauchot.blogspot.com/",
"gravatar":"https://avatars.githubusercontent.com/u/8821084?v=4",
"id":"echauchot",
"name":"Etienne Chauchot"
},
{
"commits":1,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/7931535?v=4",
"id":"amaumont",
"name":"Axel MAUMONT"
},
{
"commits":1,
"description":"",
Expand All @@ -205,18 +212,11 @@
},
{
"commits":1,
"description":"Product Manager, Information Architect",
"description":"Information Architect, Product Manager",
"gravatar":"https://avatars.githubusercontent.com/u/19730806?v=4",
"id":"fviolette",
"name":"François Violette"
},
{
"commits":1,
"description":"",
"gravatar":"https://avatars.githubusercontent.com/u/67528?v=4",
"id":"toutpt",
"name":"Jean-Michel"
},
{
"commits":1,
"description":"",
Expand Down
Loading

0 comments on commit 4c91f86

Please sign in to comment.