[
https://issues.apache.org/jira/browse/TINKERPOP-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17716133#comment-17716133
]
ASF GitHub Bot commented on TINKERPOP-2852:
-------------------------------------------
FlorianHockmann commented on code in PR #2007:
URL: https://github.com/apache/tinkerpop/pull/2007#discussion_r1176113134
##########
docs/src/upgrade/release-3.5.x.asciidoc:
##########
@@ -30,24 +30,8 @@ complete list of all the modifications that are part of this
release.
=== Upgrading for Users
-=== Upgrading for Providers
-
-==== Local steps should handle non-Iterables
-
-`index` steps and local steps `count`, `dedup`, `max`, `mean`, `min`, `order`,
`range`, `sample`, `sum`, `tail` should
-work correctly with not only `Iterable` input, but also with arrays and single
values.
-
-Examples of queries that should be supported:
-
-[source,groovy]
-----
-g.inject(1).max(local)
-----
-
-[source,java]
-----
-g.inject(new Integer[] {1,2},3).max(Scope.local).toList()
-----
+Gremlin server docker image now supports both AMD64 and ARM64.
Multi-architecture image can now be found at
Review Comment:
Could you please add a heading for this?
> Update Maven plugin for docker-images building for M1 compatibility
> -------------------------------------------------------------------
>
> Key: TINKERPOP-2852
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2852
> Project: TinkerPop
> Issue Type: Improvement
> Components: build-release
> Affects Versions: 3.5.4
> Reporter: Yang Xia
> Priority: Critical
>
> The current Maven plug in we use for the `docker-image` building profile is
> no longer maintained
> ([https://github.com/spotify/dockerfile-maven)|https://github.com/spotify/dockerfile-maven).],
> and it is also not compatible with M1 Macs.
> We should consider swapping the plug in for an actively maintained one that
> is M1 compatible, for example
> [https://github.com/fabric8io/docker-maven-plugin/issues/1257.|https://github.com/fabric8io/docker-maven-plugin/issues/1257]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)