[
https://issues.apache.org/jira/browse/BEAM-3966?focusedWorklogId=116879&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116879
]
ASF GitHub Bot logged work on BEAM-3966:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jun/18 16:25
Start Date: 28/Jun/18 16:25
Worklog Time Spent: 10m
Work Description: kennknowles commented on issue #4974: [BEAM-3966] Move
`sdks/java/fn-execution` to `util/java/fn-execution`
URL: https://github.com/apache/beam/pull/4974#issuecomment-401093593
We have turned on autoformatting of the codebase, which causes small
conflicts across the board. You can probably safely rebase and just keep your
changes. Like this:
```
$ git rebase
... see some conflicts
$ git diff
... confirmed that the conflicts are just autoformatting
... so we can just keep our changes are do our own autoformat
$ git checkout --theirs --
$ git add -u
$ git rebase --continue
$ ./gradlew spotlessJavaApply
```
Please ping me if you run into any difficulty.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 116879)
Time Spent: 1h 50m (was: 1h 40m)
> Move core utilities into a new top-level module
> -----------------------------------------------
>
> Key: BEAM-3966
> URL: https://issues.apache.org/jira/browse/BEAM-3966
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Ben Sidhom
> Priority: Minor
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> As part of a longer-term dependency cleanup, fn-execution and similar
> utilities should be moved into a new top-level module (util?) that can be
> shared among runner and/or SDK code while clearly delineating the boundary
> between runner and SDK.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)