Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6674 Update release 1.3 docs
  3. FLINK-6678

API Migration guide: add note about removed log4j default logger from core artefacts

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.3.0
    • None
    • Build System, Documentation
    • None

    Description

      The migration guide at docs/dev/migration.md needs to be extended with some notes about the removed specific logger dependencies in the Flink core artefacts (FLINK-6415).

      This is valid for applications embedding flink. Examples and quickstarts have been adding their loggers already but other projects may need to add those. In maven's pom.xml, for example, by adding the following dependencies

                  <dependency>
                      <groupId>org.slf4j</groupId>
                      <artifactId>slf4j-log4j12</artifactId>
                      <version>1.7.7</version>
                  </dependency>
      
                  <dependency>
                      <groupId>log4j</groupId>
                      <artifactId>log4j</artifactId>
                      <version>1.2.17</version>
                  </dependency>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            nkruber Nico Kruber
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: